Home
last modified time | relevance | path

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

/f-stack/tools/sysctl/
H A Dsysctl.c1140 int i, hexlen, sign, ctltype; local
1182 ctltype = (kind & CTLTYPE);
1186 if (ctl_typename[ctltype] != NULL)
1187 prntype = ctl_typename[ctltype];
1221 if (ctltype == CTLTYPE_OPAQUE) {
1265 if (i != 0 || (len == 0 && ctltype != CTLTYPE_STRING)) {
1277 sign = ctl_sign[ctltype];
1278 intlen = ctl_size[ctltype];
1280 switch (ctltype) {
/f-stack/freebsd/kern/
H A Dkern_sysctl.c2541 int sign, ctltype, hexlen, xflag, error; in sysctl_old_ddb() local
2560 ctltype = (g_ddb_oid->oid_kind & CTLTYPE); in sysctl_old_ddb()
2561 sign = ctl_sign[ctltype]; in sysctl_old_ddb()
2562 intlen = ctl_size[ctltype]; in sysctl_old_ddb()
2564 switch (ctltype) { in sysctl_old_ddb()
2586 switch (ctltype) { in sysctl_old_ddb()