Searched refs:fildes (Results 1 - 1 of 1) sorted by relevance

/xnu-2422.115.4/libsyscall/wrappers/unix03/
H A Dmmap.c34 void *__mmap(void *addr, size_t len, int prot, int flags, int fildes, off_t off);
43 mmap(void *addr, size_t len, int prot, int flags, int fildes, off_t off) argument
61 void *ptr = __mmap(addr, len, prot, flags, fildes, off);
66 stackLoggingFlags |= (fildes & VM_FLAGS_ALIAS_MASK);

Completed in 27 milliseconds