Home
last modified time | relevance | path

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

/freebsd/usr.sbin/jail/
H A Djailparse.y144 $$->flags |= PF_NAMEVAL;
258 if ((p->flags & (PF_VAR | PF_APPEND | PF_NAMEVAL)) != PF_NAMEVAL in special_param()
H A Djailp.h56 #define PF_NAMEVAL 0x0200 /* Parameter is in "name value" form */ macro