Lines Matching refs:slotname
146 char *slotname; in describe_probe_type() local
157 slotname = tnf_get_slot_name(datum, i); in describe_probe_type()
158 slot_len = strlen(slotname); in describe_probe_type()
161 if ((!STREQ(slotname, TNF_N_TAG, slot_len)) && in describe_probe_type()
162 (!STREQ(slotname, TNF_N_PROPERTIES, slot_len)) && in describe_probe_type()
163 (!STREQ(slotname, TNF_N_SLOT_TYPES, slot_len)) && in describe_probe_type()
164 (!STREQ(slotname, TNF_N_TYPE_SIZE, slot_len)) && in describe_probe_type()
165 (!STREQ(slotname, TNF_N_SLOT_NAMES, slot_len))) { in describe_probe_type()
167 (void) printf("%s: ", slotname); in describe_probe_type()
201 char *slotname, *eventname, *tidtype; in describe_event() local
251 slotname = tnf_get_slot_name(datum, i); in describe_event()
252 (void) printf("%s: ", slotname); in describe_event()
263 char *slotname; in describe_c_struct() local
277 slotname = tnf_get_slot_name(datum, i); in describe_c_struct()
278 (void) printf("%s: ", slotname); in describe_c_struct()