Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dsysevent.c39 if ((opt_flags & SYSEVENT_VERBOSE) == 0) { in sysevent_buf()
63 if ((opt_flags & SYSEVENT_VERBOSE) == 0) { in sysevent_buf()
303 'v', MDB_OPT_SETBITS, SYSEVENT_VERBOSE, &sys_flags, NULL) != argc) in sysevent()
H A Dsysevent.h49 #define SYSEVENT_VERBOSE 0x2 macro