Home
last modified time | relevance | path

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

/freebsd/usr.sbin/jail/
H A Djailp.h68 #define JF_SLEEPQ 0x0400 /* Waiting on a command and/or timeout */ macro
H A Dcommand.c185 if (!(j->flags & JF_SLEEPQ)) in finish_command()
187 j->flags &= ~JF_SLEEPQ; in finish_command()
832 j->flags |= JF_SLEEPQ; in add_proc()