Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/sys/
H A Dfcntl.h240 #define FCNTLFLAGS (FAPPEND|FASYNC|FFSYNC|FFDSYNC|FNONBLOCK) macro
/xnu-8792.61.2/bsd/kern/
H A Dkern_descrip.c2867 nflags = oflags & ~FCNTLFLAGS; in sys_fcntl_nocancel()
2868 nflags |= FFLAGS(tmp) & FCNTLFLAGS; in sys_fcntl_nocancel()