Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdio/
H A Dprintfcommon.h64 struct io_state { struct
71 io_init(struct io_state *iop, FILE *fp) in io_init() argument
85 io_print(struct io_state *iop, const CHAR * __restrict ptr, int len, locale_t locale) in io_print()
113 io_pad(struct io_state *iop, int howmany, const CHAR * __restrict with, in io_pad()
132 io_printandpad(struct io_state *iop, const CHAR *p, const CHAR *ep, in io_printandpad()
150 io_flush(struct io_state *iop, locale_t locale) in io_flush()
H A Dvfprintf.c122 grouping_print(struct grouping_state *gs, struct io_state *iop, in grouping_print()
353 struct io_state io; /* I/O buffering state */ in __vfprintf()
H A Dvfwprintf.c148 grouping_print(struct grouping_state *gs, struct io_state *iop, in grouping_print()
427 struct io_state io; /* I/O buffering state */ in __vfwprintf()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzio.c774 ASSERT0(pio->io_state[ZIO_WAIT_DONE]); in zio_add_child_impl()
778 countp[w] += !cio->io_state[w]; in zio_add_child_impl()
1017 zio->io_state[ZIO_WAIT_READY] = (stage >= ZIO_STAGE_READY) || in zio_create()
1019 zio->io_state[ZIO_WAIT_DONE] = (stage >= ZIO_STAGE_DONE); in zio_create()
2599 pio->io_state[ZIO_WAIT_READY] = (pio->io_stage >= ZIO_STAGE_READY) || in zio_reexecute()
2601 pio->io_state[ZIO_WAIT_DONE] = (pio->io_stage >= ZIO_STAGE_DONE); in zio_reexecute()
2620 !pio->io_state[w]; in zio_reexecute()
5436 zio->io_state[ZIO_WAIT_READY] = 1; in zio_ready()
5782 zio->io_state[ZIO_WAIT_DONE] = 1; in zio_done()
5885 zio->io_state[ZIO_WAIT_DONE] = 1; in zio_done()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzio.h486 uint8_t io_state[ZIO_WAIT_TYPES]; member
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dios289 typedef iostate io_state;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dios297 typedef iostate io_state;
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1622 SYMBOL(io_state, std::, <ios>)
1623 SYMBOL(io_state, std::, <iostream>)
/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h3592 __u8 io_state; member