Lines Matching refs:propVal
2272 psSetStmfProp(int propType, char *propVal) in psSetStmfProp() argument
2274 return (iPsGetSetStmfProp(propType, propVal, SET)); in psSetStmfProp()
2278 psGetStmfProp(int propType, char *propVal) in psGetStmfProp() argument
2280 return (iPsGetSetStmfProp(propType, propVal, GET)); in psGetStmfProp()
2284 iPsGetSetStmfProp(int propType, char *propVal, int getSet) in iPsGetSetStmfProp() argument
2299 if (propVal == NULL || (getSet != GET && getSet != SET)) { in iPsGetSetStmfProp()
2348 if (strcasecmp(propVal, "online") == 0) { in iPsGetSetStmfProp()
2350 } else if (strcasecmp(propVal, in iPsGetSetStmfProp()
2360 if (strcasecmp(propVal, "online") == 0) { in iPsGetSetStmfProp()
2363 } else if (strcasecmp(propVal, in iPsGetSetStmfProp()
2501 (void) strcpy(propVal, "online"); in iPsGetSetStmfProp()
2503 (void) strcpy(propVal, "offline"); in iPsGetSetStmfProp()
2506 (void) strcpy(propVal, "online"); in iPsGetSetStmfProp()
2509 (void) strcpy(propVal, "offline"); in iPsGetSetStmfProp()