Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mdb/common/mdb/
H A Dmdb_print.c69 holeinfo_t *pa_holes; /* hole detection information */ member
1286 pap->pa_holes = pa.pa_holes; in print_array()
1509 if ((pap->pa_flags & PA_SHOWHOLES) && !pap->pa_holes[d].hi_isunion) { in print_close_sou()
1510 ulong_t end = pap->pa_holes[d + 1].hi_offset; in print_close_sou()
1511 ulong_t expected = pap->pa_holes[d].hi_offset; in print_close_sou()
1617 bcopy(pap->pa_holes, nhi, in elt_print()
1620 pap->pa_holes = nhi; in elt_print()
1624 hole = &pap->pa_holes[depth + pap->pa_nest]; in elt_print()
2358 pa.pa_holes = NULL; in cmd_print()