Lines Matching refs:fd_flags
355 int fd_flags; member
792 if (rs->fd_flags & O_NONBLOCK) { in rs_create_cq()
1255 if (rs->fd_flags & O_NONBLOCK) in raccept()
1379 if (!(rs->fd_flags & O_NONBLOCK)) in rs_do_connect()
2245 return (rs->fd_flags & O_NONBLOCK) || (flags & MSG_DONTWAIT); in rs_nonblocking()
3235 if (rs->fd_flags & O_NONBLOCK) in rshutdown()
3268 if ((rs->fd_flags & O_NONBLOCK) && (rs->state & rs_connected)) in rshutdown()
3269 rs_set_nonblocking(rs, rs->fd_flags); in rshutdown()
3285 if (rs->fd_flags & O_NONBLOCK) in ds_shutdown()
3291 if (rs->fd_flags & O_NONBLOCK) in ds_shutdown()
3292 rs_set_nonblocking(rs, rs->fd_flags); in ds_shutdown()
3725 ret = rs->fd_flags; in rfcntl()
3729 if ((rs->fd_flags & O_NONBLOCK) != (param & O_NONBLOCK)) in rfcntl()
3733 rs->fd_flags = param; in rfcntl()