Searched refs:CTLTYPE (Results 1 – 8 of 8) sorted by relevance
62 #define CTLTYPE 0xf /* mask for the type */ macro139 #define SYSCTL_CT_ASSERT_MASK CTLTYPE338 CTASSERT(((access) & CTLTYPE) == 0 || \349 CTASSERT(((access) & CTLTYPE) == 0 || \358 CTASSERT(((access) & CTLTYPE) == 0 || \367 CTASSERT(((access) & CTLTYPE) == 0 || \380 CTASSERT(((access) & CTLTYPE) == 0 || \419 CTASSERT(((access) & CTLTYPE) == 0 && \425 CTASSERT(((access) & CTLTYPE) == 0); \720 ((access) & CTLTYPE) == 0); \[all …]
78 static int ctl_sign[CTLTYPE+1] = {87 static int ctl_size[CTLTYPE+1] = {102 static const char *ctl_typename[CTLTYPE+1] = {262 switch (kind & CTLTYPE) { in parse_numeric()438 if ((kind & CTLTYPE) == CTLTYPE_NODE) { in parse()456 if ((kind & CTLTYPE) == CTLTYPE_NODE) { in parse()472 switch (kind & CTLTYPE) { in parse()495 bufp, kind & CTLTYPE, line); in parse()502 switch (kind & CTLTYPE) { in parse()1066 ctltype = (kind & CTLTYPE); in show_var()[all …]
242 switch (oidp->oid_kind & CTLTYPE) { in sysctl_load_tunable_by_oid_locked()446 if ((p->oid_kind & CTLTYPE) == CTLTYPE_NODE) { in sysctl_register_oid()512 if ((oidp->oid_kind & CTLTYPE) != CTLTYPE_NODE && in sysctl_register_oid()536 if ((oidp->oid_kind & CTLTYPE) != CTLTYPE_NODE) in sysctl_register_disabled_oid()546 if ((oidp->oid_kind & CTLTYPE) == CTLTYPE_NODE) { in sysctl_enable_oid()1022 switch (oidp->oid_kind & CTLTYPE) { in sysctl_sysctl_debug_dump_node()1201 if ((oidp->oid_kind & CTLTYPE) != CTLTYPE_NODE) in sysctl_sysctl_next_node()1210 if ((oidp->oid_kind & CTLTYPE) != CTLTYPE_NODE) in sysctl_sysctl_next_node()2508 static const int ctl_sign[CTLTYPE+1] = {2517 static const int ctl_size[CTLTYPE+1] = {[all …]
4439 switch (oidp->oid_kind & CTLTYPE) { in sysctl_jail_children()4473 switch (oidp->oid_kind & CTLTYPE) in sysctl_jail_param()
175 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()940 if ((desc.i & CTLTYPE) == CTLTYPE_INT && desc.s[0] == 'B') { in jailparam_type()944 else if ((desc.i & CTLTYPE) != CTLTYPE_NODE) in jailparam_type()957 switch (desc.i & CTLTYPE) { in jailparam_type()
279 if ((kind & CTLTYPE) != CTLTYPE_STRING) in walk_sysctl()
241 switch (of->kind & CTLTYPE) { in oid_get_value()
829 } else if ((jp->jp_ctltype & CTLTYPE) == in rdtun_params()