Home
last modified time | relevance | path

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

/NextBSD/sys/dev/si/
HDsivar.h69 void si_dprintf(struct si_port *pp, int flags, const char *fmt, ...);
71 #define DPRINT(x) si_dprintf x
HDsi.c1601 si_dprintf(struct si_port *pp, int flags, const char *fmt, ...) in si_dprintf() function