Home
last modified time | relevance | path

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

/freebsd/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()
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c1533 goto create_failed; in zpool_create()
1547 goto create_failed; in zpool_create()
1557 goto create_failed; in zpool_create()
1562 goto create_failed; in zpool_create()
1567 goto create_failed; in zpool_create()
1571 goto create_failed; in zpool_create()
1575 goto create_failed; in zpool_create()
1579 goto create_failed; in zpool_create()
1583 goto create_failed; in zpool_create()
1672 create_failed: in zpool_create()