Home
last modified time | relevance | path

Searched refs:create_failed (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/usr.sbin/jail/
H A Dcommand.c94 int create_failed, stopping; in next_command() local
104 create_failed = (j->flags & (JF_STOP | JF_FAILED)) == JF_FAILED; in next_command()
109 j->comparam += create_failed ? -1 : 1; in next_command()
135 j->comstring = create_failed || (stopping && in next_command()
143 create_failed || (stopping && in next_command()
149 (create_failed && (comparam == IP_EXEC_PRESTART || in next_command()
/freebsd-12.1/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_pool.c1148 goto create_failed; in zpool_create()
1162 goto create_failed; in zpool_create()
1166 goto create_failed; in zpool_create()
1170 goto create_failed; in zpool_create()
1175 goto create_failed; in zpool_create()
1245 create_failed: in zpool_create()