Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/jail/
H A Dcommand.c176 j->flags &= ~JF_TIMEOUT; in finish_command()
187 if (j->flags & JF_TIMEOUT) { in finish_command()
188 j->flags &= ~JF_TIMEOUT; in finish_command()
234 j->flags |= JF_TIMEOUT; in next_proc()
253 j->flags |= JF_TIMEOUT; in next_proc()
H A Djailp.h67 #define JF_TIMEOUT 0x0200 /* A command (or process kill) timed out */ macro