Searched refs:hastid (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/ddb/
H A Ddb_thread.c53 db_set_thread(db_expr_t tid, bool hastid, db_expr_t cnt, char *mod) argument
64 hastid = db_expression(&tid);
68 if (hastid) {
H A Ddb_command.c782 db_stack_trace(db_expr_t tid, bool hastid, db_expr_t count, char *modif) argument
794 hastid = db_expression(&tid);
809 if (hastid) {

Completed in 107 milliseconds