Searched defs:prop_check_type (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c1147 prop_check_type(scf_property_t *prop, scf_type_t ty) function
9257 if (prop_check_type(exp_prop, SCF_TYPE_BOOLEAN) == 0 &&
9297 prop_check_type(exp_prop, SCF_TYPE_FMRI) == 0) {
9480 prop_check_type(exp_prop, SCF_TYPE_COUNT) == 0 &&
9557 prop_check_type(exp_prop, SCF_TYPE_BOOLEAN) == 0 &&
9748 if (prop_check_type(exp_prop, SCF_TYPE_BOOLEAN) == 0 &&
9824 prop_check_type(exp_prop, SCF_TYPE_BOOLEAN) == 0 &&
9954 prop_check_type(exp_prop, SCF_TYPE_FMRI) == 0 &&
9989 if (prop_check_type(exp_prop, SCF_TYPE_ASTRING) == 0 &&
10062 prop_check_type(exp_pro
[all...]

Completed in 90 milliseconds