Home
last modified time | relevance | path

Searched refs:smmap64 (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dsysent.c198 caddr_t smmap64(caddr_t, size_t, int, int, int, off_t);
573 SYSENT_CL("mmap", smmap64, 6),
H A Dgrow.c868 smmap64(caddr_t addr, size_t len, int prot, int flags, int fd, off_t pos) in smmap64() function