Searched refs:sbwait (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Din_dhcp.c485 error = sbwait(&context->so->so_rcv);
681 error = sbwait(&context->so->so_rcv);
/darwin-on-arm/xnu/bsd/sys/
H A Dsocketvar.h643 extern int sbwait(struct sockbuf *sb);
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_socket.c1357 * sbwait:EBADF
1358 * sbwait:EINTR
1439 error = sbwait(&so->so_snd);
1876 * sbwait:EBADF
1877 * sbwait:EINTR
2097 SBLASTRECORDCHK(&so->so_rcv, "soreceive sbwait 1");
2098 SBLASTMBUFCHK(&so->so_rcv, "soreceive sbwait 1");
2105 error = sbwait(&so->so_rcv);
2108 printf("SORECEIVE - sbwait returned %d\n", error);
2572 * sbwait() belo
[all...]
H A Duipc_socket2.c460 sbwait(struct sockbuf *sb) function
479 panic("sbwait: so=%p refcount=%d\n", so, so->so_usecount);
483 (sb->sb_flags & SB_NOINTR) ? PSOCK : PSOCK | PCATCH, "sbwait", &ts);
488 panic("sbwait: so=%p refcount=%d\n", so, so->so_usecount);
H A Duipc_usrreq.c2087 * if sbwait returns an error due to receipt
2088 * of a signal. If sbwait does return
2092 (void) sbwait(&so->so_rcv);
H A Duipc_syscalls.c2371 * a race condition with sbwait().
2381 error = sbwait(&so->so_snd);
2385 * An error from sbwait usually indicates that we've

Completed in 90 milliseconds