Home
last modified time | relevance | path

Searched refs:xo_flush (Results 1 – 11 of 11) sorted by relevance

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_print.c199 xo_flush(); in print_bitfield()
228 xo_flush(); in dt_print_hex()
249 xo_flush(); in dt_print_int()
286 xo_flush(); in dt_print_int()
566 xo_flush(); in dt_print_enum()
H A Ddt_consume.c3660 xo_flush(); in dt_consume_cpu()
/freebsd/share/examples/inotify/
H A Dinotify.c164 (void)xo_flush(); in main()
/freebsd/usr.bin/netstat/
H A Dif.c667 xo_flush(); in running_stats_banner()
754 xo_flush(); in sidewaysintpr()
/freebsd/usr.sbin/ndp/
H A Dndp_netlink.c390 xo_flush(); in print_entries_nl()
H A Dndp.c832 xo_flush(); in dump_rtsock()
/freebsd/usr.bin/procstat/
H A Dprocstat.c488 xo_flush(); in main()
/freebsd/contrib/libxo/libxo/
H A Dxo.h409 xo_flush (void);
H A Dlibxo.c239 xo_flush_func_t xo_flush; /* Flush callback */ member
613 xop->xo_flush = xo_flush_file; in xo_init_handle()
1903 xop->xo_flush = xo_flush_file; in xo_create_to_file()
1929 xop->xo_flush = xo_flush_file; in xo_set_file_h()
7965 xop->xo_flush = flush_func; in xo_set_writer()
7988 if (rc >= 0 && xop->xo_flush) in xo_flush_h()
7989 if (xop->xo_flush(xop->xo_opaque) < 0) in xo_flush_h()
7996 xo_flush (void) in xo_flush() function
/freebsd/contrib/libxo/doc/
H A Dapi.rst564 .. index:: xo_flush
566 Flushing Output (xo_flush)
569 .. c:function:: xo_ssize_t xo_flush (void)
577 the library. The `xo_flush` call is used for this.
579 Calling `xo_flush` also triggers the flush function associated with
590 The `xo_flush_h` function follows the conventions of `xo_flush`,
/freebsd/usr.bin/vmstat/
H A Dvmstat.c800 if (xo_flush() < 0) in dovmstat()
1316 if (xo_flush() < 0) in dointr()