Searched defs:tag_p (Results 1 - 3 of 3) sorted by relevance

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

Completed in 52 milliseconds