Home
last modified time | relevance | path

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

/freebsd-11-stable/lib/libc/stdio/
HDprintfcommon.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()
HDvfprintf.c125 grouping_print(struct grouping_state *gs, struct io_state *iop, in grouping_print()
360 struct io_state io; /* I/O buffering state */ in __vfprintf()
HDvfwprintf.c154 grouping_print(struct grouping_state *gs, struct io_state *iop, in grouping_print()
439 struct io_state io; /* I/O buffering state */ in __vfwprintf()
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDzio.c479 ASSERT(pio->io_state[ZIO_WAIT_DONE] == 0); in zio_add_child()
482 pio->io_children[cio->io_child_type][w] += !cio->io_state[w]; in zio_add_child()
706 zio->io_state[ZIO_WAIT_READY] = (stage >= ZIO_STAGE_READY); in zio_create()
707 zio->io_state[ZIO_WAIT_DONE] = (stage >= ZIO_STAGE_DONE); in zio_create()
1868 pio->io_state[w] = 0; in zio_reexecute()
3727 zio->io_state[ZIO_WAIT_READY] = 1; in zio_ready()
4032 zio->io_state[ZIO_WAIT_DONE] = 1; in zio_done()
4120 zio->io_state[ZIO_WAIT_DONE] = 1; in zio_done()
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
HDsocket.c4465 int io_state; in socket_recv() local
4473 io_state = doio_recv(sock, dev); in socket_recv()
4479 io_state = doio_recv(sock, dev); in socket_recv()
4481 io_state = DOIO_SOFT; in socket_recv()
4484 switch (io_state) { in socket_recv()
4646 int io_state; in socket_send() local
4674 io_state = doio_send(sock, dev); in socket_send()
4680 io_state = doio_send(sock, dev); in socket_send()
4682 io_state = DOIO_SOFT; in socket_send()
4685 switch (io_state) { in socket_send()
/freebsd-11-stable/contrib/libstdc++/include/bits/
Dios_base.h404 typedef int io_state; typedef
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
HDzio.h425 uint8_t io_state[ZIO_WAIT_TYPES]; member
/freebsd-11-stable/contrib/ntp/lib/isc/win32/
HDsocket.c2960 int io_state; in socket_send() local
2984 io_state = startio_send(sock, dev, &cc, &send_errno); in socket_send()
2985 switch (io_state) { in socket_send()
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
HDios272 typedef iostate io_state;
/freebsd-11-stable/sys/dev/cxgbe/firmware/
HDt4fw_interface.h2671 __u8 io_state; member