Home
last modified time | relevance | path

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

/freebsd/usr.bin/wc/
H A Dwc.c185 xo_emit_h(xop, " {:lines/%7ju/%ju}", linect); in show_cnt()
187 xo_emit_h(xop, " {:words/%7ju/%ju}", wordct); in show_cnt()
189 xo_emit_h(xop, " {:characters/%7ju/%ju}", charct); in show_cnt()
191 xo_emit_h(xop, " {:long-lines/%7ju/%ju}", llct); in show_cnt()
193 xo_emit_h(xop, " {:filename/%s}\n", file); in show_cnt()
195 xo_emit_h(xop, "\n"); in show_cnt()
/freebsd/sbin/savecore/
H A Dsavecore.c170 xo_emit_h(xo, "{Lwc:Dump header from device}{:dump_device/%s}\n", in printheader()
172 xo_emit_h(xo, "{P: }{Lwc:Architecture}{:architecture/%s}\n", in printheader()
174 xo_emit_h(xo, in printheader()
178 xo_emit_h(xo, "{P: }{Lwc:Dump Length}{:dump_length_bytes/%lld}\n", in printheader()
180 xo_emit_h(xo, "{P: }{Lwc:Blocksize}{:blocksize/%d}\n", in printheader()
201 xo_emit_h(xo, "{P: }{Lwc:Dumptime}{:dumptime/%s}\n", time_str); in printheader()
202 xo_emit_h(xo, "{P: }{Lwc:Hostname}{:hostname/%s}\n", h->hostname); in printheader()
203 xo_emit_h(xo, "{P: }{Lwc:Magic}{:magic/%s}\n", h->magic); in printheader()
204 xo_emit_h(xo, "{P: }{Lwc:Version String}{:version_string/%s}", in printheader()
206 xo_emit_h(xo, "{P: }{Lwc:Panic String}{:panic_string/%s}\n", in printheader()
[all …]
/freebsd/usr.sbin/bhyve/
H A Dsnapshot.c955 xo_emit_h(xop, "{:" JSON_SNAPSHOT_REQ_KEY "/%s}\n", in vm_save_kern_struct()
957 xo_emit_h(xop, "{:" JSON_SIZE_KEY "/%lu}\n", data_size); in vm_save_kern_struct()
958 xo_emit_h(xop, "{:" JSON_FILE_OFFSET_KEY "/%lu}\n", *offset); in vm_save_kern_struct()
1022 xo_emit_h(xop, "{:" JSON_NCPUS_KEY "/%ld}\n", guest_ncpus); in vm_snapshot_basic_metadata()
1023 xo_emit_h(xop, "{:" JSON_VMNAME_KEY "/%s}\n", vm_get_name(ctx)); in vm_snapshot_basic_metadata()
1024 xo_emit_h(xop, "{:" JSON_MEMSIZE_KEY "/%lu}\n", memsz); in vm_snapshot_basic_metadata()
1025 xo_emit_h(xop, "{:" JSON_MEMFLAGS_KEY "/%d}\n", vm_get_memflags(ctx)); in vm_snapshot_basic_metadata()
1049 xo_emit_h(xop, "{:" JSON_SNAPSHOT_REQ_KEY "/%s}\n", meta->dev_name); in vm_snapshot_dev_write_data()
1050 xo_emit_h(xop, "{:" JSON_SIZE_KEY "/%lu}\n", data_size); in vm_snapshot_dev_write_data()
1051 xo_emit_h(xop, "{:" JSON_FILE_OFFSET_KEY "/%lu}\n", *offset); in vm_snapshot_dev_write_data()
/freebsd/contrib/libxo/doc/
H A Dxopo.rst38 --add-comments --keyword=xo_emit --keyword=xo_emit_h \
H A Dfield-formatting.rst274 xo_emit_h xo_emit_hp
313 xo_emit_h xo_emit_hf
H A Dapi.rst42 xo_emit_h(NULL, "test");
68 xo_emit_h(xop, "testing\n");
395 The remaining arguments to `xo_emit` and `xo_emit_h` are a set of
408 .. c:function:: xo_ssize_t xo_emit_h (xo_handle_t *xop, const char *fmt, ...)
H A Dhowto.rst309 --add-comments --keyword=xo_emit --keyword=xo_emit_h \
/freebsd/contrib/libxo/tests/gettext/
H A DMakefile.am137 --add-comments --keyword=xo_emit --keyword=xo_emit_h \
/freebsd/contrib/libxo/libxo/
H A Dxo.h207 xo_emit_h (xo_handle_t *xop, const char *fmt, ...);
H A Dlibxo.c6602 xo_emit_h (xo_handle_t *xop, const char *fmt, ...) in xo_emit_h() function
8373 xo_emit_h(xop, ": {G:strerror}{g:error/%s}", msg); in xo_emit_warn_hcv()