Searched refs:io_state (Results 1 – 10 of 10) sorted by relevance
| /freebsd-11-stable/lib/libc/stdio/ |
| HD | printfcommon.h | 66 struct io_state { struct 73 io_init(struct io_state *iop, FILE *fp) in io_init() argument 87 io_print(struct io_state *iop, const CHAR * __restrict ptr, int len, locale_t locale) in io_print() 115 io_pad(struct io_state *iop, int howmany, const CHAR * __restrict with, in io_pad() 134 io_printandpad(struct io_state *iop, const CHAR *p, const CHAR *ep, in io_printandpad() 152 io_flush(struct io_state *iop, locale_t locale) in io_flush()
|
| HD | vfprintf.c | 125 grouping_print(struct grouping_state *gs, struct io_state *iop, in grouping_print() 360 struct io_state io; /* I/O buffering state */ in __vfprintf()
|
| HD | vfwprintf.c | 154 grouping_print(struct grouping_state *gs, struct io_state *iop, in grouping_print() 439 struct io_state io; /* I/O buffering state */ in __vfwprintf()
|
| /freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| HD | zio.c | 479 ASSERT(pio->io_state[ZIO_WAIT_DONE] == 0); in zio_add_child() 482 pio->io_children[cio->io_child_type][w] += !cio->io_state[w]; in zio_add_child() 706 zio->io_state[ZIO_WAIT_READY] = (stage >= ZIO_STAGE_READY); in zio_create() 707 zio->io_state[ZIO_WAIT_DONE] = (stage >= ZIO_STAGE_DONE); in zio_create() 1868 pio->io_state[w] = 0; in zio_reexecute() 3727 zio->io_state[ZIO_WAIT_READY] = 1; in zio_ready() 4032 zio->io_state[ZIO_WAIT_DONE] = 1; in zio_done() 4120 zio->io_state[ZIO_WAIT_DONE] = 1; in zio_done()
|
| /freebsd-11-stable/contrib/ntp/lib/isc/unix/ |
| HD | socket.c | 4465 int io_state; in socket_recv() local 4473 io_state = doio_recv(sock, dev); in socket_recv() 4479 io_state = doio_recv(sock, dev); in socket_recv() 4481 io_state = DOIO_SOFT; in socket_recv() 4484 switch (io_state) { in socket_recv() 4646 int io_state; in socket_send() local 4674 io_state = doio_send(sock, dev); in socket_send() 4680 io_state = doio_send(sock, dev); in socket_send() 4682 io_state = DOIO_SOFT; in socket_send() 4685 switch (io_state) { in socket_send()
|
| /freebsd-11-stable/contrib/libstdc++/include/bits/ |
| D | ios_base.h | 404 typedef int io_state; typedef
|
| /freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/ |
| HD | zio.h | 425 uint8_t io_state[ZIO_WAIT_TYPES]; member
|
| /freebsd-11-stable/contrib/ntp/lib/isc/win32/ |
| HD | socket.c | 2960 int io_state; in socket_send() local 2984 io_state = startio_send(sock, dev, &cc, &send_errno); in socket_send() 2985 switch (io_state) { in socket_send()
|
| /freebsd-11-stable/contrib/llvm-project/libcxx/include/ |
| HD | ios | 272 typedef iostate io_state;
|
| /freebsd-11-stable/sys/dev/cxgbe/firmware/ |
| HD | t4fw_interface.h | 2671 __u8 io_state; member
|