/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | getauxv.c | 112 auxv_t *auxp; local 114 if ((auxp = _getaux(type)) != (auxv_t *)0) 115 return (auxp->a_un.a_val); 122 auxv_t *auxp; local 124 if ((auxp = _getaux(type)) != (auxv_t *)0) 125 return (auxp->a_un.a_ptr);
|
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | manpath.c | 44 char *defp, char *auxp) 57 if (auxp) { 59 strlcat(cmd, auxp, sizeof(cmd)); 95 manpath_parseline(&conf->manpath, auxp, 1); 43 manconf_parse(struct manconf *conf, const char *file, char *defp, char *auxp) argument
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_kproc.c | 153 auxv_t *auxp; local 155 for (auxp = kp->kp_auxv; auxp->a_type != AT_NULL; auxp++) { 156 if (auxp->a_type == type) 157 return (auxp->a_un.a_val);
|
H A D | mdb_proc.c | 5077 const auxv_t *auxp, *auxv = NULL; local 5082 for (auxp = auxv, auxn = 1; auxp->a_type != NULL; auxp++)
|
/illumos-gate/usr/src/lib/libnwam/common/ |
H A D | libnwam_enm.c | 655 nwam_aux_state_t *auxp) 657 return (nwam_get_state(NULL, enmh, statep, auxp)); 654 nwam_enm_get_state(nwam_enm_handle_t enmh, nwam_state_t *statep, nwam_aux_state_t *auxp) argument
|
H A D | libnwam_object.c | 516 nwam_aux_state_t *auxp) 519 statep, auxp)); 515 nwam_get_state(const char *parent, struct nwam_handle *hp, nwam_state_t *statep, nwam_aux_state_t *auxp) argument
|
H A D | libnwam_ncp.c | 1682 nwam_aux_state_t *auxp) 1684 return (nwam_get_state(ncph->nwh_name, ncph, statep, auxp)); 1689 nwam_aux_state_t *auxp) 1710 statep, auxp); 1681 nwam_ncp_get_state(nwam_ncp_handle_t ncph, nwam_state_t *statep, nwam_aux_state_t *auxp) argument 1688 nwam_ncu_get_state(nwam_ncu_handle_t ncuh, nwam_state_t *statep, nwam_aux_state_t *auxp) argument
|
H A D | libnwam_util.c | 175 const char *parent, nwam_state_t *statep, nwam_aux_state_t *auxp) 180 assert(name != NULL && statep != NULL && auxp != NULL); 198 *auxp = req.nwda_data.nwdad_object_state.nwdad_aux_state; 174 nwam_request_state(nwam_object_type_t object_type, const char *name, const char *parent, nwam_state_t *statep, nwam_aux_state_t *auxp) argument
|
H A D | libnwam_loc.c | 1184 nwam_aux_state_t *auxp) 1186 return (nwam_get_state(NULL, loch, statep, auxp)); 1183 nwam_loc_get_state(nwam_loc_handle_t loch, nwam_state_t *statep, nwam_aux_state_t *auxp) argument
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | gcore.c | 1285 auxv_t *auxp; local 1300 for (i = 0, auxp = up->u_auxv; 1302 i++, auxp++) { 1303 if (auxp->a_type == AT_SUN_EXECNAME) { 1305 (uintptr_t)auxp->a_un.a_ptr;
|
/illumos-gate/usr/src/uts/common/fs/proc/ |
H A D | prioctl.c | 1467 auxv_t *auxp; local 1476 for (i = 0, auxp = up->u_auxv; 1478 i++, auxp++) { 1479 if (auxp->a_type == AT_SUN_EXECNAME) { 1482 (uintptr_t)auxp->a_un.a_ptr; 3304 auxv_t *auxp; local 3313 for (i = 0, auxp = up->u_auxv; 3315 i++, auxp++) { 3316 if (auxp->a_type == AT_SUN_EXECNAME) { 3318 (uintptr_t)auxp [all...] |
H A D | prsubr.c | 1049 auxv_t *auxp; local 1065 for (i = 0, auxp = up->u_auxv; 1067 i++, auxp++) { 1068 if (auxp->a_type == AT_SUN_EXECNAME) { 1071 (uintptr_t)auxp->a_un.a_ptr; 1276 auxv_t *auxp; local 1290 for (i = 0, auxp = up->u_auxv; 1292 i++, auxp++) { 1293 if (auxp->a_type == AT_SUN_EXECNAME) { 1295 (uintptr_t)auxp [all...] |
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | relocate.c | 607 Rel_aux *auxp; local 628 auxp = arsp->rel_aux; 639 arsp->rel_aux = auxp; 640 *auxp = *rdesc->rel_aux;
|