Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_target_impl.h137 int (*t_auxv)(mdb_tgt_t *, const auxv_t **auxvp); member
H A Dmdb_target.c388 return (t->t_ops->t_auxv(t, auxvp)); in mdb_tgt_auxv()