Searched refs:ctltype (Results 1 – 2 of 2) sorted by relevance
1140 int i, hexlen, sign, ctltype; local1182 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) {
2541 int sign, ctltype, hexlen, xflag, error; in sysctl_old_ddb() local2560 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()