Home
last modified time | relevance | path

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

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