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

/osnet-11/usr/src/lib/libc/sparc/sys/
H A Duadmin.c40 * scf_simple_prop_get
57 scf_simple_prop_get_t scf_simple_prop_get = (scf_handle == NULL)? NULL : local
58 (scf_simple_prop_get_t)dlsym(scf_handle, "scf_simple_prop_get");
71 if (scf_simple_prop_get == NULL)
74 real_scf_simple_prop_get = scf_simple_prop_get;
/osnet-11/usr/src/lib/libc/amd64/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;
/osnet-11/usr/src/lib/libc/i386/sys/
H A Duadmin.c55 * scf_simple_prop_get
72 scf_simple_prop_get_t scf_simple_prop_get = (scf_handle == NULL)? NULL : local
73 (scf_simple_prop_get_t)dlsym(scf_handle, "scf_simple_prop_get");
86 if (scf_simple_prop_get == NULL)
89 real_scf_simple_prop_get = scf_simple_prop_get;
/osnet-11/usr/src/lib/libscf/common/
H A Dmidlevel.c1230 if ((prop = scf_simple_prop_get(NULL, instance, SCF_PG_RESTARTER,
1256 if ((prop = scf_simple_prop_get(NULL, instance, SCF_PG_RESTARTER,
1284 if ((prop = scf_simple_prop_get(NULL, instance, SCF_PG_RESTARTER,
1730 scf_simple_prop_get(scf_handle_t *hin, const char *instance, const char *pgname, function
3282 * scf_simple_prop_get() should find the property on an instance
3295 prop = scf_simple_prop_get(NULL, fmri, SCF_GROUP_APPLICATION,

Completed in 84 milliseconds