Searched refs:gtp (Results 1 – 3 of 3) sorted by relevance
/titanic_44/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 …]
|
/titanic_44/usr/src/cmd/sgs/liblddbg/common/ |
H A D | got.c | 53 Gottable *gtp = ofl->ofl_gottable; in Dbg_got_display() local 69 qsort((char *)gtp, ofl->ofl_gotcnt, sizeof (Gottable), in Dbg_got_display() 79 for (gotndx = 0; gotndx < ofl->ofl_gotcnt; gotndx++, gtp++, gptr++) { in Dbg_got_display() 80 Sym_desc *sdp = gtp->gt_sym; in Dbg_got_display() 82 Gotndx *gnp = >p->gt_gndx; in Dbg_got_display()
|
/titanic_44/usr/src/uts/common/pcmcia/cis/ |
H A D | cis.c | 1124 cistpl_t *gtp = sp->cis[CS_GLOBAL_CIS].cis; in cis_list_create() local 1125 while ((gtp = cis_get_ltuple(gtp, cil->type, in cis_list_create() 1128 gtp->flags |= CISTPLF_IGNORE_TUPLE; in cis_list_create() 1129 gtp = cis_get_ltuple(gtp, NULL, GET_NEXT_LTUPLEF | in cis_list_create()
|