Searched refs:Penv_iter (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | mapfile-vers | 122 Penv_iter;
|
H A D | libproc.h | 585 extern int Penv_iter(struct ps_prochandle *, proc_env_f *, void *);
|
H A D | Psymtab.c | 3434 if (Penv_iter(P, getenv_func, &d) == 1) { in Pgetenv() 3453 Penv_iter(struct ps_prochandle *P, proc_env_f *func, void *data) in Penv_iter() function
|
/illumos-gate/usr/src/cmd/ptools/pargs/ |
H A D | pargs.c | 685 (void) Penv_iter(pr, build_env, datap); in get_env() 694 (void) Penv_iter(pr, build_env, datap); in get_env()
|
/illumos-gate/usr/src/man/man3proc/ |
H A D | Makefile | 48 Penv_iter.3proc \
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3proc.inc | 67 file path=usr/share/man/man3proc/Penv_iter.3proc
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_proc.c | 1972 if (Penv_iter(t->t_pshandle, print_env, in pt_getenv()
|