Searched refs:FASYNC (Results 1 – 10 of 10) sorted by relevance
63 |O_NDELAY|FNBIO|FASYNC)119 if (arg & FASYNC)161 narg |= FASYNC;
62 |O_NDELAY|FASYNC)116 if (arg & FASYNC)156 narg |= FASYNC;
241 oflags |= FASYNC; in socket_vop_setfl()247 if ((oflags ^ nflags) & FASYNC && so->so_version != SOV_STREAM) { in socket_vop_setfl()248 int async = nflags & FASYNC; in socket_vop_setfl()
2941 return (FASYNC); in sock_getfasync()
99 #define FASYNC 0x1000 /* asyncio is in progress */ macro
140 #define FASYNC 0x1000 macro
91 #define FASYNC _FASYNC macro
100 #define FASYNC 0x1000 /* asyncio in progress pseudo flag */ macro
115 retval = (flag & (FMASK | FASYNC)); in fcntl()
2228 FC_FL(FASYNC),