HomeSort by: relevance | last modified time | path
    Searched refs:db_num_to_str (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/ddb/
db_lex.h 36 char *db_num_to_str(db_expr_t);
db_write_cmd.c 90 db_printf("\t\t%s = ", db_num_to_str(old_value));
91 db_printf("%s\n", db_num_to_str(new_value));
94 db_printf("\t\t= %s\n", db_num_to_str(new_value));
db_print.c 60 db_printf("%-12s%s", vs.name, db_num_to_str(value));
db_sym.c 343 strlcpy(buf, db_num_to_str(off), buflen);
423 (*pr)("%s", db_num_to_str(off));
457 (*pr)("%s", db_num_to_str(off));
db_variables.c 350 db_printf("$%s\t\t%s = ", vp->name, db_num_to_str(old_value));
351 db_printf("%s\n", db_num_to_str(value));
db_lex.c 162 db_num_to_str(db_expr_t val) function in typeref:typename:char *
db_command.c 1553 db_printf("%s\n", db_num_to_str(retval));
  /src/sys/arch/powerpc/powerpc/
db_interface.c 706 db_num_to_str(db_ppc4xx_mfdcr(addr)));
708 db_printf("%s\n", db_num_to_str(db_ppc4xx_mfdcr(addr)));
716 db_num_to_str(db_ppc4xx_mfdcr(addr)));

Completed in 16 milliseconds