/titanic_50/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()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | auxv.h | 70 #define AT_NULL 0 macro
|
/titanic_50/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()
|
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | getauxv.c | 75 buf[nauxv].a_type = AT_NULL; in _getaux()
|
/titanic_50/usr/src/cmd/ptools/pldd/ |
H A D | pldd.c | 162 while (auxv->a_type != AT_NULL) { in show_map()
|
/titanic_50/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()
|
/titanic_50/usr/src/cmd/sgs/rtld/i386/ |
H A D | _setup.c | 102 for (auxv = _auxv; auxv->a_type != AT_NULL; auxv++) { in _setup()
|
/titanic_50/usr/src/cmd/sgs/rtld/sparcv9/ |
H A D | _setup.c | 102 for (auxv = _auxv; auxv->a_type != AT_NULL; auxv++) { in _setup()
|
/titanic_50/usr/src/cmd/sgs/rtld/sparc/ |
H A D | _setup.c | 113 for (auxv = _auxv; auxv->a_type != AT_NULL; auxv++) {
|
/titanic_50/usr/src/cmd/sgs/rtld/amd64/ |
H A D | _setup.c | 97 for (auxv = _auxv; auxv->a_type != AT_NULL; auxv++) { in _setup()
|
/titanic_50/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()
|
/titanic_50/usr/src/lib/libc/sparc/crt/ |
H A D | _rtld.c | 108 ap->a_type != AT_NULL; ap++) in __rtld()
|
/titanic_50/usr/src/lib/libc/i386/crt/ |
H A D | _rtld.c | 109 ap->a_type != AT_NULL; ap++) in __rtld()
|
/titanic_50/usr/src/lib/libkvm/common/ |
H A D | kvm_getcmd.c | 123 if (u->u_auxv[0].a_type != AT_NULL) { in kvm_getcmd32()
|
/titanic_50/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++)
|
/titanic_50/usr/src/cmd/ptools/pargs/ |
H A D | pargs.c | 808 { AT_NULL, "AT_NULL", at_null }, 873 for (i = 0; auxvp[i].a_type != AT_NULL; i++) in get_auxv()
|
/titanic_50/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()
|
/titanic_50/usr/src/cmd/sgs/librtld_db/common/ |
H A D | rd_elf.c | 220 while (auxvp->a_type != AT_NULL) { in _rd_reset32()
|
/titanic_50/usr/src/uts/common/exec/elf/ |
H A D | elf.c | 821 ADDAUX(aux, AT_NULL, 0) in elfexec() 825 ADDAUX(aux, AT_NULL, 0) in elfexec()
|
/titanic_50/usr/src/cmd/sgs/elfdump/common/ |
H A D | corenote.c | 469 case AT_NULL: in dump_auxv() 474 if (type != AT_NULL) in dump_auxv()
|
/titanic_50/usr/src/lib/libproc/common/ |
H A D | Psymtab.c | 867 for (auxv = P->auxv; auxv->a_type != AT_NULL; auxv++) { in Pgetauxval() 882 static const auxv_t empty = { AT_NULL, 0L }; in Pgetauxvec()
|
H A D | Pcore.c | 994 P->auxv[n].a_type = AT_NULL; in note_auxv()
|
/titanic_50/usr/src/lib/libc/port/threads/ |
H A D | thr.c | 1239 while (args.dla_auxv->a_type != AT_NULL) { in init_auxv_data()
|
/titanic_50/usr/src/cmd/sgs/rtld/common/ |
H A D | util.c | 262 for (ndx = 0; (oauxv[ndx].a_type != AT_NULL); ndx++) in stack_cleanup()
|