Searched refs:io_state (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/lib/libc/stdio/
H A Dprintfcommon.h68 struct io_state { struct
75 io_init(struct io_state *iop, FILE *fp)
89 io_print(struct io_state *iop, const CHAR * __restrict ptr, int len, locale_t locale)
117 io_pad(struct io_state *iop, int howmany, const CHAR * __restrict with,
136 io_printandpad(struct io_state *iop, const CHAR *p, const CHAR *ep,
154 io_flush(struct io_state *iop, locale_t locale)
H A Dvfprintf.c127 grouping_print(struct grouping_state *gs, struct io_state *iop,
362 struct io_state io; /* I/O buffering state */
H A Dvfwprintf.c156 grouping_print(struct grouping_state *gs, struct io_state *iop,
441 struct io_state io; /* I/O buffering state */
/freebsd-12-stable/contrib/libstdc++/include/bits/
H A Dios_base.h404 typedef int io_state; typedef in class:ios_base
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzio.c480 ASSERT(pio->io_state[ZIO_WAIT_DONE] == 0);
483 pio->io_children[cio->io_child_type][w] += !cio->io_state[w];
707 zio->io_state[ZIO_WAIT_READY] = (stage >= ZIO_STAGE_READY);
708 zio->io_state[ZIO_WAIT_DONE] = (stage >= ZIO_STAGE_DONE);
1872 pio->io_state[w] = 0;
3791 zio->io_state[ZIO_WAIT_READY] = 1;
4099 zio->io_state[ZIO_WAIT_DONE] = 1;
4187 zio->io_state[ZIO_WAIT_DONE] = 1;
/freebsd-12-stable/contrib/ntp/lib/isc/unix/
H A Dsocket.c4465 int io_state; local
4473 io_state = doio_recv(sock, dev);
4479 io_state = doio_recv(sock, dev);
4481 io_state = DOIO_SOFT;
4484 switch (io_state) {
4646 int io_state; local
4674 io_state = doio_send(sock, dev);
4680 io_state = doio_send(sock, dev);
4682 io_state = DOIO_SOFT;
4685 switch (io_state) {
[all...]
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzio.h431 uint8_t io_state[ZIO_WAIT_TYPES]; member in struct:zio
/freebsd-12-stable/contrib/ntp/lib/isc/win32/
H A Dsocket.c2960 int io_state; local
2984 io_state = startio_send(sock, dev, &cc, &send_errno);
2985 switch (io_state) {
/freebsd-12-stable/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h2678 __u8 io_state; member in struct:fw_foiscsi_ctrl_wr

Completed in 403 milliseconds