Searched refs:io_state (Results 1 – 11 of 11) sorted by relevance
/netbsd/external/mpl/bind/dist/lib/isc/unix/ |
H A D | socket.c | 4010 int io_state; in socket_recv() local 4018 io_state = doio_recv(sock, dev); in socket_recv() 4024 io_state = doio_recv(sock, dev); in socket_recv() 4026 io_state = DOIO_SOFT; in socket_recv() 4030 switch (io_state) { in socket_recv() 4138 int io_state; in socket_send() local 4167 io_state = doio_send(sock, dev); in socket_send() 4173 io_state = doio_send(sock, dev); in socket_send() 4175 io_state = DOIO_SOFT; in socket_send() 4179 switch (io_state) { in socket_send()
|
/netbsd/external/cddl/osnet/dist/uts/common/fs/zfs/ |
H A D | zio.c | 481 ASSERT(pio->io_state[ZIO_WAIT_DONE] == 0); in zio_add_child() 484 pio->io_children[cio->io_child_type][w] += !cio->io_state[w]; in zio_add_child() 685 zio->io_state[ZIO_WAIT_READY] = (stage >= ZIO_STAGE_READY); in zio_create() 686 zio->io_state[ZIO_WAIT_DONE] = (stage >= ZIO_STAGE_DONE); in zio_create() 1776 pio->io_state[w] = 0; in zio_reexecute() 3503 zio->io_state[ZIO_WAIT_READY] = 1; in zio_ready() 3800 zio->io_state[ZIO_WAIT_DONE] = 1; in zio_done() 3881 zio->io_state[ZIO_WAIT_DONE] = 1; in zio_done()
|
/netbsd/external/bsd/ntp/dist/lib/isc/unix/ |
H A D | socket.c | 4467 int io_state; in socket_recv() local 4475 io_state = doio_recv(sock, dev); in socket_recv() 4481 io_state = doio_recv(sock, dev); in socket_recv() 4483 io_state = DOIO_SOFT; in socket_recv() 4486 switch (io_state) { in socket_recv() 4648 int io_state; in socket_send() local 4676 io_state = doio_send(sock, dev); in socket_send() 4682 io_state = doio_send(sock, dev); in socket_send() 4684 io_state = DOIO_SOFT; in socket_send() 4687 switch (io_state) { in socket_send()
|
/netbsd/external/cddl/osnet/dist/uts/common/fs/zfs/sys/ |
H A D | zio.h | 435 uint8_t io_state[ZIO_WAIT_TYPES]; member
|
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | ios_base.h | 492 typedef int io_state in _GLIBCXX_VISIBILITY()
|
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | ios_base.h | 505 typedef int io_state in _GLIBCXX_VISIBILITY()
|
/netbsd/external/mpl/bind/dist/lib/isc/win32/ |
H A D | socket.c | 2821 int io_state; in socket_send() local 2844 io_state = startio_send(sock, dev, &cc, &send_errno); in socket_send() 2845 switch (io_state) { in socket_send() 2853 io_state == DOIO_PENDING) in socket_send()
|
/netbsd/external/bsd/ntp/dist/lib/isc/win32/ |
H A D | socket.c | 2962 int io_state; in socket_send() local 2986 io_state = startio_send(sock, dev, &cc, &send_errno); in socket_send() 2987 switch (io_state) { in socket_send()
|
/netbsd/external/apache2/llvm/dist/libcxx/include/ |
H A D | ios | 272 typedef iostate io_state;
|
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2020 | 4065 * include/bits/ios_base.h (io_state, open_mode, seek_dir) 4072 Also check for io_state, open_mode and seek_dir typedefs.
|
H A D | ChangeLog-2017 | 1768 * include/bits/ios_base.h (ios_base::io_state, ios_base::open_mode)
|