Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/sys/i2c/nexus/
H A Dsmbus.h234 #define SMBUS_PRINT(a) smbus_print a
244 void smbus_print(int flags, const char *fmt, ...);
/illumos-gate/usr/src/uts/sun4u/io/i2c/nexus/
H A Dsmbus.c181 smbus_print(int flags, const char *fmt, ...) in smbus_print() function