Home
last modified time | relevance | path

Searched refs:MEM_BOARD_VISIBLE (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dac_add.c224 if (!MEM_BOARD_VISIBLE(board) || mem_info->busy || in ac_add_memory()
H A Dac_del.c504 if (!MEM_BOARD_VISIBLE(board) || mem_info->busy || in ac_del_memory()
H A Dac_test.c139 if (!MEM_BOARD_VISIBLE(board) || in ac_mem_test_start()
H A Dac.c467 vis = (board != NULL) && MEM_BOARD_VISIBLE(board); in ac_open()
/illumos-gate/usr/src/uts/sun4u/sunfire/sys/
H A Dac.h400 #define MEM_BOARD_VISIBLE(BD) \ macro