Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/trapstat/sun4/
H A Dtrapstat.c217 tstat_ent_t *gtp; in setup() local
219 if ((gtp = get_trap_ent(i)) == NULL) in setup()
223 gtp->tent_name = "reserved"; in setup()
225 if (gtp->tent_type == TSTAT_ENT_UNUSED) in setup()
226 gtp->tent_name = "unused"; in setup()
337 tstat_ent_t *gtp; in print_entries() local
342 if (gtp->tent_type != TSTAT_ENT_USED) in print_entries()
369 tstat_ent_t *gtp; in select_entry() local
931 tstat_ent_t *gtp; in print_stats() local
958 tstat_ent_t *gtp; in parsable_stats() local
[all …]
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dgot.c52 Gottable *gtp = ofl->ofl_gottable; in Dbg_got_display() local
68 qsort((char *)gtp, ofl->ofl_gotcnt, sizeof (Gottable), in Dbg_got_display()
78 for (gotndx = 0; gotndx < ofl->ofl_gotcnt; gotndx++, gtp++, gptr++) { in Dbg_got_display()
79 Sym_desc *sdp = gtp->gt_sym; in Dbg_got_display()
81 Gotndx *gnp = &gtp->gt_gndx; in Dbg_got_display()
/illumos-gate/usr/src/uts/common/pcmcia/cis/
H A Dcis.c1122 cistpl_t *gtp = sp->cis[CS_GLOBAL_CIS].cis; in cis_list_create() local
1123 while ((gtp = cis_get_ltuple(gtp, cil->type, in cis_list_create()
1126 gtp->flags |= CISTPLF_IGNORE_TUPLE; in cis_list_create()
1127 gtp = cis_get_ltuple(gtp, 0, GET_NEXT_LTUPLEF | in cis_list_create()