Lines Matching defs:exp_str_sz

286 static size_t exp_str_sz;
8808 if (scf_property_get_name(prop, exp_str, exp_str_sz) < 0)
8833 if (scf_value_get_as_string(exp_val, exp_str, exp_str_sz) < 0)
8890 exp_str_sz) < 0)
8923 if (scf_pg_get_type(pg, exp_str, exp_str_sz) < 0)
8945 if (scf_property_get_name(exp_prop, exp_str, exp_str_sz) < 0)
9055 exp_str_sz) < 0)
9091 if (scf_property_get_name(exp_prop, exp_str, exp_str_sz) < 0)
9153 if (scf_value_get_as_string(exp_val, exp_str, exp_str_sz) < 0)
9377 if (scf_property_get_name(exp_prop, exp_str, exp_str_sz) < 0)
9478 if (scf_property_get_name(exp_prop, exp_str, exp_str_sz) < 0)
9580 if (scf_property_get_name(exp_prop, exp_str, exp_str_sz) < 0)
9710 if (scf_property_get_name(exp_prop, exp_str, exp_str_sz) < 0)
9798 if (scf_property_get_name(exp_prop, exp_str, exp_str_sz) < 0)
9938 if (scf_value_get_ustring(exp_val, exp_str, exp_str_sz) < 0)
9947 if (scf_property_get_name(exp_prop, exp_str, exp_str_sz) < 0)
10009 if (scf_pg_get_name(pg, exp_str, exp_str_sz) < 0)
10055 if (scf_value_get_as_string(exp_val, exp_str, exp_str_sz) < 0)
10091 exp_str_sz) < 0)
10141 if (scf_property_get_name(exp_prop, exp_str, exp_str_sz) < 0)
10237 if (scf_property_get_name(exp_prop, exp_str, exp_str_sz) < 0)
10290 if (scf_instance_get_name(inst, exp_str, exp_str_sz) < 0)
10301 if (scf_instance_to_fmri(inst, exp_str, exp_str_sz) < 0)
10309 } else if (scf_pg_get_type(exp_pg, exp_str, exp_str_sz) < 0 ||
10312 if (scf_pg_to_fmri(exp_pg, exp_str, exp_str_sz) < 0)
10339 if (scf_pg_get_type(exp_pg, exp_str, exp_str_sz) < 0)
10464 if (scf_pg_get_type(exp_pg, exp_str, exp_str_sz) < 0)
10559 exp_str_sz = max_scf_len + 1;
10560 exp_str = safe_malloc(exp_str_sz);
10675 exp_str_sz = max_scf_len + 1;
10676 exp_str = safe_malloc(exp_str_sz);