Searched refs:jp_ctltype (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/lib/libjail/
H A Djail.h46 int jp_ctltype; member in struct:jailparam
H A Djail.c174 if ((jp[i].jp_ctltype & CTLTYPE) == CTLTYPE_STRING)
302 if ((jp->jp_ctltype & CTLTYPE) == CTLTYPE_STRING) {
333 switch (jp->jp_ctltype & CTLTYPE) {
528 (jp[j].jp_ctltype & CTLTYPE) == CTLTYPE_STRING
601 jiov[ki].iov_len = (jp_key->jp_ctltype & CTLTYPE) == CTLTYPE_STRING
732 if ((jp->jp_ctltype & CTLTYPE) == CTLTYPE_STRING) {
749 switch (jp->jp_ctltype & CTLTYPE) {
873 jp->jp_ctltype = CTLTYPE_INT | CTLFLAG_WR;
919 jp->jp_ctltype = desc.i;
/freebsd-10.0-release/usr.sbin/jls/
H A Djls.c440 ((!(params[i].jp_ctltype &
/freebsd-10.0-release/usr.sbin/jail/
H A Djail.c49 #define JP_RDTUN(jp) (((jp)->jp_ctltype & CTLFLAG_RDTUN) == CTLFLAG_RDTUN)

Completed in 72 milliseconds