Searched refs:kp_auxv (Results 1 – 1 of 1) sorted by relevance
119 auxv_t *kp_auxv; /* Auxv array from u-area */ member155 for (auxp = kp->kp_auxv; auxp->a_type != AT_NULL; auxp++) { in kp_getauxval()422 mdb_free(kp->kp_auxv, kp->kp_nauxv * sizeof (auxv_t)); in kp_destroy()879 kp_auxv(mdb_tgt_t *t, const auxv_t **auxvp) in kp_auxv() function882 *auxvp = kp->kp_auxv; in kp_auxv()938 kp_auxv /* t_auxv */1014 kp->kp_auxv = mdb_alloc(sizeof (auxv_t) * kp->kp_nauxv, UM_SLEEP); in mdb_kproc_tgt_create()1016 if (f_auxv((uintptr_t)proc, kp->kp_auxv) == -1) { in mdb_kproc_tgt_create()1021 kp->kp_auxv[kp->kp_nauxv - 1].a_type = AT_NULL; in mdb_kproc_tgt_create()1022 kp->kp_auxv[kp->kp_nauxv - 1].a_un.a_val = 0; in mdb_kproc_tgt_create()