HomeSort by: relevance | last modified time | path
    Searched refs:MSG_NBIO (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/miscfs/fifofs/
fifo_vnops.c 271 sflags = (ap->a_ioflag & IO_NDELAY) ? MSG_NBIO : 0;
309 sflags = (ap->a_ioflag & IO_NDELAY) ? MSG_NBIO : 0;
  /src/sys/sys/
socket.h 504 #define MSG_NBIO 0x1000 /* use non-blocking I/O */
  /src/sys/dev/
kttcp.c 439 (flags & (MSG_DONTWAIT|MSG_NBIO))) {
  /src/sys/kern/
uipc_socket.c 978 if ((so->so_state & SS_NBIO) || (flags & MSG_NBIO)) {
1276 (flags & (MSG_DONTWAIT|MSG_NBIO))) {
  /src/sys/netinet/
sctp_output.c 9347 || (flags & MSG_NBIO)

Completed in 21 milliseconds