Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Ddevid_cache.h74 extern int devid_report_error; /* devid cache operations */
143 #define DEVIDERR(args) { if (devid_report_error) cmn_err args; }
/illumos-gate/usr/src/uts/common/os/
H A Ddevid_cache.c134 int devid_report_error = 0; variable