Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
HDbus_private.h128 #define DF_QUIET 0x0010 /* don't print verbose attach message */ macro
/dragonfly/sys/kern/
HDsubr_bus.c1872 dev->flags |= DF_QUIET; in device_quiet()
1878 dev->flags &= ~DF_QUIET; in device_verbose()
1884 return((dev->flags & DF_QUIET) != 0); in device_is_quiet()