HomeSort by relevance Sort by last modified time
    Searched defs:scf_simple_prop_get (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/lib/libc/sparc/sys/
uadmin.c 41 * 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;
  /onnv/onnv-gate/usr/src/lib/libc/amd64/sys/
uadmin.c 57 * 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;
  /onnv/onnv-gate/usr/src/lib/libc/i386/sys/
uadmin.c 56 * 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;
  /onnv/onnv-gate/usr/src/lib/libscf/common/
midlevel.c 1221 if ((prop = scf_simple_prop_get(NULL, instance, SCF_PG_RESTARTER,
1247 if ((prop = scf_simple_prop_get(NULL, instance, SCF_PG_RESTARTER,
1275 if ((prop = scf_simple_prop_get(NULL, instance, SCF_PG_RESTARTER,
1639 scf_simple_prop_get(scf_handle_t *hin, const char *instance, const char *pgname, function
    [all...]

Completed in 550 milliseconds