Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libproc/common/
H A DP32ton.h69 extern void auxv_n_to_32(const auxv_t *, auxv32_t *);
H A DPgcore.c1316 auxv_n_to_32(&P->auxv[i], &av32[i]); in Pfgcore()
1403 auxv_n_to_32(&P->auxv[i], &av32[i]); in Pfgcore()
H A DP32ton.c543 auxv_n_to_32(const auxv_t *src, auxv32_t *dst) in auxv_n_to_32() function