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

/freebsd-13-stable/sbin/sysctl/
H A Dsysctl.c969 int i, hexlen, sign, ctltype; local
1011 ctltype = (kind & CTLTYPE);
1015 if (ctl_typename[ctltype] != NULL)
1016 prntype = ctl_typename[ctltype];
1050 if (ctltype == CTLTYPE_OPAQUE) {
1094 if (i != 0 || (len == 0 && ctltype != CTLTYPE_STRING)) {
1106 sign = ctl_sign[ctltype];
1107 intlen = ctl_size[ctltype];
1109 switch (ctltype) {
/freebsd-13-stable/usr.sbin/prometheus_sysctl_exporter/
H A Dprometheus_sysctl_exporter.c240 #define GET_VALUE(ctltype, type) \
241 case (ctltype): { \
/freebsd-13-stable/sys/kern/
H A Dkern_sysctl.c2548 int sign, ctltype, hexlen, xflag, error; local
2567 ctltype = (g_ddb_oid->oid_kind & CTLTYPE);
2568 sign = ctl_sign[ctltype];
2569 intlen = ctl_size[ctltype];
2571 switch (ctltype) {
2593 switch (ctltype) {

Completed in 104 milliseconds