Home
last modified time | relevance | path

Searched refs:exp_str (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c291 static char *exp_str; variable
9063 (void) strcpy(exp_str, name_arg); in export_property()
9065 if (scf_property_get_name(prop, exp_str, exp_str_sz) < 0) in export_property()
9073 exp_str); in export_property()
9087 safe_setprop(n, name_attr, exp_str); in export_property()
9090 if (scf_value_get_as_string(exp_val, exp_str, exp_str_sz) < 0) in export_property()
9092 safe_setprop(n, value_attr, exp_str); in export_property()
9120 safe_setprop(pnode, name_attr, exp_str); in export_property()
9146 if (scf_value_get_as_string(exp_val, exp_str, in export_property()
9149 safe_setprop(vn, value_attr, exp_str); in export_property()
[all …]