Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4/sys/
H A Dfcode.h664 void fc_debug(char *, uintptr_t, uintptr_t,
668 fc_debug(s, 0, 0, 0, 0, 0)
670 fc_debug(fmt, (uintptr_t)(a1), 0, 0, 0, 0);
672 fc_debug(fmt, (uintptr_t)(a1), (uintptr_t)(a2), 0, 0, 0);
675 fc_debug(fmt, (uintptr_t)(a1), (uintptr_t)(a2), (uintptr_t)(a3), 0, 0);
/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfc_ops.c863 fc_debug(char *fmt, uintptr_t a1, uintptr_t a2, uintptr_t a3, in fc_debug() function