Searched refs:FASYNC (Results 1 – 10 of 10) sorted by relevance
62 |O_NDELAY|FASYNC)116 if (arg & FASYNC)156 narg |= FASYNC;
63 |O_NDELAY|FNBIO|FASYNC)119 if (arg & FASYNC)161 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
139 #define FASYNC 0x1000 macro
90 #define FASYNC _FASYNC macro
98 #define FASYNC 0x1000 /* asyncio in progress pseudo flag */ macro
114 retval = (flag & (FMASK | FASYNC)); in fcntl()
2224 FC_FL(FASYNC),