Searched refs:ioflag (Results 1 – 6 of 6) sorted by relevance
27 if (sio->io.ioflag & IOFLAG_NONBLOCK) { in update_blocking_flag()82 if (!(io->ioflag & IOFLAG_SOCKET_CONNECTED)) { in zxsio_recvmsg_stream()102 if (io->ioflag & IOFLAG_SOCKET_CONNECTED) { in zxsio_sendmsg_stream()120 if (!(io->ioflag & IOFLAG_SOCKET_CONNECTED)) { in zxsio_clone()134 if (!(io->ioflag & IOFLAG_SOCKET_CONNECTED)) { in zxsio_unwrap()149 if (io->ioflag & IOFLAG_SOCKET_CONNECTING) { in zxsio_wait_begin_stream()163 if (io->ioflag & IOFLAG_SOCKET_CONNECTED) { in zxsio_wait_begin_stream()192 if (io->ioflag & IOFLAG_SOCKET_CONNECTING) { in zxsio_wait_end_stream()199 if (io->ioflag & IOFLAG_SOCKET_CONNECTED) { in zxsio_wait_end_stream()265 if (io->ioflag & IOFLAG_SOCKET_CONNECTED) { in zxsio_sendmsg_dgram()[all …]
104 io->ioflag |= IOFLAG_NONBLOCK; in socket()130 io->ioflag |= IOFLAG_SOCKET_CONNECTING; in connect()134 io->ioflag |= IOFLAG_SOCKET_CONNECTED; in connect()216 io2->ioflag |= IOFLAG_NONBLOCK; in accept4()
73 .ioflag = 0,1062 if (status != ZX_ERR_SHOULD_WAIT || io->ioflag & IOFLAG_NONBLOCK) { in read()1084 if ((status != ZX_ERR_SHOULD_WAIT) || (io->ioflag & IOFLAG_NONBLOCK)) { in write()1128 if ((status != ZX_ERR_SHOULD_WAIT) || (io->ioflag & IOFLAG_NONBLOCK)) { in pread()1267 int flags = (int)(io->ioflag & IOFLAG_FD_FLAGS); in fcntl()1280 io->ioflag &= ~IOFLAG_FD_FLAGS; in fcntl()1281 io->ioflag |= (uint32_t)flags & IOFLAG_FD_FLAGS; in fcntl()1300 if (io->ioflag & IOFLAG_NONBLOCK) { in fcntl()1331 io->ioflag |= IOFLAG_NONBLOCK; in fcntl()1333 io->ioflag &= ~IOFLAG_NONBLOCK; in fcntl()[all …]
719 bool blocking = !(io->ioflag & IOFLAG_NONBLOCK); in fdio_zxio_pipe_read()725 bool blocking = !(io->ioflag & IOFLAG_NONBLOCK); in fdio_zxio_pipe_write()760 bool blocking = !((io->ioflag & IOFLAG_NONBLOCK) || (flags & MSG_DONTWAIT)); in fdio_zxio_pipe_recvfrom()772 bool blocking = !((io->ioflag & IOFLAG_NONBLOCK) || (flags & MSG_DONTWAIT)); in fdio_zxio_pipe_sendto()782 bool blocking = !((io->ioflag & IOFLAG_NONBLOCK) || (flags & MSG_DONTWAIT)); in fdio_zxio_pipe_recvmsg()805 bool blocking = !((io->ioflag & IOFLAG_NONBLOCK) || (flags & MSG_DONTWAIT)); in fdio_zxio_pipe_sendmsg()
86 int32_t is_socket = io->ioflag & IOFLAG_SOCKET; in checksocket()
96 uint32_t ioflag; member
Completed in 17 milliseconds