Searched refs:DEVPATH_PRINT (Results 1 – 2 of 2) sorted by relevance
58 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()
24 #define DEVPATH_PRINT(dp) \ macro