Home
last modified time | relevance | path

Searched refs:FFLAGS (Results 1 – 6 of 6) sorted by relevance

/xnu-8792.61.2/bsd/sys/
H A Dfcntl.h233 #define FFLAGS(oflags) (((oflags) & O_EXEC) ? ((oflags) & ~(O_ACCMODE)) : ((oflags) + 1)) macro
/xnu-8792.61.2/bsd/kern/
H A Dposix_shm.c377 fmode = FFLAGS(uap->oflag); in shm_open()
H A Dposix_sem.c470 fmode = (mode_t)FFLAGS(uap->oflag); in sem_open()
H A Dkern_descrip.c2868 nflags |= FFLAGS(tmp) & FCNTLFLAGS; in sys_fcntl_nocancel()
/xnu-8792.61.2/bsd/nfs/
H A Dnfs_syscalls.c417 fmode = FFLAGS(uap->flags); in fhopen()
/xnu-8792.61.2/bsd/vfs/
H A Dvfs_syscalls.c4525 flags = FFLAGS(uflags); in open1()