Home
last modified time | relevance | path

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

/freebsd/lib/libjail/
H A Djail.c52 ((jp)->jp_structtype >= 0 ? &jp_structdefs[(jp)->jp_structtype] : NULL)
86 } jp_structdefs[] = { variable
110 _Static_assert(nitems(jp_structdefs) <= INT_MAX,
136 for (size_t idx = 0; idx < nitems(jp_structdefs); idx++) { in jp_structinfo()
137 jpsdef = &jp_structdefs[idx]; in jp_structinfo()
513 jpsdef = &jp_structdefs[jp->jp_structtype]; in jailparam_import()
925 jpsdef = &jp_structdefs[jp->jp_structtype]; in jailparam_export()