Searched refs:state_b (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/luxadm/
H A Dg_adm.c1226 int state_a = 0, state_b = 0; local
1331 state_b = dsk_ptr->g_disk_state.d_state_flags[PORT_B];
1332 a_and_b = state_a & state_b;
1353 } else if (state_a && (!state_b)) {
1355 } else if ((!state_a) && state_b) {
1356 print_individual_state(state_b, PORT_B);
1357 } else if (state_a || state_b) {
1359 print_individual_state(state_a | state_b,

Completed in 68 milliseconds