Searched refs:gtp (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/trapstat/sun4/ |
H A D | trapstat.c | 217 tstat_ent_t *gtp; in setup() local 219 if ((gtp = get_trap_ent(i)) == NULL) in setup() 222 if (gtp->tent_type == TSTAT_ENT_RESERVED) 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 339 if ((gtp = get_trap_ent(entno)) == NULL) in print_entries() 342 if (gtp->tent_type != TSTAT_ENT_USED) in print_entries() 347 parsable ? "" : "| ", gtp->tent_name, in print_entries() [all …]
|
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/ |
H A D | got.c | 52 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 = >p->gt_gndx; in Dbg_got_display()
|
/illumos-gate/usr/src/uts/common/pcmcia/cis/ |
H A D | cis.c | 1122 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()
|