Home
last modified time | relevance | path

Searched refs:IO_SYSCALL_DISPATCH (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/bsd/vfs/
H A Dvfs_vnops.c1066 ioflag = IO_SYSCALL_DISPATCH; in vn_read()
1209 ioflag = (IO_UNIT | IO_SYSCALL_DISPATCH); in vn_write()
/xnu-8019.80.24/bsd/sys/
H A Dvnode.h180 #define IO_SYSCALL_DISPATCH 0x100000 /* I/O was originated from a file table sys… macro