Lines Matching refs:exp_str
291 static char *exp_str;
9063 (void) strcpy(exp_str, name_arg);
9065 if (scf_property_get_name(prop, exp_str, exp_str_sz) < 0)
9073 exp_str);
9087 safe_setprop(n, name_attr, exp_str);
9090 if (scf_value_get_as_string(exp_val, exp_str, exp_str_sz) < 0)
9092 safe_setprop(n, value_attr, exp_str);
9120 safe_setprop(pnode, name_attr, exp_str);
9146 if (scf_value_get_as_string(exp_val, exp_str,
9149 safe_setprop(vn, value_attr, exp_str);
9175 if (scf_pg_get_name(pg, exp_str, max_scf_name_len + 1) < 0)
9177 safe_setprop(n, name_attr, exp_str);
9180 if (scf_pg_get_type(pg, exp_str, exp_str_sz) < 0)
9182 safe_setprop(n, type_attr, exp_str);
9202 if (scf_property_get_name(exp_prop, exp_str, exp_str_sz) < 0)
9205 if (strcmp(exp_str, SCF_PROPERTY_STABILITY) == 0) {
9273 if (scf_pg_get_name(pg, exp_str, max_scf_name_len + 1) < 0)
9275 safe_setprop(n, name_attr, exp_str);
9311 if (scf_value_get_astring(exp_val, exp_str,
9324 safe_setprop(ch, value_attr, exp_str);
9348 if (scf_property_get_name(exp_prop, exp_str, exp_str_sz) < 0)
9351 if (strcmp(exp_str, SCF_PROPERTY_GROUPING) == 0 ||
9352 strcmp(exp_str, SCF_PROPERTY_RESTART_ON) == 0 ||
9353 strcmp(exp_str, SCF_PROPERTY_TYPE) == 0 ||
9354 strcmp(exp_str, SCF_PROPERTY_ENTITIES) == 0) {
9356 } else if (strcmp(exp_str, SCF_PROPERTY_STABILITY) == 0) {
9371 export_property(exp_prop, exp_str, &elts, SCE_ALL_VALUES);
9410 if (scf_value_get_as_string(exp_val, exp_str, exp_str_sz) < 0)
9413 if ((cp = strchr(exp_str, '=')) == NULL || cp == exp_str) {
9415 exp_str);
9417 } else if (strncmp(exp_str, "SMF_", 4) == 0) {
9419 "\"SMF_\" prefix is reserved.\n"), exp_str);
9430 safe_setprop(ev, name_attr, exp_str);
9464 if (scf_pg_get_name(pg, exp_str, max_scf_name_len + 1) < 0)
9466 safe_setprop(n, name_attr, exp_str);
9642 if (scf_property_get_name(exp_prop, exp_str, exp_str_sz) < 0)
9645 if (strcmp(exp_str, SCF_PROPERTY_TYPE) == 0 ||
9646 strcmp(exp_str, SCF_PROPERTY_EXEC) == 0 ||
9647 strcmp(exp_str, SCF_PROPERTY_TIMEOUT) == 0) {
9649 } else if (strcmp(exp_str, SCF_PROPERTY_STABILITY) == 0) {
9662 } else if (strcmp(exp_str, SCF_PROPERTY_WORKING_DIRECTORY) ==
9664 strcmp(exp_str, SCF_PROPERTY_PROJECT) == 0 ||
9665 strcmp(exp_str, SCF_PROPERTY_RESOURCE_POOL) == 0 ||
9666 strcmp(exp_str, SCF_PROPERTY_USE_PROFILE) == 0) {
9669 } else if (strcmp(exp_str, SCF_PROPERTY_USER) == 0 ||
9670 strcmp(exp_str, SCF_PROPERTY_GROUP) == 0 ||
9671 strcmp(exp_str, SCF_PROPERTY_SUPP_GROUPS) == 0 ||
9672 strcmp(exp_str, SCF_PROPERTY_PRIVILEGES) == 0 ||
9673 strcmp(exp_str, SCF_PROPERTY_LIMIT_PRIVILEGES) == 0 ||
9674 strcmp(exp_str, SCF_PROPERTY_SECFLAGS) == 0) {
9677 } else if (strcmp(exp_str, SCF_PROPERTY_PROFILE) == 0) {
9680 } else if (strcmp(exp_str, SCF_PROPERTY_ENVIRONMENT) == 0) {
9685 export_property(exp_prop, exp_str, &elts, SCE_ALL_VALUES);
9744 if (scf_property_get_name(exp_prop, exp_str, exp_str_sz) < 0)
9747 if (strcmp(exp_str, SCF_PROPERTY_SINGLE_INSTANCE) == 0) {
9766 } else if (strcmp(exp_str, SCF_PROPERTY_RESTARTER) == 0) {
9785 } else if (strcmp(exp_str, SCF_PROPERTY_ENTITY_STABILITY) ==
9801 export_property(exp_prop, exp_str, &elts, SCE_ALL_VALUES);
9846 if (scf_property_get_name(exp_prop, exp_str, exp_str_sz) < 0)
9849 if (strcmp(exp_str, SCF_PROPERTY_WORKING_DIRECTORY) == 0) {
9853 } else if (strcmp(exp_str, SCF_PROPERTY_PROJECT) == 0) {
9856 } else if (strcmp(exp_str, SCF_PROPERTY_RESOURCE_POOL) == 0) {
9860 } else if (strcmp(exp_str, SCF_PROPERTY_SECFLAGS) == 0) {
9864 } else if (strcmp(exp_str, SCF_PROPERTY_USE_PROFILE) == 0) {
9866 } else if (strcmp(exp_str, SCF_PROPERTY_USER) == 0) {
9870 } else if (strcmp(exp_str, SCF_PROPERTY_GROUP) == 0) {
9874 } else if (strcmp(exp_str, SCF_PROPERTY_SUPP_GROUPS) == 0) {
9878 } else if (strcmp(exp_str, SCF_PROPERTY_PRIVILEGES) == 0) {
9882 } else if (strcmp(exp_str, SCF_PROPERTY_LIMIT_PRIVILEGES) ==
9887 } else if (strcmp(exp_str, SCF_PROPERTY_PROFILE) == 0) {
9980 if (scf_property_get_name(exp_prop, exp_str, exp_str_sz) < 0)
9983 if (strcmp(exp_str, scf_property_external) == 0 ||
9984 strcmp(exp_str, SCF_PROPERTY_RESTART_ON) == 0 ||
9985 strcmp(exp_str, SCF_PROPERTY_GROUPING) == 0 ||
9986 strcmp(exp_str, SCF_PROPERTY_ENTITIES) == 0) {
9988 } else if (strcmp(exp_str, SCF_PROPERTY_TYPE) == 0) {
10000 } else if (strcmp(exp_str, SCF_PROPERTY_STABILITY) == 0) {
10015 export_property(exp_prop, exp_str, &pgelts, SCE_ALL_VALUES);
10069 if (scf_property_get_name(exp_prop, exp_str, exp_str_sz) < 0)
10096 export_property(exp_prop, exp_str, &pgelts,
10110 export_property(exp_prop, exp_str, &pgelts,
10124 export_property(exp_prop, exp_str, &pgelts,
10137 if (entity_get_pg(entity, isservice, exp_str, opg) != 0) {
10142 "group %s.\n"), fmri, exp_str);
10164 n = export_dependent(opg, exp_str, fmri);
10166 export_property(exp_prop, exp_str, &pgelts,
10215 if (scf_value_get_ustring(exp_val, exp_str, exp_str_sz) < 0)
10220 (xmlChar *)exp_str);
10224 if (scf_property_get_name(exp_prop, exp_str, exp_str_sz) < 0)
10227 safe_setprop(loctext, "xml:lang", exp_str);
10286 if (scf_pg_get_name(pg, exp_str, exp_str_sz) < 0)
10289 if (strcmp(exp_str, SCF_PG_TM_COMMON_NAME) == 0) {
10294 } else if (strcmp(exp_str, SCF_PG_TM_DESCRIPTION) == 0) {
10301 if (strncmp(exp_str, SCF_PG_TM_MAN_PREFIX, mansz) == 0) {
10303 } else if (strncmp(exp_str, SCF_PG_TM_DOC_PREFIX, docsz) == 0) {
10332 if (scf_value_get_as_string(exp_val, exp_str, exp_str_sz) < 0)
10334 safe_setprop(param, value_attr, exp_str);
10367 if (scf_value_get_as_string(exp_val, exp_str,
10371 safe_setprop(vn, value_attr, exp_str);
10399 if (scf_pg_get_name(pg, exp_str, max_scf_name_len + 1) < 0)
10401 safe_setprop(event, value_attr, exp_str);
10418 if (scf_property_get_name(exp_prop, exp_str, exp_str_sz) < 0)
10421 if ((t = strtok_r(exp_str, ",", &p)) == NULL || p == NULL) {
10514 if (scf_property_get_name(exp_prop, exp_str, exp_str_sz) < 0)
10517 if (strcmp(exp_str, scf_property_enabled) == 0) {
10519 } else if (strcmp(exp_str, SCF_PROPERTY_RESTARTER) == 0) {
10540 export_property(exp_prop, exp_str, &pgelts, SCE_ALL_VALUES);
10567 if (scf_instance_get_name(inst, exp_str, exp_str_sz) < 0)
10569 safe_setprop(n, name_attr, exp_str);
10570 isdefault = strcmp(exp_str, "default") == 0;
10578 if (scf_instance_to_fmri(inst, exp_str, exp_str_sz) < 0)
10582 "group; it will be marked disabled.\n"), exp_str);
10586 } else if (scf_pg_get_type(exp_pg, exp_str, exp_str_sz) < 0 ||
10587 strcmp(exp_str, scf_group_framework) != 0) {
10589 if (scf_pg_to_fmri(exp_pg, exp_str, exp_str_sz) < 0)
10594 "disabled.\n"), exp_str);
10616 if (scf_pg_get_type(exp_pg, exp_str, exp_str_sz) < 0)
10619 if (strcmp(exp_str, SCF_GROUP_DEPENDENCY) == 0) {
10622 } else if (strcmp(exp_str, SCF_GROUP_METHOD) == 0) {
10625 } else if (strcmp(exp_str, scf_group_framework) == 0) {
10626 if (scf_pg_get_name(exp_pg, exp_str,
10630 if (strcmp(exp_str, scf_pg_general) == 0) {
10633 } else if (strcmp(exp_str, SCF_PG_METHOD_CONTEXT) ==
10637 } else if (strcmp(exp_str, SCF_PG_DEPENDENTS) == 0) {
10641 } else if (strcmp(exp_str, SCF_GROUP_TEMPLATE) == 0) {
10644 } else if (strcmp(exp_str, SCF_NOTIFY_PARAMS_PG_TYPE) == 0) {
10718 if (scf_service_get_name(svc, exp_str, max_scf_name_len + 1) < 0)
10720 safe_setprop(snode, name_attr, exp_str);
10741 if (scf_pg_get_type(exp_pg, exp_str, exp_str_sz) < 0)
10744 if (strcmp(exp_str, SCF_GROUP_DEPENDENCY) == 0) {
10747 } else if (strcmp(exp_str, SCF_GROUP_METHOD) == 0) {
10750 } else if (strcmp(exp_str, scf_group_framework) == 0) {
10751 if (scf_pg_get_name(exp_pg, exp_str,
10755 if (strcmp(exp_str, scf_pg_general) == 0) {
10758 } else if (strcmp(exp_str, SCF_PG_METHOD_CONTEXT) ==
10762 } else if (strcmp(exp_str, SCF_PG_DEPENDENTS) == 0) {
10765 } else if (strcmp(exp_str, SCF_PG_MANIFESTFILES) == 0) {
10768 } else if (strcmp(exp_str, SCF_GROUP_TEMPLATE) == 0) {
10771 } else if (strcmp(exp_str, SCF_NOTIFY_PARAMS_PG_TYPE) == 0) {
10837 exp_str = safe_malloc(exp_str_sz);
10872 free(exp_str);
10980 exp_str = safe_malloc(exp_str_sz);
11000 if (scf_service_get_name(svc, exp_str,
11004 if (strcmp(exp_str, SCF_LEGACY_SERVICE) == 0)
11010 free(exp_str);