Home
last modified time | relevance | path

Searched refs:db_format_hex (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/ddb/
H A Ddb_output.c225 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 Ddb_output.h48 void db_format_hex(char *, size_t, quad_t, int);
H A Ddb_examine.c179 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 Ddb_disasm.c1031 db_format_hex(tbuf, 24, signed_immediate, false); in alpha_print_instruction()