Lines Matching defs:exp_val

289 static scf_value_t *exp_val;
9079 if (scf_property_get_value(prop, exp_val) == SCF_SUCCESS) {
9090 if (scf_value_get_as_string(exp_val, exp_str, exp_str_sz) < 0)
9137 while ((ret = scf_iter_next_value(exp_val_iter, exp_val)) ==
9146 if (scf_value_get_as_string(exp_val, exp_str,
9258 prop_get_val(exp_prop, exp_val) == 0) {
9261 if (scf_value_get_boolean(exp_val, &b) != SCF_SUCCESS)
9308 while ((ret2 = scf_iter_next_value(eiter, exp_val)) == 1) {
9311 if (scf_value_get_astring(exp_val, exp_str,
9406 while ((ret = scf_iter_next_value(exp_val_iter, exp_val)) == 1) {
9410 if (scf_value_get_as_string(exp_val, exp_str, exp_str_sz) < 0)
9481 prop_get_val(exp_prop, exp_val) == 0) {
9484 if (scf_value_get_count(exp_val, &c) != SCF_SUCCESS)
9558 prop_get_val(exp_prop, exp_val) == 0) {
9559 if (scf_value_get_boolean(exp_val, &use_profile) !=
9749 prop_get_val(exp_prop, exp_val) == 0) {
9752 if (scf_value_get_boolean(exp_val, &b) !=
9825 prop_get_val(exp_prop, exp_val) == 0) {
9826 if (scf_value_get_boolean(exp_val, &use_profile) != SCF_SUCCESS)
9926 scf_property_get_value(exp_prop, exp_val) != 0 ||
9927 scf_value_get_boolean(exp_val, &b) != 0 || !b) {
9955 prop_get_val(exp_prop, exp_val) == 0) {
9990 prop_get_val(exp_prop, exp_val) == 0) {
9993 if (scf_value_get_astring(exp_val, type,
10063 prop_get_val(exp_prop, exp_val) != 0) {
10072 if (scf_value_get_astring(exp_val, fmri,
10212 prop_get_val(exp_prop, exp_val) != 0)
10215 if (scf_value_get_ustring(exp_val, exp_str, exp_str_sz) < 0)
10326 if (scf_property_get_value(prop, exp_val) == SCF_SUCCESS) {
10332 if (scf_value_get_as_string(exp_val, exp_str, exp_str_sz) < 0)
10359 while ((ret = scf_iter_next_value(exp_val_iter, exp_val)) ==
10367 if (scf_value_get_as_string(exp_val, exp_str,
10499 prop_get_val(exp_prop, exp_val) == 0) {
10500 if (scf_value_get_boolean(exp_val, &enabled) != SCF_SUCCESS)
10829 (exp_val = scf_value_create(g_hndl)) == NULL ||
10877 scf_value_destroy(exp_val);
10972 (exp_val = scf_value_create(g_hndl)) == NULL ||
11016 scf_value_destroy(exp_val);