Home
last modified time | relevance | path

Searched refs:DB_SHOW_ALIAS (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/ddb/
H A Dddb.h173 #define DB_SHOW_ALIAS(alias_name, func_name) \ macro
/f-stack/freebsd/kern/
H A Dsubr_pcpu.c424 DB_SHOW_ALIAS(allpcpu, db_show_cpu_all);
H A Dsubr_turnstile.c1245 DB_SHOW_ALIAS(sleepchain, db_show_lockchain);
1266 DB_SHOW_ALIAS(allchains, db_show_allchains)
H A Dsubr_rman.c1139 DB_SHOW_ALIAS(allrman, db_show_all_rman);
H A Dsubr_sleepqueue.c1493 DB_SHOW_ALIAS(sleepqueue, db_show_sleepqueue);
H A Dsubr_witness.c2610 DB_SHOW_ALIAS(alllocks, db_witness_list_all) in DB_SHOW_ALIAS() function