Searched refs:ctltype (Results 1 – 3 of 3) sorted by relevance
969 int i, hexlen, sign, ctltype; in show_var() local1011 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()
245 #define GET_VALUE(ctltype, type) \ in oid_get_value() argument246 case (ctltype): { \ in oid_get_value()
2592 int sign, ctltype, hexlen, xflag, error; in sysctl_old_ddb() local2611 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()