Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libjail/
H A Djail.c175 if ((jp[i].jp_ctltype & CTLTYPE) == CTLTYPE_STRING) in jail_getv()
311 if ((jp->jp_ctltype & CTLTYPE) == CTLTYPE_STRING) { in jailparam_import()
342 switch (jp->jp_ctltype & CTLTYPE) { in jailparam_import()
537 (jp[j].jp_ctltype & CTLTYPE) == CTLTYPE_STRING in jailparam_set()
610 jiov[ki].iov_len = (jp_key->jp_ctltype & CTLTYPE) == CTLTYPE_STRING in jailparam_get()
747 if ((jp->jp_ctltype & CTLTYPE) == CTLTYPE_STRING) { in jailparam_export()
764 switch (jp->jp_ctltype & CTLTYPE) { in jailparam_export()
888 jp->jp_ctltype = CTLTYPE_INT | CTLFLAG_WR; in jailparam_type()
937 jp->jp_ctltype = desc.i; in jailparam_type()
H A Djail.h46 int jp_ctltype; member
/freebsd-14.2/usr.sbin/jail/
H A Djail.c49 #define JP_RDTUN(jp) (((jp)->jp_ctltype & CTLFLAG_RDTUN) == CTLFLAG_RDTUN)
829 } else if ((jp->jp_ctltype & CTLTYPE) == in rdtun_params()
/freebsd-14.2/usr.sbin/jls/
H A Djls.c451 ((!(params[i].jp_ctltype & in print_jail()