Searched defs:check2 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/daktari/psvcpolicy/
H A Dpsvcpolicy.c313 change_of_state_str(char *state1, char *check1, char *state2, char *check2) argument
317 if ((strcmp(state1, check1) == 0) && (strcmp(state2, check2) != 0))
319 if ((strcmp(state1, check1) != 0) && (strcmp(state2, check2) == 0))

Completed in 50 milliseconds