Searched defs:uprot (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dgrow.c548 zmap(struct as *as, caddr_t *addrp, size_t len, uint_t uprot, int flags, argument
554 if (((PROT_ALL & uprot) != uprot))
570 switch (valid_usr_range(*addrp, len, uprot, as, userlimit)) {
597 vn_a.prot = uprot;
617 uint_t uprot, maxprot, type; local
684 uprot = prot | PROT_USER;
692 error = zmap(as, addrp, len, uprot, flags, pos);
746 if (((maxprot & uprot) != uprot) || (f
987 uint_t uprot = prot | PROT_USER; local
[all...]

Completed in 71 milliseconds