Home
last modified time | relevance | path

Searched refs:db_num_to_str (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/sys/ddb/
H A Ddb_write_cmd.c90 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 Ddb_sym.c343 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 Ddb_lex.h36 char *db_num_to_str(db_expr_t);
H A Ddb_variables.c350 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 Ddb_print.c60 db_printf("%-12s%s", vs.name, db_num_to_str(value)); in db_show_regs()
H A Ddb_lex.c162 db_num_to_str(db_expr_t val) in db_num_to_str() function
H A Ddb_command.c1553 db_printf("%s\n", db_num_to_str(retval)); in db_fncall()
/netbsd-src/sys/arch/powerpc/powerpc/
H A Ddb_interface.c706 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()