Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4u/lw8/io/
H A Dsgenv.c1694 static uint_t node_present[SSM_MAX_INSTANCES] = {SGENV_NO_NODE_EXISTS}; in sgenv_get_board_info_data() local
1712 sgenv_set_valid_node_positions(node_present); in sgenv_get_board_info_data()
1718 if (node_present[node] == SGENV_NO_NODE_EXISTS) in sgenv_get_board_info_data()
1729 if ((node_present[node] & (1 << board)) == 0) in sgenv_get_board_info_data()
1790 node_present[node] = in sgenv_get_board_info_data()
1807 node_present[node] &= (~(1 << board) & in sgenv_get_board_info_data()
2355 sgenv_set_valid_node_positions(uint_t *node_present) in sgenv_set_valid_node_positions() argument
2360 ASSERT(node_present != NULL); in sgenv_set_valid_node_positions()
2391 (node_present[value] == SGENV_NO_NODE_EXISTS)) { in sgenv_set_valid_node_positions()
2392 node_present[value] = SGENV_NODE_TYPE_DS; in sgenv_set_valid_node_positions()
/titanic_44/usr/src/uts/sun4u/lw8/sys/
H A Dsgenv_impl.h206 static void sgenv_set_valid_node_positions(uint_t *node_present);