Home
last modified time | relevance | path

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

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