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

/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dgot.c53 Gottable *gtp = ofl->ofl_gottable; local
69 qsort((char *)gtp, ofl->ofl_gotcnt, sizeof (Gottable),
79 for (gotndx = 0; gotndx < ofl->ofl_gotcnt; gotndx++, gtp++, gptr++) {
80 Sym_desc *sdp = gtp->gt_sym;
82 Gotndx *gnp = &gtp->gt_gndx;
/illumos-gate/usr/src/uts/common/pcmcia/cis/
H A Dcis.c1124 cistpl_t *gtp = sp->cis[CS_GLOBAL_CIS].cis; local
1125 while ((gtp = cis_get_ltuple(gtp, cil->type,
1128 gtp->flags |= CISTPLF_IGNORE_TUPLE;
1129 gtp = cis_get_ltuple(gtp, NULL, GET_NEXT_LTUPLEF |
/illumos-gate/usr/src/cmd/trapstat/sun4/
H A Dtrapstat.c217 tstat_ent_t *gtp; local
219 if ((gtp = get_trap_ent(i)) == NULL)
222 if (gtp->tent_type == TSTAT_ENT_RESERVED)
223 gtp->tent_name = "reserved";
225 if (gtp->tent_type == TSTAT_ENT_UNUSED)
226 gtp->tent_name = "unused";
337 tstat_ent_t *gtp; local
339 if ((gtp = get_trap_ent(entno)) == NULL)
342 if (gtp->tent_type != TSTAT_ENT_USED)
347 parsable ? "" : "| ", gtp
369 tstat_ent_t *gtp; local
931 tstat_ent_t *gtp; local
958 tstat_ent_t *gtp; local
[all...]

Completed in 57 milliseconds