Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/drm/
H A Ddrm_bufs.c763 extern caddr_t smmap64(caddr_t, size_t, int, int, int, off_t);
764 #define drm_smmap smmap64
/titanic_41/usr/src/uts/common/os/
H A Dsysent.c196 caddr_t smmap64(caddr_t, size_t, int, int, int, off_t);
574 SYSENT_CL("mmap", smmap64, 6),
H A Dgrow.c814 smmap64(caddr_t addr, size_t len, int prot, int flags, int fd, off_t pos) in smmap64() function