Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdio/
H A Dprintfcommon.h66 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()
H A Dvfprintf.c121 grouping_print(struct grouping_state *gs, struct io_state *iop, in grouping_print()
358 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()
433 struct io_state io; /* I/O buffering state */ in __vfwprintf()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzio.c691 ASSERT(pio->io_state[ZIO_WAIT_DONE] == 0); in zio_add_child()
695 countp[w] += !cio->io_state[w]; in zio_add_child()
729 ASSERT(pio->io_state[ZIO_WAIT_DONE] == 0); in zio_add_child_first()
733 countp[w] += !cio->io_state[w]; in zio_add_child_first()
959 zio->io_state[ZIO_WAIT_READY] = (stage >= ZIO_STAGE_READY) || in zio_create()
961 zio->io_state[ZIO_WAIT_DONE] = (stage >= ZIO_STAGE_DONE); in zio_create()
2482 pio->io_state[ZIO_WAIT_DONE] = (pio->io_stage >= ZIO_STAGE_DONE); in zio_reexecute()
2487 !pio->io_state[w]; in zio_reexecute()
4603 zio->io_state[ZIO_WAIT_READY] = 1; in zio_ready()
4950 zio->io_state[ZIO_WAIT_DONE] = 1; in zio_done()
[all …]
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzio.h456 uint8_t io_state[ZIO_WAIT_TYPES]; member
/freebsd/contrib/llvm-project/libcxx/include/
H A Dios296 typedef iostate io_state;
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1595 SYMBOL(io_state, std::, <ios>)
1596 SYMBOL(io_state, std::, <iostream>)
/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h2676 __u8 io_state; member