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

/freebsd-11-stable/lib/libc/stdio/
H A Dprintfcommon.h66 struct io_state { struct
73 io_init(struct io_state *iop, FILE *fp)
87 io_print(struct io_state *iop, const CHAR * __restrict ptr, int len, locale_t locale)
115 io_pad(struct io_state *iop, int howmany, const CHAR * __restrict with,
134 io_printandpad(struct io_state *iop, const CHAR *p, const CHAR *ep,
152 io_flush(struct io_state *iop, locale_t locale)
H A Dvfprintf.c125 grouping_print(struct grouping_state *gs, struct io_state *iop,
360 struct io_state io; /* I/O buffering state */
H A Dvfwprintf.c154 grouping_print(struct grouping_state *gs, struct io_state *iop,
439 struct io_state io; /* I/O buffering state */
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dios_base.h404 typedef int io_state; typedef in class:ios_base
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzio.c479 ASSERT(pio->io_state[ZIO_WAIT_DONE] == 0);
482 pio->io_children[cio->io_child_type][w] += !cio->io_state[w];
706 zio->io_state[ZIO_WAIT_READY] = (stage >= ZIO_STAGE_READY);
707 zio->io_state[ZIO_WAIT_DONE] = (stage >= ZIO_STAGE_DONE);
1868 pio->io_state[w] = 0;
3727 zio->io_state[ZIO_WAIT_READY] = 1;
4032 zio->io_state[ZIO_WAIT_DONE] = 1;
4120 zio->io_state[ZIO_WAIT_DONE] = 1;
/freebsd-11-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-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzio.h425 uint8_t io_state[ZIO_WAIT_TYPES]; member in struct:zio
/freebsd-11-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-11-stable/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h2671 __u8 io_state; member in struct:fw_foiscsi_ctrl_wr

Completed in 219 milliseconds