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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_print.c1903 mdb_ctf_id_t *idp, ulong_t *offp, int *last_deref)
1940 *last_deref = FALSE;
2004 *last_deref = TRUE;
2046 *last_deref = FALSE;
2393 int last_deref; local
2407 &off, &last_deref) != 0) {
2414 * (last_deref * is true) and the type is a
2420 if (last_deref && IS_SOU(kind)) {
1902 parse_member(printarg_t *pap, const char *str, mdb_ctf_id_t id, mdb_ctf_id_t *idp, ulong_t *offp, int *last_deref) argument

Completed in 52 milliseconds