Lines Matching defs:prop
59 scf_simple_prop_t *prop = NULL;
85 if ((prop = scf_simple_prop_get(NULL, FMRI_BOOT_CONFIG,
89 numvals = scf_simple_prop_numvalues(prop);
92 platform_name = scf_simple_prop_next_astring(prop);
103 scf_simple_prop_free(prop);
178 scf_propvec_t *prop;
180 for (prop = ua_boot_config; prop->pv_prop != NULL; prop++)
181 prop->pv_ptr = &ret;
182 prop = NULL;
184 B_TRUE, ua_boot_config, &prop) != SCF_FAILED) {
198 if (prop != NULL) {
201 BOOT_CONFIG_PG_PARAMS, prop->pv_prop);
238 scf_propvec_t *prop;
254 for (prop = ua_boot_config_ovr; prop->pv_prop != NULL; prop++)
255 prop->pv_ptr = boot_config_ovr;
256 prop = NULL;
260 BOOT_CONFIG_PG_OVR, ua_boot_config_ovr, &prop);
264 &prop);
268 if (prop != NULL) {
271 BOOT_CONFIG_PG_OVR, prop->pv_prop);