Searched refs:hexdump_t (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | hexdump.h | 89 } hexdump_t; typedef 94 extern void hexdump_init(hexdump_t *); 95 extern void hexdump_fini(hexdump_t *); 101 extern void hexdump_set_addr(hexdump_t *, uint64_t); 108 extern void hexdump_set_addrwidth(hexdump_t *, uint8_t); 113 extern void hexdump_set_width(hexdump_t *, uint8_t); 120 extern void hexdump_set_grouping(hexdump_t *, uint8_t); 125 extern void hexdump_set_indent(hexdump_t *, uint8_t); 132 extern void hexdump_set_marker(hexdump_t *, uint8_t); 138 extern void hexdump_set_buf(hexdump_t *, uint8_t *, size_t); [all …]
|
/illumos-gate/usr/src/common/hexdump/ |
H A D | hexdump.c | 88 hexdump_init(hexdump_t *h) in hexdump_init() 96 hexdump_fini(hexdump_t *h __unused) in hexdump_fini() 101 hexdump_set_width(hexdump_t *h, uint8_t width) in hexdump_set_width() 110 hexdump_set_grouping(hexdump_t *h, uint8_t grouping) in hexdump_set_grouping() 119 hexdump_set_indent(hexdump_t *h, uint8_t indent) in hexdump_set_indent() 125 hexdump_set_addr(hexdump_t *h, uint64_t addr) in hexdump_set_addr() 131 hexdump_set_addrwidth(hexdump_t *h, uint8_t width) in hexdump_set_addrwidth() 137 hexdump_set_marker(hexdump_t *h, uint8_t marker) in hexdump_set_marker() 143 hexdump_set_buf(hexdump_t *h, uint8_t *buf, size_t buflen) in hexdump_set_buf() 290 hexdumph(hexdump_t *h, const uint8_t *data, size_t len, hexdump_flag_t flags, in hexdumph() [all …]
|
/illumos-gate/usr/src/test/os-tests/tests/hexdump/ |
H A D | hexdump_basic.c | 196 hexdump_t hd; in run()
|
/illumos-gate/usr/src/cmd/ipcs/ |
H A D | ipcs.c | 517 hexdump_t h; in dumpmsg()
|
/illumos-gate/usr/src/cmd/dis/ |
H A D | dis_main.c | 335 hexdump_t h; in dump_data()
|
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | basl.c | 123 hexdump_t h; in basl_dump_table()
|
/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | main.c | 199 hexdump_t h; in dump_hex_bytes()
|
/illumos-gate/usr/src/cmd/zstreamdump/ |
H A D | zstreamdump.c | 143 hexdump_t h; in print_block()
|
/illumos-gate/usr/src/common/ccid/ |
H A D | atr.c | 1452 hexdump_t h; in atr_data_hexdump()
|
/illumos-gate/usr/src/cmd/smbios/ |
H A D | smbios.c | 998 hexdump_t h; in print_bytes()
|