Searched refs:auxb (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetauxv.c51 static auxv_t *auxb = NULL; local
59 if (auxb == NULL) {
61 if (auxb == NULL) {
86 auxb = buf;
96 if (auxb[i].a_type == type)
97 return (&auxb[i]);
/osnet-11/usr/src/lib/mpss/common/
H A Dmpss.c110 static auxv_t auxb; local
119 while (read(fd, &auxb, sizeof (auxv_t)) == sizeof (auxv_t)) {
120 if (auxb.a_type == AT_SUN_EXECNAME) {
121 execname = auxb.a_un.a_ptr;
/osnet-11/usr/src/lib/madv/common/
H A Dmadv.c165 static auxv_t auxb; local
174 while (read(fd, &auxb, sizeof (auxv_t)) == sizeof (auxv_t)) {
175 if (auxb.a_type == AT_SUN_EXECNAME) {
176 execname = auxb.a_un.a_ptr;
/osnet-11/usr/src/lib/libdtrace_jni/common/
H A Ddtrace_jni.c370 static auxv_t auxb; local
379 while (read(fd, &auxb, sizeof (auxv_t)) == sizeof (auxv_t)) {
380 if (auxb.a_type == AT_SUN_EXECNAME) {
381 execname = auxb.a_un.a_ptr;

Completed in 26 milliseconds