Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/proc/
H A Dprdata.h328 extern int prgetmap32(proc_t *, int, list_t *);
H A Dprvnops.c2020 error = prgetmap32(p, 1, &iolhead); in pr_read_map_common_32()
2023 error = prgetmap32(p, 0, &iolhead); in pr_read_map_common_32()
H A Dprsubr.c1723 prgetmap32(proc_t *p, int reserved, list_t *iolhead) in prgetmap32() function