Home
last modified time | relevance | path

Searched refs:AT_NULL (Results 1 – 25 of 26) sorted by relevance

12

/illumos-gate/usr/src/boot/sys/x86/include/
H A Delf.h79 #define AT_NULL 0 /* Terminates the vector. */ macro
164 #define AT_NULL 0 /* Terminates the vector. */ macro
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_pservice.c253 while (auxv->a_type != AT_NULL) { in ps_pbrandname()
258 if (auxv->a_type == AT_NULL) in ps_pbrandname()
H A Dmdb_kproc.c156 for (auxp = kp->kp_auxv; auxp->a_type != AT_NULL; auxp++) { in kp_getauxval()
1023 kp->kp_auxv[kp->kp_nauxv - 1].a_type = AT_NULL; in mdb_kproc_tgt_create()
/illumos-gate/usr/src/uts/common/sys/
H A Dauxv.h71 #define AT_NULL 0 macro
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetauxv.c73 buf[nauxv].a_type = AT_NULL; in _getaux()
/illumos-gate/usr/src/cmd/ptools/pldd/
H A Dpldd.c162 while (auxv->a_type != AT_NULL) { in show_map()
/illumos-gate/usr/src/lib/brand/shared/librtld_db/common/
H A Dbrand_librtld_db.c143 while (auxvp->a_type != AT_NULL) { in brand_ldb_getauxval32()
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A D_setup.c102 for (auxv = _auxv; auxv->a_type != AT_NULL; auxv++) { in _setup()
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A D_setup.c104 for (auxv = _auxv; auxv->a_type != AT_NULL; auxv++) { in _setup()
/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A D_setup.c103 for (auxv = _auxv; auxv->a_type != AT_NULL; auxv++) { in _setup()
/illumos-gate/usr/src/lib/brand/shared/brand/common/
H A Dbrand_util.c400 for (ap = (auxv_t *)p; ap->a_type != AT_NULL; ap++) { in brand_post_init()
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/
H A D_setup.c161 for (auxv = _auxv; auxv->a_type != AT_NULL; auxv++) { in _setup()
/illumos-gate/usr/src/lib/libc/i386/crt/
H A D_rtld.c109 ap->a_type != AT_NULL; ap++) in __rtld()
/illumos-gate/usr/src/lib/libc/sparc/crt/
H A D_rtld.c108 ap->a_type != AT_NULL; ap++) in __rtld()
/illumos-gate/usr/src/lib/libkvm/common/
H A Dkvm_getcmd.c121 if (u->u_auxv[0].a_type != AT_NULL) { in kvm_getcmd32()
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c931 ADDAUX(aux, AT_NULL, 0) in elfexec()
940 ADDAUX(aux, AT_NULL, 0) in elfexec()
941 ADDAUX(aux, AT_NULL, 0) in elfexec()
945 ADDAUX(aux, AT_NULL, 0) in elfexec()
/illumos-gate/usr/src/cmd/ptools/pargs/
H A Dpargs.c828 { AT_NULL, "AT_NULL", at_null },
896 for (i = 0; auxvp[i].a_type != AT_NULL; i++) in get_auxv()
/illumos-gate/usr/src/psm/stand/boot/common/
H A Dreadfile.c547 AUX(av, AT_NULL, 0); in read_elf32()
931 AUX64(av, AT_NULL, 0); in read_elf64()
/illumos-gate/usr/src/cmd/sgs/librtld_db/common/
H A Drd_elf.c220 while (auxvp->a_type != AT_NULL) { in _rd_reset32()
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dcorenote.c507 case AT_NULL: in dump_auxv()
512 if (type != AT_NULL) in dump_auxv()
/illumos-gate/usr/src/lib/libproc/common/
H A DPsymtab.c902 for (auxv = P->auxv; auxv->a_type != AT_NULL; auxv++) { in Pgetauxval()
917 static const auxv_t empty = { AT_NULL, 0L }; in Pgetauxvec()
H A DPcore.c1077 P->auxv[n].a_type = AT_NULL; in note_auxv()
H A DPcontrol.c164 auxv[naux].a_type = AT_NULL; in Pread_aux_live()
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dthr.c1239 while (args.dla_auxv->a_type != AT_NULL) { in init_auxv_data()
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dutil.c262 for (ndx = 0; (oauxv[ndx].a_type != AT_NULL); ndx++) in stack_cleanup()

12