Searched refs:smmap64 (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/io/drm/ |
H A D | drm_bufs.c | 763 extern caddr_t smmap64(caddr_t, size_t, int, int, int, off_t); 764 #define drm_smmap smmap64
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | sysent.c | 197 caddr_t smmap64(caddr_t, size_t, int, int, int, off_t); 575 SYSENT_CL("mmap", smmap64, 6),
|
H A D | grow.c | 847 smmap64(caddr_t addr, size_t len, int prot, int flags, int fd, off_t pos) function
|
Completed in 891 milliseconds