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

/illumos-gate/usr/src/lib/libstmf/common/
H A Dstore.h77 int psSetStmfProp(int propType, char *propVal);
78 int psGetStmfProp(int propType, char *propVal);
H A Dlibstmf.h327 int stmfGetGlobalLuProp(uint16_t dType, uint32_t prop, char *propVal,
361 int stmfModifyLu(stmfGuid *luGuid, uint32_t prop, const char *propVal);
363 const char *propVal);
377 int stmfSetGlobalLuProp(uint16_t dType, uint32_t propType, const char *propVal);
378 int stmfSetLuProp(luResource hdl, uint32_t propType, const char *propVal);
384 int stmfSetStmfProp(uint8_t propType, char *propVal);
385 int stmfGetStmfProp(uint8_t propType, char *propVal, size_t *propLen);
H A Dstmf.c128 static int getDiskGlobalProp(uint32_t prop, char *propVal, size_t *propLen);
1728 * propVal - property value to set
1732 stmfModifyLu(stmfGuid *luGuid, uint32_t prop, const char *propVal) argument
1747 ret = modifyDiskLuProp(luGuid, NULL, prop, propVal);
1768 * propVal - property value
1773 const char *propVal)
1781 ret = modifyDiskLuProp(NULL, fname, prop, propVal);
1791 const char *propVal)
1806 ret = stmfSetLuProp(hdl, prop, propVal);
2119 * propVal
1772 stmfModifyLuByFname(uint16_t dType, const char *fname, uint32_t prop, const char *propVal) argument
1790 modifyDiskLuProp(stmfGuid *luGuid, const char *fname, uint32_t prop, const char *propVal) argument
2122 stmfGetLuProp(luResource hdl, uint32_t prop, char *propVal, size_t *propLen) argument
2373 stmfGetGlobalLuProp(uint16_t dType, uint32_t prop, char *propVal, size_t *propLen) argument
2393 getDiskGlobalProp(uint32_t prop, char *propVal, size_t *propLen) argument
2509 stmfSetGlobalLuProp(uint16_t dType, uint32_t prop, const char *propVal) argument
2530 setDiskGlobalProp(uint32_t resourceProp, const char *propVal) argument
2626 stmfSetLuProp(luResource hdl, uint32_t prop, const char *propVal) argument
2655 getDiskProp(luResourceImpl *hdl, uint32_t prop, char *propVal, size_t *propLen) argument
2854 setDiskProp(luResourceImpl *hdl, uint32_t resourceProp, const char *propVal) argument
5322 char propVal[10]; local
5547 stmfSetStmfProp(uint8_t propType, char *propVal) argument
5578 stmfGetStmfProp(uint8_t propType, char *propVal, size_t *propLen) argument
5624 char propVal[MAXNAMELEN] = {0}; local
[all...]
H A Dstore.c2272 psSetStmfProp(int propType, char *propVal) argument
2274 return (iPsGetSetStmfProp(propType, propVal, SET));
2278 psGetStmfProp(int propType, char *propVal) argument
2280 return (iPsGetSetStmfProp(propType, propVal, GET));
2284 iPsGetSetStmfProp(int propType, char *propVal, int getSet) argument
2299 if (propVal == NULL || (getSet != GET && getSet != SET)) {
2348 if (strcasecmp(propVal, "online") == 0) {
2350 } else if (strcasecmp(propVal,
2360 if (strcasecmp(propVal, "online") == 0) {
2363 } else if (strcasecmp(propVal,
[all...]
/illumos-gate/usr/src/cmd/stmfadm/
H A Dstmfadm.c969 char *propVal = NULL; local
1013 propVal = strtok_r(NULL, "=", &lasts);
1022 if (propVal == NULL &&
1030 if (propVal == NULL) {
1035 propVal, prop);
1061 callModify(char *fname, stmfGuid *luGuid, uint32_t prop, const char *propVal, argument
1068 stmfRet = stmfModifyLu(luGuid, prop, propVal);
1071 propVal);
1240 char *propVal = NULL; local
1246 if ((propVal
2061 char propVal[MAXNAMELEN]; local
[all...]
/illumos-gate/usr/src/cmd/sbdadm/
H A Dsbdadm.c470 callModify(char *fname, stmfGuid *luGuid, uint32_t prop, const char *propVal, argument
477 stmfRet = stmfModifyLu(luGuid, prop, propVal);
480 propVal);
641 char propVal[MAXPATHLEN]; local
642 size_t propValSize = sizeof (propVal);
667 stmfRet = stmfGetLuProp(hdl, STMF_LU_PROP_SIZE, propVal,
670 (void) printf(" %-19s ", propVal);
678 stmfRet = stmfGetLuProp(hdl, STMF_LU_PROP_FILENAME, propVal,
681 (void) printf("%s\n", propVal);

Completed in 77 milliseconds