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

/illumos-gate/usr/src/lib/libstmf/common/
H A Dstore.c2295 char stmfPropGet[MAXNAMELEN] = {0}; local
2332 (void) strcpy(stmfPropGet, psStmfPropVal);
2337 (void) strcpy(stmfPropGet, psStmfPropVal);
2490 if (scf_value_get_astring(value, stmfPropGet, MAXNAMELEN)
2500 if (strcmp(stmfPropGet, STMF_PS_LU_ONLINE) == 0) {
2502 } else if (strcmp(stmfPropGet, STMF_PS_LU_OFFLINE) == 0) {
2504 } else if (strcmp(stmfPropGet, STMF_PS_TARGET_PORT_ONLINE)
2507 } else if (strcmp(stmfPropGet, STMF_PS_TARGET_PORT_OFFLINE)

Completed in 50 milliseconds