Home
last modified time | relevance | path

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

/freebsd/lib/libjail/
H A Djail.c275 if ((jp[i].jp_ctltype & CTLTYPE) == CTLTYPE_STRING) in jail_getv()
412 if ((jp->jp_ctltype & CTLTYPE) == CTLTYPE_STRING) { in jailparam_import()
443 switch (jp->jp_ctltype & CTLTYPE) { in jailparam_import()
622 (jp[j].jp_ctltype & CTLTYPE) == CTLTYPE_STRING in jailparam_set()
700 jiov[ki].iov_len = (jp_key->jp_ctltype & CTLTYPE) == CTLTYPE_STRING in jailparam_get()
866 if ((jp->jp_ctltype & CTLTYPE) == CTLTYPE_STRING) { in jailparam_export()
883 switch (jp->jp_ctltype & CTLTYPE) { in jailparam_export()
1009 jp->jp_ctltype = CTLTYPE_INT | CTLFLAG_WR; in jailparam_type()
1014 jp->jp_ctltype = CTLTYPE_INT | CTLFLAG_RW; in jailparam_type()
1082 jp->jp_ctltype = desc.i; in jailparam_type()
H A Djail.h47 int jp_ctltype; member
/freebsd/usr.sbin/jail/
H A Djail.c48 #define JP_RDTUN(jp) (((jp)->jp_ctltype & CTLFLAG_RDTUN) == CTLFLAG_RDTUN)
832 } else if ((jp->jp_ctltype & CTLTYPE) == in rdtun_params()
/freebsd/usr.sbin/jls/
H A Djls.c494 ((!(params[i].jp_ctltype & in print_jail()