func syscall.Mmap

one use

	syscall (current package)
		syscall_bsd.go#L561: func Mmap(fd int, offset int64, length int, prot int, flags int) (data []byte, err error) {