| /onnv-gate/usr/src/ucbcmd/sbcp/ |
| H A D | sbcp_util.c | 59 for (ap = (auxv_t *)p; ap->a_type != AT_NULL; ap++) { in sbcp_init()
|
| /onnv-gate/usr/src/uts/common/sys/ |
| H A D | auxv.h | 71 #define AT_NULL 0 macro
|
| /onnv-gate/usr/src/cmd/mdb/common/mdb/ |
| H A D | mdb_pservice.c | 256 while (auxv->a_type != AT_NULL) { in ps_pbrandname() 261 if (auxv->a_type == AT_NULL) in ps_pbrandname()
|
| H A D | mdb_kproc.c | 155 for (auxp = kp->kp_auxv; auxp->a_type != AT_NULL; auxp++) { in kp_getauxval() 1021 kp->kp_auxv[kp->kp_nauxv - 1].a_type = AT_NULL; in mdb_kproc_tgt_create()
|
| H A D | mdb_proc.c | 5024 auxv->a_type != AT_NULL) { in pt_xd_auxv()
|
| /onnv-gate/usr/src/lib/libc/port/gen/ |
| H A D | getauxv.c | 75 buf[nauxv].a_type = AT_NULL; in _getaux()
|
| /onnv-gate/usr/src/cmd/ptools/pldd/ |
| H A D | pldd.c | 162 while (auxv->a_type != AT_NULL) { in show_map()
|
| /onnv-gate/usr/src/lib/brand/shared/librtld_db/common/ |
| H A D | brand_librtld_db.c | 143 while (auxvp->a_type != AT_NULL) { in brand_ldb_getauxval32()
|
| /onnv-gate/usr/src/cmd/sgs/rtld/sparcv9/ |
| H A D | _setup.c | 98 for (auxv = _auxv; auxv->a_type != AT_NULL; auxv++) { in _setup()
|
| /onnv-gate/usr/src/cmd/sgs/rtld/i386/ |
| H A D | _setup.c | 98 for (auxv = _auxv; auxv->a_type != AT_NULL; auxv++) { in _setup()
|
| /onnv-gate/usr/src/cmd/sgs/rtld/amd64/ |
| H A D | _setup.c | 93 for (auxv = _auxv; auxv->a_type != AT_NULL; auxv++) { in _setup()
|
| /onnv-gate/usr/src/cmd/sgs/rtld/sparc/ |
| H A D | _setup.c | 109 for (auxv = _auxv; auxv->a_type != AT_NULL; auxv++) {
|
| /onnv-gate/usr/src/lib/brand/shared/brand/common/ |
| H A D | brand_util.c | 400 for (ap = (auxv_t *)p; ap->a_type != AT_NULL; ap++) { in brand_post_init()
|
| /onnv-gate/usr/src/lib/libc/i386/crt/ |
| H A D | _rtld.c | 109 ap->a_type != AT_NULL; ap++) in __rtld()
|
| /onnv-gate/usr/src/lib/libc/sparc/crt/ |
| H A D | _rtld.c | 108 ap->a_type != AT_NULL; ap++) in __rtld()
|
| /onnv-gate/usr/src/lib/libkvm/common/ |
| H A D | kvm_getcmd.c | 123 if (u->u_auxv[0].a_type != AT_NULL) { in kvm_getcmd32()
|
| /onnv-gate/usr/src/cmd/sgs/rtld.4.x/ |
| H A D | rtld.4.x.c | 354 for (ap = (auxv_t *)addr; ap->a_type != AT_NULL; ap++)
|
| /onnv-gate/usr/src/cmd/ptools/pargs/ |
| H A D | pargs.c | 766 { AT_NULL, "AT_NULL", at_null }, 829 for (i = 0; auxvp[i].a_type != AT_NULL; i++) in get_auxv()
|
| /onnv-gate/usr/src/psm/stand/boot/common/ |
| H A D | readfile.c | 645 AUX(av, AT_NULL, 0); in read_elf32() 1044 AUX64(av, AT_NULL, 0); in read_elf64()
|
| /onnv-gate/usr/src/cmd/sgs/librtld_db/common/ |
| H A D | rd_elf.c | 220 while (auxvp->a_type != AT_NULL) { in _rd_reset32()
|
| /onnv-gate/usr/src/cmd/sgs/elfdump/common/ |
| H A D | corenote.c | 465 case AT_NULL: in dump_auxv() 470 if (type != AT_NULL) in dump_auxv()
|
| /onnv-gate/usr/src/lib/libproc/common/ |
| H A D | Psymtab.c | 888 P->auxv[naux].a_type = AT_NULL; in Preadauxvec() 912 for (auxv = P->auxv; auxv->a_type != AT_NULL; auxv++) { in Pgetauxval() 927 static const auxv_t empty = { AT_NULL, 0L }; in Pgetauxvec()
|
| H A D | Pcore.c | 560 P->auxv[n].a_type = AT_NULL; in note_auxv()
|
| /onnv-gate/usr/src/uts/common/exec/elf/ |
| H A D | elf.c | 783 ADDAUX(aux, AT_NULL, 0) in elfexec()
|
| /onnv-gate/usr/src/cmd/sgs/rtld/common/ |
| H A D | util.c | 258 for (ndx = 0; (oauxv[ndx].a_type != AT_NULL); ndx++) in stack_cleanup()
|