Home
last modified time | relevance | path

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

/freebsd-13.1/sbin/sysctl/
H A Dsysctl.c969 int i, hexlen, sign, ctltype; in show_var() local
1011 ctltype = (kind & CTLTYPE); in show_var()
1015 if (ctl_typename[ctltype] != NULL) in show_var()
1016 prntype = ctl_typename[ctltype]; in show_var()
1050 if (ctltype == CTLTYPE_OPAQUE) { in show_var()
1094 if (i != 0 || (len == 0 && ctltype != CTLTYPE_STRING)) { in show_var()
1106 sign = ctl_sign[ctltype]; in show_var()
1107 intlen = ctl_size[ctltype]; in show_var()
1109 switch (ctltype) { in show_var()
/freebsd-13.1/usr.sbin/prometheus_sysctl_exporter/
H A Dprometheus_sysctl_exporter.c245 #define GET_VALUE(ctltype, type) \ in oid_get_value() argument
246 case (ctltype): { \ in oid_get_value()
/freebsd-13.1/sys/kern/
H A Dkern_sysctl.c2592 int sign, ctltype, hexlen, xflag, error; in sysctl_old_ddb() local
2611 ctltype = (g_ddb_oid->oid_kind & CTLTYPE); in sysctl_old_ddb()
2612 sign = ctl_sign[ctltype]; in sysctl_old_ddb()
2613 intlen = ctl_size[ctltype]; in sysctl_old_ddb()
2615 switch (ctltype) { in sysctl_old_ddb()
2637 switch (ctltype) { in sysctl_old_ddb()