Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/proc/
H A Dprdata.h325 extern int prgetmap(proc_t *, int, list_t *);
H A Dprvnops.c904 error = prgetmap(p, 1, &iolhead); in pr_read_map_common()
907 error = prgetmap(p, 0, &iolhead); in pr_read_map_common()
H A Dprsubr.c1612 prgetmap(proc_t *p, int reserved, list_t *iolhead) in prgetmap() function