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

/osnet-11/usr/src/lib/libstmf/common/
H A Dstore.c2273 psSetStmfProp(int propType, char *propVal) argument
2275 return (iPsGetSetStmfProp(propType, propVal, SET));
2279 psGetStmfProp(int propType, char *propVal) argument
2281 return (iPsGetSetStmfProp(propType, propVal, GET));
2285 iPsGetSetStmfProp(int propType, char *propVal, int getSet) argument
2300 if (propVal == NULL || (getSet != GET && getSet != SET)) {
2351 if (strcasecmp(propVal, "online") == 0) {
2353 } else if (strcasecmp(propVal, "offline")
2363 if (strcasecmp(propVal, "online") == 0) {
2366 } else if (strcasecmp(propVal, "offlin
[all...]
H A Dstmf.c129 static int getDiskGlobalProp(uint32_t prop, char *propVal, size_t *propLen);
2275 * propVal - property value to set
2279 stmfModifyLu(stmfGuid *luGuid, uint32_t prop, const char *propVal) argument
2294 ret = modifyDiskLuProp(luGuid, NULL, prop, propVal);
2315 * propVal - property value
2320 const char *propVal)
2328 ret = modifyDiskLuProp(NULL, fname, prop, propVal);
2338 const char *propVal)
2353 ret = stmfSetLuProp(hdl, prop, propVal);
2678 * propVal
2319 stmfModifyLuByFname(uint16_t dType, const char *fname, uint32_t prop, const char *propVal) argument
2337 modifyDiskLuProp(stmfGuid *luGuid, const char *fname, uint32_t prop, const char *propVal) argument
2681 stmfGetLuProp(luResource hdl, uint32_t prop, char *propVal, size_t *propLen) argument
2966 stmfGetGlobalLuProp(uint16_t dType, uint32_t prop, char *propVal, size_t *propLen) argument
2986 getDiskGlobalProp(uint32_t prop, char *propVal, size_t *propLen) argument
3103 stmfSetGlobalLuProp(uint16_t dType, uint32_t prop, const char *propVal) argument
3124 setDiskGlobalProp(uint32_t resourceProp, const char *propVal) argument
3222 stmfSetLuProp(luResource hdl, uint32_t prop, const char *propVal) argument
3251 getDiskProp(luResourceImpl *hdl, uint32_t prop, char *propVal, size_t *propLen) argument
3468 setDiskProp(luResourceImpl *hdl, uint32_t resourceProp, const char *propVal) argument
5912 stmfGetViewProp(viewResource resource, stmfViewPropType propType, char *propVal, size_t *propLen) argument
6625 char propVal[10]; local
6850 stmfSetStmfProp(uint8_t propType, char *propVal) argument
6881 stmfGetStmfProp(uint8_t propType, char *propVal, size_t *propLen) argument
6927 char propVal[MAXNAMELEN] = {0}; local
[all...]

Completed in 36 milliseconds