Lines Matching refs:prop

140 "Valid properties for -p, --lu-prop are: \n" \
151 "Valid properties for -p, --lu-prop are: \n" \
186 {"lu-prop", required_arg, 'p', "logical-unit-property=value"},
968 char *prop = NULL;
1012 prop = strtok_r(options->optarg, "=", &lasts);
1014 ret = convertCharToPropId(prop, &propId);
1019 prop);
1027 "- prop=val\n"));
1032 "", prop);
1035 propVal, prop);
1061 callModify(char *fname, stmfGuid *luGuid, uint32_t prop, const char *propVal,
1068 stmfRet = stmfModifyLu(luGuid, prop, propVal);
1070 stmfRet = stmfModifyLuByFname(STMF_DISK, fname, prop,
1239 char *prop = NULL;
1245 prop = strtok_r(optarg, "=", &lasts);
1249 gettext("invalid property specifier - prop=val\n"));
1253 ret = convertCharToPropId(prop, &propId);
1256 cmdName, gettext("invalid property specified"), prop);
1263 cmdName, gettext("unable to set"), prop);
1282 convertCharToPropId(char *prop, uint32_t *propId)
1284 if (strcasecmp(prop, GUID) == 0) {
1286 } else if (strcasecmp(prop, ALIAS) == 0) {
1288 } else if (strcasecmp(prop, VID) == 0) {
1290 } else if (strcasecmp(prop, PID) == 0) {
1292 } else if (strcasecmp(prop, WRITE_PROTECT) == 0) {
1294 } else if (strcasecmp(prop, WRITEBACK_CACHE_DISABLE) == 0) {
1296 } else if (strcasecmp(prop, BLOCK_SIZE) == 0) {
1298 } else if (strcasecmp(prop, SERIAL_NUMBER) == 0) {
1300 } else if (strcasecmp(prop, COMPANY_ID) == 0) {
1302 } else if (strcasecmp(prop, META_FILE) == 0) {
1304 } else if (strcasecmp(prop, MGMT_URL) == 0) {
1306 } else if (strcasecmp(prop, HOST_ID) == 0) {
2094 (void) printf("prop unavailable in standby\n");
2108 (void) printf("prop unavailable in standby\n");
2122 (void) printf("prop unavailable in standby\n");
2136 (void) printf("prop unavailable in standby\n");
2150 (void) printf("prop unavailable in standby\n");
2164 (void) printf("prop unavailable in standby\n");
2178 (void) printf("prop unavailable in standby\n");
2192 (void) printf("prop unavailable in standby\n");
2207 (void) printf("prop unavailable in standby\n");
2222 (void) printf("prop unavailable in standby\n");