Searched refs:tag_ppp (Results 1 – 1 of 1) sorted by relevance
72 tnf_tag_data_t ***tag_ppp; in tnf_probe_get_arg_indexed() local76 tag_ppp = probe_p->slot_types; in tnf_probe_get_arg_indexed()77 if (!tag_ppp) in tnf_probe_get_arg_indexed()82 if (!(*tag_ppp)) in tnf_probe_get_arg_indexed()84 tag_p = **tag_ppp; in tnf_probe_get_arg_indexed()94 tag_ppp++; in tnf_probe_get_arg_indexed()110 tnf_tag_data_t ***tag_ppp; in tnf_probe_get_type_indexed() local113 tag_ppp = probe_p->slot_types + index; in tnf_probe_get_type_indexed()114 if (!tag_ppp) in tnf_probe_get_type_indexed()116 if (!(*tag_ppp)) in tnf_probe_get_type_indexed()[all …]