Home
last modified time | relevance | path

Searched refs:tag_ppp (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/lib/libtnfprobe/
H A Dtnf_args.c72 tnf_tag_data_t ***tag_ppp; in tnf_probe_get_arg_indexed() local
76 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() local
113 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 …]