Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libscf/common/
H A Dhighlevel.c87 if ((prop = scf_simple_prop_get(NULL, FMRI_BOOT_CONFIG, in scf_is_fb_blacklisted()
185 if (scf_read_propvec(FMRI_BOOT_CONFIG, BOOT_CONFIG_PG_PARAMS, in scf_get_boot_config()
202 "not found.\n", FMRI_BOOT_CONFIG, in scf_get_boot_config()
206 "property '%s': %s\n", FMRI_BOOT_CONFIG, in scf_get_boot_config()
242 rc = scf_fmri_pg_get_or_add(FMRI_BOOT_CONFIG, in scf_getset_boot_config_ovr()
251 FMRI_BOOT_CONFIG, BOOT_CONFIG_PG_OVR); in scf_getset_boot_config_ovr()
261 rc = scf_write_propvec(FMRI_BOOT_CONFIG, in scf_getset_boot_config_ovr()
264 rc = scf_read_propvec(FMRI_BOOT_CONFIG, in scf_getset_boot_config_ovr()
272 "not found.\n", FMRI_BOOT_CONFIG, in scf_getset_boot_config_ovr()
277 FMRI_BOOT_CONFIG, BOOT_CONFIG_PG_OVR, in scf_getset_boot_config_ovr()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Duadmin.h114 #define FMRI_BOOT_CONFIG \ macro