Searched refs:auxv32_t (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/libproc/common/
H A DP32ton.h53 extern void auxv_32_to_n(const auxv32_t *, auxv_t *);
71 extern void auxv_n_to_32(const auxv_t *, auxv32_t *);
H A DPgcore.c1246 auxv32_t *av32;
1247 size_t size = sizeof (auxv32_t) * P->nauxv;
1329 auxv32_t *av32;
1330 size_t size = sizeof (auxv32_t) * P->nauxv;
H A DP32ton.c169 auxv_32_to_n(const auxv32_t *src, auxv_t *dst)
543 auxv_n_to_32(const auxv_t *src, auxv32_t *dst)
H A DPcore.c998 auxv32_t *a32;
1000 n = nbytes / sizeof (auxv32_t);
1001 nbytes = n * sizeof (auxv32_t);
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf_impl.h42 typedef auxv32_t aux_entry_t;
/illumos-gate/usr/src/uts/common/sys/
H A Dauxv.h64 } auxv32_t; typedef in typeref:struct:__anon7030
/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/common/
H A Dps.c96 entsize = sizeof (auxv32_t);
107 ((uintptr_t)((auxv32_t *)auxvp)->
116 ((uintptr_t)((auxv32_t *)auxvp)->
/illumos-gate/usr/src/psm/stand/boot/common/
H A Dreadfile.c141 typedef auxv_t auxv32_t; typedef
145 static func_t iload32(char *, Elf32_Phdr *, Elf32_Phdr *, auxv32_t **);
613 auxv32_t auxv[__BOOT_NAUXV_IMPL]; /* Aux vector */
615 auxv32_t *av = auxv;
690 auxv32_t *a = auxv;
1101 iload32(char *rtld, Elf32_Phdr *thdr, Elf32_Phdr *dhdr, auxv32_t **avp)
/illumos-gate/usr/src/uts/common/exec/aout/
H A Daout.c135 auxv32_t auxflags_auxv32;
/illumos-gate/usr/src/uts/common/os/
H A Dbrand.c889 auxv32_t auxflags_auxv32;
921 auxv32_t brand_auxv32[] = {
H A Dexec.c1801 auxv32_t **a = (auxv32_t **)auxvpp;
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprioctl.c1733 auxv32_t auxv[__KERN_NAUXV_IMPL];
2884 __KERN_NAUXV_IMPL * sizeof (auxv32_t)))
H A Dprvnops.c2126 auxv32_t auxv[__KERN_NAUXV_IMPL];
3074 vap->va_size = __KERN_NAUXV_IMPL * PR_OBJSIZE(auxv32_t, auxv_t);

Completed in 93 milliseconds