Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Ddevid_cache.h98 #define DEVID_LOG_ERR(args) { if (devid_log_failures) devid_log args; }
/titanic_44/usr/src/uts/common/os/
H A Ddevid_cache.c153 int devid_log_failures = 0; variable