Home
last modified time | relevance | path

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

/NextBSD/usr.sbin/jail/
HDcommand.c169 j->flags &= ~JF_TIMEOUT; in finish_command()
177 if (j->flags & JF_TIMEOUT) { in finish_command()
178 j->flags &= ~JF_TIMEOUT; in finish_command()
224 j->flags |= JF_TIMEOUT; in next_proc()
243 j->flags |= JF_TIMEOUT; in next_proc()
HDjailp.h65 #define JF_TIMEOUT 0x0200 /* A command (or process kill) timed out */ macro