Home
last modified time | relevance | path

Searched refs:device_log (Results 1 – 4 of 4) sorted by relevance

/src/sys/dev/rge/
H A Dif_rge_debug.h38 device_log((sc)->sc_dev, LOG_DEBUG, \
/src/sys/dev/atkbdc/
H A Dpsm.c120 device_log(__VA_ARGS__); \
1063 device_log(sc->dev, LOG_DEBUG, in doinitialize()
1073 device_log(sc->dev, LOG_ERR, in doinitialize()
1090 device_log(sc->dev, LOG_ERR, in doinitialize()
1101 device_log(sc->dev, LOG_ERR, in doinitialize()
1128 device_log(sc->dev, LOG_DEBUG, in doinitialize()
1158 device_log(sc->dev, LOG_ERR, "failed to enable "
1212 device_log(sc->dev, LOG_ERR,
1219 device_log(sc->dev, LOG_DEBUG,
1230 device_log(sc->dev, LOG_ERR,
[all …]
/src/sys/sys/
H A Dbus.h741 int device_log(device_t dev, int pri, const char *, ...) __printflike(3, 4);
/src/sys/kern/
H A Dsubr_bus.c2044 device_log(device_t dev, int pri, const char * fmt, ...) in device_log() function