Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/jail/
H A Dcommand.c107 int create_failed, stopping; in next_command() local
117 create_failed = (j->flags & (JF_STOP | JF_FAILED)) == JF_FAILED; in next_command()
122 j->comparam += create_failed ? -1 : 1; in next_command()
148 j->comstring = create_failed || (stopping && in next_command()
156 create_failed || (stopping && in next_command()
162 (create_failed && (comparam == IP_EXEC_PRESTART || in next_command()
/freebsd-14.2/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c1487 goto create_failed; in zpool_create()
1501 goto create_failed; in zpool_create()
1511 goto create_failed; in zpool_create()
1516 goto create_failed; in zpool_create()
1521 goto create_failed; in zpool_create()
1525 goto create_failed; in zpool_create()
1529 goto create_failed; in zpool_create()
1533 goto create_failed; in zpool_create()
1537 goto create_failed; in zpool_create()
1626 create_failed: in zpool_create()