Searched refs:db_num_to_str (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/sys/ddb/ |
H A D | db_write_cmd.c | 90 db_printf("\t\t%s = ", db_num_to_str(old_value)); in db_write_cmd() 91 db_printf("%s\n", db_num_to_str(new_value)); in db_write_cmd() 94 db_printf("\t\t= %s\n", db_num_to_str(new_value)); in db_write_cmd()
|
H A D | db_sym.c | 343 strlcpy(buf, db_num_to_str(off), buflen); in db_symstr() 423 (*pr)("%s", db_num_to_str(off)); in db_printsym() 457 (*pr)("%s", db_num_to_str(off)); in db_printsym()
|
H A D | db_lex.h | 36 char *db_num_to_str(db_expr_t);
|
H A D | db_variables.c | 350 db_printf("$%s\t\t%s = ", vp->name, db_num_to_str(old_value)); in db_set_cmd() 351 db_printf("%s\n", db_num_to_str(value)); in db_set_cmd()
|
H A D | db_print.c | 60 db_printf("%-12s%s", vs.name, db_num_to_str(value)); in db_show_regs()
|
H A D | db_lex.c | 162 db_num_to_str(db_expr_t val) in db_num_to_str() function
|
H A D | db_command.c | 1553 db_printf("%s\n", db_num_to_str(retval)); in db_fncall()
|
/netbsd-src/sys/arch/powerpc/powerpc/ |
H A D | db_interface.c | 706 db_num_to_str(db_ppc4xx_mfdcr(addr))); in db_ppc4xx_dcr() 708 db_printf("%s\n", db_num_to_str(db_ppc4xx_mfdcr(addr))); in db_ppc4xx_dcr() 716 db_num_to_str(db_ppc4xx_mfdcr(addr))); in db_ppc4xx_dcr()
|