Searched refs:ps_pauxv (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_pservice.c | 97 ps_err_e (*ps_pauxv)(struct ps_prochandle *, member in struct:__anon905 231 ps_pauxv(struct ps_prochandle *P, const auxv_t **auxvp) function 236 return (ps_ops.ps_pauxv(P, auxvp)); 327 if ((ps_ops.ps_pauxv = (ps_err_e (*)()) 328 dlsym(RTLD_NEXT, "ps_pauxv")) == NULL) 329 ps_ops.ps_pauxv = (ps_err_e (*)())ps_fail;
|
/illumos-gate/usr/src/head/ |
H A D | proc_service.h | 133 extern ps_err_e ps_pauxv(struct ps_prochandle *, const auxv_t **);
|
/illumos-gate/usr/src/cmd/ptools/pldd/ |
H A D | pldd.c | 161 if (ps_pauxv(Pr, &auxv) == PS_OK) {
|
/illumos-gate/usr/src/lib/brand/shared/librtld_db/common/ |
H A D | brand_librtld_db.c | 140 if (ps_pauxv(php, &auxvp) != PS_OK)
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | Pservice.c | 312 ps_pauxv(struct ps_prochandle *P, const auxv_t **aux) function
|
H A D | llib-lproc | 234 ps_err_e ps_pauxv(struct ps_prochandle *Pr, const auxv_t **aux);
|
/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/common/ |
H A D | ps.c | 241 ps_pauxv(struct ps_prochandle *ph, const auxv_t **auxvp) function
|
/illumos-gate/usr/src/cmd/sgs/librtld_db/common/ |
H A D | rd_elf.c | 211 if (ps_pauxv(php, &auxvp) != PS_OK) {
|
Completed in 661 milliseconds