Searched refs:io_state (Results 1 – 8 of 8) sorted by relevance
/freebsd/lib/libc/stdio/ |
H A D | printfcommon.h | 66 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 D | vfprintf.c | 122 grouping_print(struct grouping_state *gs, struct io_state *iop, in grouping_print() 355 struct io_state io; /* I/O buffering state */ in __vfprintf()
|
H A D | vfwprintf.c | 148 grouping_print(struct grouping_state *gs, struct io_state *iop, in grouping_print() 429 struct io_state io; /* I/O buffering state */ in __vfwprintf()
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zio.c | 769 ASSERT(pio->io_state[ZIO_WAIT_DONE] == 0); in zio_add_child() 773 countp[w] += !cio->io_state[w]; in zio_add_child() 807 ASSERT(pio->io_state[ZIO_WAIT_DONE] == 0); in zio_add_child_first() 811 countp[w] += !cio->io_state[w]; in zio_add_child_first() 1043 zio->io_state[ZIO_WAIT_READY] = (stage >= ZIO_STAGE_READY) || in zio_create() 1045 zio->io_state[ZIO_WAIT_DONE] = (stage >= ZIO_STAGE_DONE); in zio_create() 2608 pio->io_state[ZIO_WAIT_READY] = (pio->io_stage >= ZIO_STAGE_READY) || in zio_reexecute() 2610 pio->io_state[ZIO_WAIT_DONE] = (pio->io_stage >= ZIO_STAGE_DONE); in zio_reexecute() 2629 !pio->io_state[w]; in zio_reexecute() 5149 zio->io_state[ZIO_WAIT_READY] = 1; in zio_ready() [all …]
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | zio.h | 462 uint8_t io_state[ZIO_WAIT_TYPES]; member
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | ios | 293 typedef iostate io_state;
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | StdSymbolMap.inc | 1595 SYMBOL(io_state, std::, <ios>) 1596 SYMBOL(io_state, std::, <iostream>)
|
/freebsd/sys/dev/cxgbe/firmware/ |
H A D | t4fw_interface.h | 2676 __u8 io_state; member
|