Lines Matching defs:propVal
1732 stmfModifyLu(stmfGuid *luGuid, uint32_t prop, const char *propVal) in stmfModifyLu()
1773 const char *propVal) in stmfModifyLuByFname()
1791 const char *propVal) in modifyDiskLuProp()
2122 stmfGetLuProp(luResource hdl, uint32_t prop, char *propVal, size_t *propLen) in stmfGetLuProp()
2373 stmfGetGlobalLuProp(uint16_t dType, uint32_t prop, char *propVal, in stmfGetGlobalLuProp()
2393 getDiskGlobalProp(uint32_t prop, char *propVal, size_t *propLen) in getDiskGlobalProp()
2509 stmfSetGlobalLuProp(uint16_t dType, uint32_t prop, const char *propVal) in stmfSetGlobalLuProp()
2530 setDiskGlobalProp(uint32_t resourceProp, const char *propVal) in setDiskGlobalProp()
2626 stmfSetLuProp(luResource hdl, uint32_t prop, const char *propVal) in stmfSetLuProp()
2655 getDiskProp(luResourceImpl *hdl, uint32_t prop, char *propVal, size_t *propLen) in getDiskProp()
2854 setDiskProp(luResourceImpl *hdl, uint32_t resourceProp, const char *propVal) in setDiskProp()
5322 char propVal[10]; in deleteNonActiveLus() local
5547 stmfSetStmfProp(uint8_t propType, char *propVal) in stmfSetStmfProp()
5578 stmfGetStmfProp(uint8_t propType, char *propVal, size_t *propLen) in stmfGetStmfProp()
5624 char propVal[MAXNAMELEN] = {0}; in setStmfProp() local