Searched refs:EWOULDBLOCK (Results 1 - 25 of 33) sorted by relevance

12

/xnu-2422.115.4/bsd/kern/
H A Dsubr_log.c181 error = EWOULDBLOCK;
185 error = EWOULDBLOCK;
197 if (error != EWOULDBLOCK)
H A Dkern_synch.c82 error = EWOULDBLOCK;
265 error = EWOULDBLOCK;
H A Dsys_generic.c379 error == EINTR || error == EWOULDBLOCK))
597 error == EINTR || error == EWOULDBLOCK))
693 error == EINTR || error == EWOULDBLOCK))
730 error == EINTR || error == EWOULDBLOCK))
1242 if (error == EWOULDBLOCK)
1524 if (error == EWOULDBLOCK)
2515 if (error == EWOULDBLOCK) {
2763 * EWOULDBLOCK Timeout is too short
2817 error = EWOULDBLOCK;
H A Dkpi_mbuf.c261 error = EWOULDBLOCK;
868 return how == M_WAITOK ? ENOMEM : EWOULDBLOCK;
970 return ((how == MBUF_WAITOK) ? ENOMEM : EWOULDBLOCK);
H A Dtty_pty.c320 error = EWOULDBLOCK;
536 error = EWOULDBLOCK;
757 error = EWOULDBLOCK;
H A Dtty.c1628 if (error == EWOULDBLOCK)
2019 error = EWOULDBLOCK;
2122 if (error == EWOULDBLOCK)
2307 error = EWOULDBLOCK;
2464 return (uio_resid(uio) == count ? EWOULDBLOCK : 0);
2469 if (error == EWOULDBLOCK)
3000 * msleep0:EWOULDBLOCK Timeout (timo) already expired
3005 * returning any errors (e.g. EINTR/EWOULDBLOCK) reported by msleep0. If
H A Dtty_ptmx.c708 error = EWOULDBLOCK;
944 error = EWOULDBLOCK;
1281 error = EWOULDBLOCK;
H A Dkpi_socket.c79 return (EWOULDBLOCK);
828 (error == ERESTART || error == EINTR || error == EWOULDBLOCK))
H A Dkern_event.c1418 else if (error == EWOULDBLOCK)
1591 error = EWOULDBLOCK;
2151 error = EWOULDBLOCK;
2224 error = EWOULDBLOCK;
2258 return (EWOULDBLOCK);
H A Duipc_syscalls.c354 * :EWOULDBLOCK Operation would block
425 error = EWOULDBLOCK;
1074 * <pru_sosend>:EWOULDBLOCK
1147 error == EINTR || error == EWOULDBLOCK))
1338 * <pru_soreceive>:EWOULDBLOCK
1411 error == EINTR || error == EWOULDBLOCK))
2596 error == EINTR || error == EWOULDBLOCK)) {
H A Duipc_socket.c1104 if (error == EWOULDBLOCK)
1537 * sblock:EWOULDBLOCK
1623 return (EWOULDBLOCK);
1665 * sosendcheck:EWOULDBLOCK
2078 * EWOULDBLOCK
2080 * sblock:EWOULDBLOCK
2086 * <pru_rcvoob>:EWOULDBLOCK[TCP]
2189 if (error == EWOULDBLOCK || error == EINVAL) {
2192 * EWOULDBLOCK: out-of-band data not
2228 * to sleep (else we will deadlock) or return EWOULDBLOCK (els
[all...]
H A Dkern_lockf.c659 if (error == EWOULDBLOCK) {
H A Dkern_credential.c303 * EWOULDBLOCK thread timed out in msleep
383 * EWOULDBLOCK No resolver registered
434 return(EWOULDBLOCK);
477 if (error == EWOULDBLOCK) {
2063 return (EWOULDBLOCK);
2986 * kauth_resolver_submit:EWOULDBLOCK
3121 * kauth_cred_ismember_gid:EWOULDBLOCK
H A Dkern_aio.c1213 else if ( error == EWOULDBLOCK ) {
/xnu-2422.115.4/bsd/dev/dtrace/scripts/
H A Derrno.d92 inline int EWOULDBLOCK = 35;
94 #pragma D binding "1.0" EWOULDBLOCK
/xnu-2422.115.4/bsd/nfs/
H A Dkrpc_subr.c411 if ((error == EWOULDBLOCK) && (--maxretries <= 0))
413 } while (error == EWOULDBLOCK);
438 } while (error == EWOULDBLOCK);
454 if (error == EWOULDBLOCK) {
H A Dnfs_lock.c472 error = EWOULDBLOCK;
504 error = EWOULDBLOCK;
510 if (error != EWOULDBLOCK)
551 if (error == EWOULDBLOCK)
557 if ((error == EWOULDBLOCK) && (nmp->nm_state & NFSSTA_RECOVER) && !(flags & R_RECOVER)) {
564 if ((error != EWOULDBLOCK) ||
567 if ((error == EWOULDBLOCK) && (flags & R_RECOVER)) {
H A Dnfs_socket.c443 if ((error != EWOULDBLOCK) && (error || !recv)) {
2399 if ((error != EWOULDBLOCK) && (error || !recv)) {
2747 error = EWOULDBLOCK;
2748 if (error == EWOULDBLOCK) /* inability to send response is considered fatal */
3103 error = EWOULDBLOCK;
3146 (error != EWOULDBLOCK) && (error != EIO) && (nso == nmp->nm_nso)) {
3159 case EWOULDBLOCK:
3251 if (error && (error != EWOULDBLOCK)) {
3312 if (!recv && (error != EWOULDBLOCK))
3316 if ((error != EWOULDBLOCK)
[all...]
H A Dnfs_syscalls.c948 if (error == EWOULDBLOCK)
/xnu-2422.115.4/bsd/sys/
H A Derrno.h132 #define EWOULDBLOCK EAGAIN /* Operation would block */ macro
/xnu-2422.115.4/security/
H A Dmac_vfs_subr.c115 if (error == EWOULDBLOCK) {
/xnu-2422.115.4/bsd/miscfs/fifofs/
H A Dfifo_vnops.c316 * checking the receive buffer and if empty set error to EWOULDBLOCK.
317 * If error is set to EWOULDBLOCK we skip the call into soreceive
322 error = (rso->so_rcv.sb_cc == 0) ? EWOULDBLOCK : 0;
327 if (error != EWOULDBLOCK) {
332 /* clear EWOULDBLOCK and return EOF (zero) */
/xnu-2422.115.4/bsd/netinet/
H A Din_dhcp.c473 else if ((error != EWOULDBLOCK)) {
557 case EWOULDBLOCK:
664 else if ((error != EWOULDBLOCK)) {
763 else if (error != EWOULDBLOCK) {
H A Dmptcp_subr.c896 * to sleep (else we will deadlock) or return EWOULDBLOCK (else
950 * never block, so return EWOULDBLOCK when there is nothing.
952 error = EWOULDBLOCK;
1521 if (error != 0 && error != EWOULDBLOCK) {
1811 if (error != 0 && error != EWOULDBLOCK) {
/xnu-2422.115.4/bsd/net/
H A Dbpf.c897 return (EWOULDBLOCK);
934 if (error == EWOULDBLOCK) {

Completed in 214 milliseconds

12