Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/pcitool/
H A Dpcitool_ui.h63 #define QUIET_FLAG 0x10000 macro
82 #define IS_QUIET(flags) (flags & QUIET_FLAG)
H A Dpcitool_ui.c169 parsed_args->flags |= QUIET_FLAG; in get_commandline_args()
541 parsed_args->flags |= QUIET_FLAG; in get_commandline_args()
638 ~(PROBE_FLAGS | QUIET_FLAG | VERBOSE_FLAG)) in get_commandline_args()
649 ~(INTR_FLAG | VERBOSE_FLAG | QUIET_FLAG | in get_commandline_args()