Home
last modified time | relevance | path

Searched refs:prgetmap (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprdata.h332 extern int prgetmap(proc_t *, int, list_t *);
H A Dprvnops.c999 error = prgetmap(p, 1, &iolhead); in pr_read_map_common()
1002 error = prgetmap(p, 0, &iolhead); in pr_read_map_common()
H A Dprsubr.c1840 prgetmap(proc_t *p, int reserved, list_t *iolhead) in prgetmap() function