| /freebsd-13.1/contrib/libxo/libxo/ |
| H A D | libxo.c | 609 xo_init_handle (xo_handle_t *xop) in xo_init_handle() 689 xo_default (xo_handle_t *xop) in xo_default() 705 xo_indent (xo_handle_t *xop) in xo_indent() 912 xo_write (xo_handle_t *xop) in xo_write() 1999 xo_get_style (xo_handle_t *xop) in xo_get_style() 2466 xo_get_flags (xo_handle_t *xop) in xo_get_flags() 2624 xo_line_close (xo_handle_t *xop) in xo_line_close() 7950 xo_flush_h (xo_handle_t *xop) in xo_flush_h() 7976 xo_finish_h (xo_handle_t *xop) in xo_finish_h() 8232 xo_dump_stack (xo_handle_t *xop) in xo_dump_stack() [all …]
|
| H A D | xo.h | 224 xo_emit_hvp (xo_handle_t *xop, const char *fmt, va_list vap) in xo_emit_hvp() 231 xo_emit_hp (xo_handle_t *xop, const char *fmt, ...) in xo_emit_hp() 253 xo_emit_hvfp (xo_handle_t *xop, xo_emit_flags_t flags, in xo_emit_hvfp() 261 xo_emit_hfp (xo_handle_t *xop, xo_emit_flags_t flags, const char *fmt, ...) in xo_emit_hfp() 482 xo_emit_warn_hcvp (xo_handle_t *xop, int as_warning, int code, in xo_emit_warn_hcvp() 490 xo_emit_warn_hcp (xo_handle_t *xop, int code, const char *fmt, ...) in xo_emit_warn_hcp()
|
| H A D | xo_encoder.c | 289 xo_encoder_init (xo_handle_t *xop, const char *name) in xo_encoder_init() 363 xo_handle_t *xop; in xo_encoder_create() local 377 xo_encoder_handle (xo_handle_t *xop, xo_encoder_op_t op, in xo_encoder_handle()
|
| H A D | xo_syslog.c | 528 xo_handle_t *xop = xo_create(XO_STYLE_SDPARAMS, 0); in xo_vsyslog() local
|
| /freebsd-13.1/contrib/libxo/encoder/cbor/ |
| H A D | enc_cbor.c | 167 cbor_append (xo_handle_t *xop, cbor_private_t *cbor, xo_buffer_t *xbp, in cbor_append() 187 cbor_create (xo_handle_t *xop) in cbor_create() 204 cbor_content (xo_handle_t *xop, cbor_private_t *cbor, xo_buffer_t *xbp, in cbor_content()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/ |
| H A D | X86DisassemblerDecoder.h | 65 #define rFromXOP2of3(xop) (((~(xop)) & 0x80) >> 7) argument 66 #define xFromXOP2of3(xop) (((~(xop)) & 0x40) >> 6) argument 67 #define bFromXOP2of3(xop) (((~(xop)) & 0x20) >> 5) argument 68 #define mmmmmFromXOP2of3(xop) ((xop) & 0x1f) argument 69 #define wFromXOP3of3(xop) (((xop) & 0x80) >> 7) argument 71 #define lFromXOP3of3(xop) (((xop) & 0x4) >> 2) argument 72 #define ppFromXOP3of3(xop) ((xop) & 0x3) argument
|
| /freebsd-13.1/contrib/libxo/encoder/csv/ |
| H A D | enc_csv.c | 182 csv_create (xo_handle_t *xop) in csv_create() 337 csv_emit_record (xo_handle_t *xop, csv_private_t *csv) in csv_emit_record() 575 csv_record_leafs (xo_handle_t *xop, csv_private_t *csv, const char *leafs_raw) in csv_record_leafs() 608 csv_record_path (xo_handle_t *xop, csv_private_t *csv, const char *path_raw) in csv_record_path() 664 csv_options (xo_handle_t *xop, csv_private_t *csv, in csv_options()
|
| /freebsd-13.1/usr.sbin/bhyve/ |
| H A D | snapshot.c | 1035 vm_snapshot_kern_struct(int data_fd, xo_handle_t *xop, const char *array_key, in vm_snapshot_kern_struct() 1075 vm_snapshot_kern_structs(struct vmctx *ctx, int data_fd, xo_handle_t *xop) in vm_snapshot_kern_structs() 1127 vm_snapshot_basic_metadata(struct vmctx *ctx, xo_handle_t *xop, size_t memsz) in vm_snapshot_basic_metadata() 1154 vm_snapshot_dev_write_data(int data_fd, xo_handle_t *xop, const char *array_key, in vm_snapshot_dev_write_data() 1182 int data_fd, xo_handle_t *xop, in vm_snapshot_user_dev() 1203 vm_snapshot_user_devs(struct vmctx *ctx, int data_fd, xo_handle_t *xop) in vm_snapshot_user_devs() 1337 xo_handle_t *xop = NULL; in vm_checkpoint() local
|
| /freebsd-13.1/usr.bin/wc/ |
| H A D | wc.c | 198 xo_handle_t *xop; in show_cnt() local
|
| /freebsd-13.1/contrib/libxo/xo/ |
| H A D | xo.c | 95 formatter (xo_handle_t *xop, char *buf, xo_ssize_t bufsiz, in formatter()
|