Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libtnfprobe/
H A Dtnf_args.c47 tnf_tag_data_t ***tag_p; in tnf_probe_get_num_args() local
49 tag_p = probe_p->slot_types; in tnf_probe_get_num_args()
50 while (*tag_p) { in tnf_probe_get_num_args()
52 tag_p++; in tnf_probe_get_num_args()
73 tnf_tag_data_t *tag_p; in tnf_probe_get_arg_indexed() local
84 tag_p = **tag_ppp; in tnf_probe_get_arg_indexed()
85 if (!tag_p) in tnf_probe_get_arg_indexed()
89 align = tag_p->tag_align - 1; in tnf_probe_get_arg_indexed()
93 elem_size = tag_p->tag_ref_size; in tnf_probe_get_arg_indexed()
111 tnf_tag_data_t *tag_p; in tnf_probe_get_type_indexed() local
[all …]
/titanic_50/usr/src/uts/common/tnf/
H A Dtnf_writer.c665 tnf_tag_data_t **list_p, *tag_p; in tnf_root_tag_1() local
669 while (tag_p = *list_p++) { in tnf_root_tag_1()
670 if (!tag_p->tag_index) /* not written */ in tnf_root_tag_1()
671 tag_p->tag_desc(ops, tag_p); in tnf_root_tag_1()
/titanic_50/usr/src/uts/sun4u/io/pci/
H A Dpcisch.c3587 volatile uint64_t *tag_p; in tm_vmem_free() local
3604 tag_p = (volatile uint64_t *) in tm_vmem_free()
3608 tlb_vpn[i] = tag_p[i] & SCHIZO_VPN_MASK; in tm_vmem_free()