Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mdb/common/mdb/
H A Dmdb_cmds.c2426 #define EVENTS_OPT_A 0x1 /* ::events -a (show all events) */ macro
2458 if ((opts & EVENTS_OPT_A) || visible) { in print_event()
2513 'a', MDB_OPT_SETBITS, EVENTS_OPT_A, &opts, in cmd_events()