Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/hppa/stand/common/
H A Dmachdep.c58 printf("pri_boot="); DEVPATH_PRINT(&sstor.ss_pri_boot); in machdep()
59 printf("alt_boot="); DEVPATH_PRINT(&sstor.ss_alt_boot); in machdep()
60 printf("console ="); DEVPATH_PRINT(&sstor.ss_console); in machdep()
61 printf("keyboard="); DEVPATH_PRINT(&sstor.ss_keyboard); in machdep()
H A Ddev_hppa.h24 #define DEVPATH_PRINT(dp) \ macro