Home
last modified time | relevance | path

Searched defs:fildes (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.41.6/tests/vfs/
H A Dlseek.c46 int fildes[2] = {-1, -1}; variable
/xnu-12377.41.6/libsyscall/wrappers/unix03/
H A Dmmap.c43 mmap(void *addr, size_t len, int prot, int flags, int fildes, off_t off) in mmap()
/xnu-12377.41.6/tests/vm/
H A Dvm_parameter_validation.c1124 mmap_wrapper(void *addr, size_t len, int prot, int flags, int fildes, off_t off) in mmap_wrapper()