Searched refs:ctltype (Results 1 – 2 of 2) sorted by relevance
930 int i, hexlen, sign, ctltype; in show_var() local972 ctltype = (kind & CTLTYPE); in show_var()976 if (ctl_typename[ctltype] != NULL) in show_var()977 prntype = ctl_typename[ctltype]; in show_var()994 if (ctltype == CTLTYPE_OPAQUE) { in show_var()1036 if (i != 0 || (len == 0 && ctltype != CTLTYPE_STRING)) { in show_var()1048 sign = ctl_sign[ctltype]; in show_var()1049 intlen = ctl_size[ctltype]; in show_var()1051 switch (ctltype) { in show_var()
240 #define GET_VALUE(ctltype, type) \ in oid_get_value() argument241 case (ctltype): { \ in oid_get_value()