Searched refs:devid_log (Results 1 – 2 of 2) sorted by relevance
93 #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 *);
1160 devid_log(char *fmt, ddi_devid_t devid, char *path) in devid_log() function