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

/freebsd-13-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-13-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-13-stable/sys/contrib/openzfs/include/sys/
H A Dzio.h449 uint8_t io_state[ZIO_WAIT_TYPES]; member in struct:zio
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dzio.c644 ASSERT(pio->io_state[ZIO_WAIT_DONE] == 0);
647 pio->io_children[cio->io_child_type][w] += !cio->io_state[w];
873 zio->io_state[ZIO_WAIT_READY] = (stage >= ZIO_STAGE_READY);
874 zio->io_state[ZIO_WAIT_DONE] = (stage >= ZIO_STAGE_DONE);
2306 pio->io_state[w] = 0;
4382 zio->io_state[ZIO_WAIT_READY] = 1;
4726 zio->io_state[ZIO_WAIT_DONE] = 1;
4817 zio->io_state[ZIO_WAIT_DONE] = 1;
/freebsd-13-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-13-stable/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h2678 __u8 io_state; member in struct:fw_foiscsi_ctrl_wr

Completed in 278 milliseconds