Searched refs:exp_str_sz (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_libscf.c | 295 static size_t exp_str_sz; variable 9079 if (scf_property_get_name(prop, exp_str, exp_str_sz) < 0) in export_property() 9104 if (scf_value_get_as_string(exp_val, exp_str, exp_str_sz) < 0) in export_property() 9161 exp_str_sz) < 0) in export_property() 9194 if (scf_pg_get_type(pg, exp_str, exp_str_sz) < 0) in export_pg() 9216 if (scf_property_get_name(exp_prop, exp_str, exp_str_sz) < 0) in export_pg() 9326 exp_str_sz) < 0) in export_dependency() 9362 if (scf_property_get_name(exp_prop, exp_str, exp_str_sz) < 0) in export_dependency() 9424 if (scf_value_get_as_string(exp_val, exp_str, exp_str_sz) < 0) in export_method_environment() 9656 if (scf_property_get_name(exp_prop, exp_str, exp_str_sz) < 0) in export_method() [all …]
|