Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/sys/
H A Dupa64s.h168 upa64s_debug(flag, psp, fmt, 0, 0, 0, 0, 0);
170 upa64s_debug(flag, psp, fmt, (uintptr_t)(a1), 0, 0, 0, 0);
172 upa64s_debug(flag, psp, fmt, (uintptr_t)(a1), (uintptr_t)(a2), 0, 0, 0);
174 upa64s_debug(flag, psp, fmt, (uintptr_t)(a1), (uintptr_t)(a2), \
177 upa64s_debug(flag, psp, fmt, (uintptr_t)(a1), (uintptr_t)(a2), \
180 upa64s_debug(flag, psp, fmt, (uintptr_t)(a1), (uintptr_t)(a2), \
183 static void upa64s_debug(uint_t, dev_info_t *, char *, uintptr_t, uintptr_t, \
/illumos-gate/usr/src/uts/sun4u/io/
H A Dupa64s.c1207 upa64s_debug(uint_t flag, dev_info_t *dip, char *fmt, in upa64s_debug() function