Searched refs:Penv_iter (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/lib/libproc/common/ |
H A D | mapfile-vers | 111 Penv_iter;
|
H A D | libproc.h | 562 extern int Penv_iter(struct ps_prochandle *, proc_env_f *, void *);
|
H A D | Psymtab.c | 3031 if (Penv_iter(P, getenv_func, &d) == 1) { in Pgetenv() 3050 Penv_iter(struct ps_prochandle *P, proc_env_f *func, void *data) in Penv_iter() function
|
/titanic_50/usr/src/cmd/ptools/pargs/ |
H A D | pargs.c | 676 (void) Penv_iter(pr, build_env, datap); in get_env() 685 (void) Penv_iter(pr, build_env, datap); in get_env()
|
/titanic_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_proc.c | 1903 if (Penv_iter(t->t_pshandle, print_env, in pt_getenv()
|