Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dkmdb.h44 #define KMDB_F_DRV_DEBUG 0x4 /* enable driver's debug messages */ macro
/titanic_41/usr/src/cmd/mdb/common/kmdb/kctl/
H A Dkctl_err.c80 if (!(kctl.kctl_flags & KMDB_F_DRV_DEBUG)) in kctl_dprintf()
H A Dkctl_dmod.c384 if (kctl.kctl_flags & KMDB_F_DRV_DEBUG) { in kctl_dmod_path_set()
/titanic_41/usr/src/uts/common/kmdb/
H A Dkdrv.c79 { "kmdb-driver-debug", 0, KMDB_F_DRV_DEBUG },