Searched refs:t_auxv (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/cmd/mdb/common/mdb/ | ||
H A D | mdb_target_impl.h | 137 int (*t_auxv)(mdb_tgt_t *, const auxv_t **auxvp); member |
H A D | mdb_target.c | 388 return (t->t_ops->t_auxv(t, auxvp)); in mdb_tgt_auxv() |