Searched refs:SCE_ALL_VALUES (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/svc/svccfg/ |
H A D | svccfg.y | 197 lscf_service_export($3, NULL, SCE_ALL_VALUES); 210 lscf_service_export($3, $5, SCE_ALL_VALUES); 231 lscf_archive(NULL, SCE_ALL_VALUES); 247 lscf_archive($4, SCE_ALL_VALUES);
|
H A D | svccfg.h | 73 #define SCE_ALL_VALUES 0x01 /* Include all property values */ macro
|
H A D | svccfg_libscf.c | 9076 if (!(flags & SCE_ALL_VALUES)) in export_property() 9199 flags |= SCE_ALL_VALUES; in export_pg() 9336 export_pg(pg, eelts, SCE_ALL_VALUES); in export_dependency() 9371 export_property(exp_prop, exp_str, &elts, SCE_ALL_VALUES); in export_dependency() 9499 export_pg(pg, eelts, SCE_ALL_VALUES); in export_method() 9676 export_property(exp_prop, exp_str, &elts, SCE_ALL_VALUES); in export_method() 9792 export_property(exp_prop, exp_str, &elts, SCE_ALL_VALUES); in export_svc_general() 9888 export_pg(pg, elts, SCE_ALL_VALUES); in export_method_context() 10002 export_property(exp_prop, exp_str, &pgelts, SCE_ALL_VALUES); in export_dependent() 10052 SCE_ALL_VALUES); in export_dependents() [all …]
|