Searched refs:devid_log (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Ddevid_cache.h93 #define DEVID_LOG_REG(args) { if (devid_log_registers) devid_log args; }
94 #define DEVID_LOG_FIND(args) { if (devid_log_finds) devid_log args; }
96 #define DEVID_LOG_MATCH(args) { if (devid_log_matches) devid_log args; }
98 #define DEVID_LOG_ERR(args) { if (devid_log_failures) devid_log args; }
103 #define DEVID_LOG_STALE(args) { if (devid_log_stale) devid_log args; }
120 static void devid_log(char *, ddi_devid_t, char *);
/illumos-gate/usr/src/uts/common/os/
H A Ddevid_cache.c1160 devid_log(char *fmt, ddi_devid_t devid, char *path) function

Completed in 45 milliseconds