Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg.y199 lscf_service_export($3, NULL, SCE_ALL_VALUES);
212 lscf_service_export($3, $5, SCE_ALL_VALUES);
233 lscf_archive(NULL, SCE_ALL_VALUES);
249 lscf_archive($4, SCE_ALL_VALUES);
H A Dsvccfg.h75 #define SCE_ALL_VALUES 0x01 /* Include all property values */ macro
H A Dsvccfg_libscf.c9090 if (!(flags & SCE_ALL_VALUES)) in export_property()
9213 flags |= SCE_ALL_VALUES; in export_pg()
9350 export_pg(pg, eelts, SCE_ALL_VALUES); in export_dependency()
9385 export_property(exp_prop, exp_str, &elts, SCE_ALL_VALUES); in export_dependency()
9513 export_pg(pg, eelts, SCE_ALL_VALUES); in export_method()
9699 export_property(exp_prop, exp_str, &elts, SCE_ALL_VALUES); in export_method()
9819 export_property(exp_prop, exp_str, &elts, SCE_ALL_VALUES); in export_svc_general()
9919 export_pg(pg, elts, SCE_ALL_VALUES); in export_method_context()
10033 export_property(exp_prop, exp_str, &pgelts, SCE_ALL_VALUES); in export_dependent()
10083 SCE_ALL_VALUES); in export_dependents()
[all …]