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

/illumos-gate/usr/src/lib/libc/sparc/sys/
H A Duadmin.c41 * scf_simple_prop_get
58 scf_simple_prop_get_t scf_simple_prop_get = (scf_handle == NULL)? NULL : local
59 (scf_simple_prop_get_t)dlsym(scf_handle, "scf_simple_prop_get");
72 if (scf_simple_prop_get == NULL)
75 real_scf_simple_prop_get = scf_simple_prop_get;
/illumos-gate/usr/src/lib/libc/amd64/sys/
H A Duadmin.c57 * scf_simple_prop_get
74 scf_simple_prop_get_t scf_simple_prop_get = (scf_handle == NULL)? NULL : local
75 (scf_simple_prop_get_t)dlsym(scf_handle, "scf_simple_prop_get");
88 if (scf_simple_prop_get == NULL)
91 real_scf_simple_prop_get = scf_simple_prop_get;
/illumos-gate/usr/src/lib/libc/i386/sys/
H A Duadmin.c56 * scf_simple_prop_get
73 scf_simple_prop_get_t scf_simple_prop_get = (scf_handle == NULL)? NULL : local
74 (scf_simple_prop_get_t)dlsym(scf_handle, "scf_simple_prop_get");
87 if (scf_simple_prop_get == NULL)
90 real_scf_simple_prop_get = scf_simple_prop_get;
/illumos-gate/usr/src/lib/libscf/common/
H A Dmidlevel.c1232 if ((prop = scf_simple_prop_get(NULL, instance, SCF_PG_RESTARTER,
1258 if ((prop = scf_simple_prop_get(NULL, instance, SCF_PG_RESTARTER,
1286 if ((prop = scf_simple_prop_get(NULL, instance, SCF_PG_RESTARTER,
1650 scf_simple_prop_get(scf_handle_t *hin, const char *instance, const char *pgname, function
3025 * scf_simple_prop_get() should find the property on an instance
3038 prop = scf_simple_prop_get(NULL, fmri, SCF_GROUP_APPLICATION,

Completed in 1135 milliseconds