MCPcopy Create free account
hub / github.com/F-Stack/f-stack / db_error

Function db_error

freebsd/ddb/db_command.c:556–563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

554}
555
556void
557db_error(const char *s)
558{
559 if (s)
560 db_printf("%s", s);
561 db_flush_lex();
562 kdb_reenter_silent();
563}
564
565static void
566db_dump(db_expr_t dummy, bool dummy2, db_expr_t dummy3, char *dummy4)

Callers 15

db_show_oid_nameFunction · 0.85
db_show_sysctl_allFunction · 0.85
db_termFunction · 0.85
db_unaryFunction · 0.85
db_mult_exprFunction · 0.85
db_add_exprFunction · 0.85
db_shift_exprFunction · 0.85
db_logical_relation_exprFunction · 0.85
db_logical_and_exprFunction · 0.85
db_logical_or_exprFunction · 0.85
db_lookupFunction · 0.85
db_find_variableFunction · 0.85

Calls 3

db_printfFunction · 0.85
db_flush_lexFunction · 0.85
kdb_reenter_silentFunction · 0.85

Tested by

no test coverage detected