Home
last modified time | relevance | path

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

/dflybsd-src/sys/ddb/
H A Ddb_write_cmd.c77 db_printf("\t\t%s = ", db_num_to_str(old_value)); in db_write_cmd()
78 db_printf("%s\n", db_num_to_str(new_value)); in db_write_cmd()
H A Ddb_lex.h71 char *db_num_to_str(db_expr_t);
H A Ddb_print.c54 db_printf("%-12s%s", regp->name, db_num_to_str(value)); in db_show_regs()
H A Ddb_lex.c127 db_num_to_str(db_expr_t val) in db_num_to_str() function
H A Ddb_command.c601 db_printf("%s\n", db_num_to_str(retval)); in db_fncall()