Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprdata.h335 extern int prgetmap32(proc_t *, int, list_t *);
H A Dprvnops.c2202 error = prgetmap32(p, 1, &iolhead); in pr_read_map_common_32()
2205 error = prgetmap32(p, 0, &iolhead); in pr_read_map_common_32()
H A Dprsubr.c1955 prgetmap32(proc_t *p, int reserved, list_t *iolhead) in prgetmap32() function