Searched refs:ctltype (Results 1 – 3 of 3) sorted by relevance
/freebsd/sbin/sysctl/ |
H A D | sysctl.c | 1011 show_info(char *name, const char *sep, int ctltype, char *fmt, int *qoid, int nlen) in show_info() argument 1021 if (ctl_typename[ctltype] != NULL) in show_info() 1022 prntype = ctl_typename[ctltype]; in show_info() 1072 int i, hexlen, sign, ctltype; in show_var() local 1120 ctltype = (kind & CTLTYPE); in show_var() 1122 return show_info(name, sep, ctltype, fmt, qoid, nlen); in show_var() 1142 if (ctltype == CTLTYPE_OPAQUE) { in show_var() 1186 if (i != 0 || (len == 0 && ctltype != CTLTYPE_STRING)) { in show_var() 1198 sign = ctl_sign[ctltype]; in show_var() 1199 intlen = ctl_size[ctltype]; in show_var() [all …]
|
/freebsd/usr.sbin/prometheus_sysctl_exporter/ |
H A D | prometheus_sysctl_exporter.c | 241 #define GET_VALUE(ctltype, type) \ in oid_get_value() argument 242 case (ctltype): { \ in oid_get_value()
|
/freebsd/sys/kern/ |
H A D | kern_sysctl.c | 2692 int sign, ctltype, hexlen, xflag, error; in sysctl_old_ddb() local 2711 ctltype = (g_ddb_oid->oid_kind & CTLTYPE); in sysctl_old_ddb() 2712 sign = ctl_sign[ctltype]; in sysctl_old_ddb() 2713 intlen = ctl_size[ctltype]; in sysctl_old_ddb() 2715 switch (ctltype) { in sysctl_old_ddb() 2737 switch (ctltype) { in sysctl_old_ddb()
|