Home
last modified time | relevance | path

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

/xnu-10063.101.15/libsyscall/wrappers/cancelable/
H A Dfcntl-base.c76 case F_ASSERT_BG_ACCESS: in fcntl()
/xnu-10063.101.15/bsd/sys/
H A Dfcntl.h422 #define F_ASSERT_BG_ACCESS 108 /* Assert background access to a file */ macro
/xnu-10063.101.15/bsd/kern/
H A Dkern_descrip.c5099 case F_ASSERT_BG_ACCESS: in sys_fcntl_nocancel()
5138 if (cmd == F_ASSERT_BG_ACCESS) { in sys_fcntl_nocancel()
5146 error = VNOP_IOCTL(vp, F_ASSERT_BG_ACCESS, (caddr_t)&args, 0, &context); in sys_fcntl_nocancel()