Home
last modified time | relevance | path

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

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