Lines Matching defs:xo
95 #include <libxo/xo.h>
162 printheader(xo_handle_t *xo, const struct kerneldumpheader *h,
172 xo_flush_h(xo);
173 xo_emit_h(xo, "{Lwc:Dump header from device}{:dump_device/%s}\n",
175 xo_emit_h(xo, "{P: }{Lwc:Architecture}{:architecture/%s}\n",
177 xo_emit_h(xo,
181 xo_emit_h(xo, "{P: }{Lwc:Dump Length}{:dump_length_bytes/%lld}\n",
183 xo_emit_h(xo, "{P: }{Lwc:Blocksize}{:blocksize/%d}\n",
199 xo_emit_h(xo, "{P: }{Lwc:Compression}{:compression/%s}\n", comp_str);
204 xo_emit_h(xo, "{P: }{Lwc:Dumptime}{:dumptime/%s}\n", time_str);
205 xo_emit_h(xo, "{P: }{Lwc:Hostname}{:hostname/%s}\n", h->hostname);
206 xo_emit_h(xo, "{P: }{Lwc:Magic}{:magic/%s}\n", h->magic);
207 xo_emit_h(xo, "{P: }{Lwc:Version String}{:version_string/%s}",
209 xo_emit_h(xo, "{P: }{Lwc:Panic String}{:panic_string/%s}\n",
211 xo_emit_h(xo, "{P: }{Lwc:Dump Parity}{:dump_parity/%u}\n", h->parity);
212 xo_emit_h(xo, "{P: }{Lwc:Bounds}{:bounds/%d}\n", bounds);
225 xo_emit_h(xo, "{P: }{Lwc:Dump Status}{:dump_status/%s}\n", stat_str);
226 xo_flush_h(xo);