Searched refs:JF_PERSIST (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/usr.sbin/jail/
H A Djailp.h66 #define JF_PERSIST 0x0100 /* Jail is temporarily persistent */ macro
H A Djail.c705 j->flags |= JF_PERSIST;
719 if (!(j->flags & JF_PERSIST))
721 j->flags &= ~JF_PERSIST;
H A Dcommand.c327 j->flags &= ~JF_PERSIST;

Completed in 73 milliseconds