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

/darwin-on-arm/xnu/bsd/sys/
H A Dfcntl.h109 * are inter-convertible using OFLAGS(fflags) and FFLAGS(oflags).
198 #define FFLAGS(oflags) ((oflags) + 1) macro
/darwin-on-arm/xnu/bsd/kern/
H A Dposix_sem.c458 fmode = FFLAGS(uap->oflag);
H A Dposix_shm.c445 fmode = FFLAGS(uap->oflag);
H A Dkern_descrip.c764 fp->f_flag |= FFLAGS(tmp) & FCNTLFLAGS;
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_syscalls.c536 fmode = FFLAGS(uap->flags);
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_syscalls.c2984 flags = FFLAGS(uflags);

Completed in 102 milliseconds