Searched refs:db_format_hex (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/sys/ddb/ |
H A D | db_output.c | 225 db_format_hex(buf, bufsiz, val, altflag); in db_format_radix() 246 db_format_hex(char *buf, size_t bufsiz, quad_t val, int altflag) in db_format_hex() function
|
H A D | db_output.h | 48 void db_format_hex(char *, size_t, quad_t, int);
|
H A D | db_examine.c | 179 db_format_hex(tbuf, 24, value, false); in db_examine() 267 db_format_hex(tbuf, 24, addr, false); in db_print_cmd()
|
/netbsd-src/sys/arch/alpha/alpha/ |
H A D | db_disasm.c | 1031 db_format_hex(tbuf, 24, signed_immediate, false); in alpha_print_instruction()
|