Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/sys/
H A Dfcntl.h218 #define FFLAGS(oflags) ((oflags) + 1) macro
/xnu-8020.121.3/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.c2863 nflags |= FFLAGS(tmp) & FCNTLFLAGS; in sys_fcntl_nocancel()
/xnu-8020.121.3/bsd/nfs/
H A Dnfs_syscalls.c702 fmode = FFLAGS(uap->flags); in fhopen()
/xnu-8020.121.3/bsd/vfs/
H A Dvfs_syscalls.c4190 flags = FFLAGS(uflags); in open1()