Home
last modified time | relevance | path

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

/f-stack/freebsd/ddb/
H A Ddb_ps.c58 static int ps_mode; variable
112 ps_mode = modif[0] == 'a' ? PRINT_ARGS : PRINT_NONE; in db_ps()
248 if (ps_mode == PRINT_ARGS) { in db_ps_proc()
339 if (ps_mode == PRINT_ARGS && all == 0) { in dumpthread()