Home
last modified time | relevance | path

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

/src/usr.sbin/jail/
H A Dcommand.c106 int create_failed, stopping; in next_command() local
116 create_failed = (j->flags & (JF_STOP | JF_FAILED)) == JF_FAILED; in next_command()
121 j->comparam += create_failed ? -1 : 1; in next_command()
147 j->comstring = create_failed || (stopping && in next_command()
155 create_failed || (stopping && in next_command()
161 (create_failed && (comparam == IP_EXEC_PRESTART || in next_command()
/src/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c1513 goto create_failed; in zpool_create()
1527 goto create_failed; in zpool_create()
1532 goto create_failed; in zpool_create()
1537 goto create_failed; in zpool_create()
1541 goto create_failed; in zpool_create()
1545 goto create_failed; in zpool_create()
1549 goto create_failed; in zpool_create()
1553 goto create_failed; in zpool_create()
1647 create_failed: in zpool_create()