HomeSort by relevance Sort by last modified time
    Searched refs:scf_simple_prop_get (Results 1 - 25 of 34) sorted by null

1 2

  /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/cmd/rcap/rcapadm/
rcapadm.c 110 if ((persistent_prop = scf_simple_prop_get(h, RCAP_FMRI,
115 if ((temporary_prop = scf_simple_prop_get(h, RCAP_FMRI,
  /onnv/onnv-gate/usr/src/cmd/rmvolmgr/
rmvolmgr.c 238 if ((prop = scf_simple_prop_get(NULL, RMVOLMGR_FMRI,
246 if ((prop = scf_simple_prop_get(NULL, RMVOLMGR_FMRI,
254 if ((prop = scf_simple_prop_get(NULL, RMVOLMGR_FMRI,
  /onnv/onnv-gate/usr/src/lib/libiscsitgt/common/
gen.c 191 if ((prop = scf_simple_prop_get(NULL, service, "application",
  /onnv/onnv-gate/usr/src/lib/libnsl/common/
daemon_utils.c 219 * scf_simple_prop_get() should find the property on an instance
232 prop = scf_simple_prop_get(NULL, fmri, "application", "auto_enable");
  /onnv/onnv-gate/usr/src/lib/libscf/common/
mapfile-vers 196 scf_simple_prop_get;
highlevel.c 85 if ((prop = scf_simple_prop_get(NULL, FMRI_BOOT_CONFIG,
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...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/inetconv/
inetconv.c 988 if ((sp = scf_simple_prop_get(NULL, INETD_INSTANCE_FMRI, "start",
1250 if ((prop = scf_simple_prop_get(h, svc_name, SCF_PG_GENERAL,
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/inetadm/
inetadm.c 462 if ((prop = scf_simple_prop_get(hin, inst_name, SCF_PG_GENERAL,
480 if (((prop = scf_simple_prop_get(hin, inst_name, SCF_PG_GENERAL,
488 if (((prop2 = scf_simple_prop_get(hin, inst_name, SCF_PG_RESTARTER,
587 if ((prop = scf_simple_prop_get(h, instname, SCF_PG_GENERAL,
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/kssl/ksslcfg/
ksslcfg_delete.c 60 if (((sp = scf_simple_prop_get(NULL, fmri, "stop",
  /onnv/onnv-gate/usr/src/lib/lvm/libmeta/common/
meta_smf.c 259 prop = scf_simple_prop_get(NULL, svc_name, SCF_PG_GENERAL,
  /onnv/onnv-gate/usr/src/cmd/audit/
audit.c 172 if ((prop = scf_simple_prop_get(NULL, AUDITD_FMRI, SCF_PG_RESTARTER,
  /onnv/onnv-gate/usr/src/lib/nsswitch/mdns/common/
mdns_common.c 567 if ((sprop = scf_simple_prop_get(h, SMF_MDNS_FMRI,
614 if ((sprop = scf_simple_prop_get(h, SMF_MDNS_FMRI,
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
config.c 705 if ((sp = scf_simple_prop_get(rep_handle, fmri, pg,
787 if ((sprop = scf_simple_prop_get(rep_handle, INETD_INSTANCE_FMRI,
790 "group. scf_simple_prop_get() failed: %s"),
repval.c 427 if ((sp = scf_simple_prop_get(rep_handle, fmri, PG_NAME_INSTANCE_STATE,
  /onnv/onnv-gate/usr/src/lib/libscf/inc/
libscf.h 749 scf_simple_prop_t *scf_simple_prop_get(scf_handle_t *, const char *,
  /onnv/onnv-gate/usr/src/lib/libinetsvc/common/
inetsvc.c 1050 if ((sprop = scf_simple_prop_get(h, inst, pg_name, iprop->ip_name)) ==
    [all...]
  /onnv/onnv-gate/usr/src/cmd/nscd/
nscd_selfcred.c     [all...]
  /onnv/onnv-gate/usr/src/cmd/rpcbind/
rpcbind.c 962 prop = scf_simple_prop_get(NULL, NULL, "config", var);
  /onnv/onnv-gate/usr/src/cmd/mdb/common/mdb/
mdb_main.c 356 if ((prop = scf_simple_prop_get(NULL,
  /onnv/onnv-gate/usr/src/lib/libshare/common/
libshare.c 885 prop = scf_simple_prop_get
987 prop = scf_simple_prop_get(
    [all...]
  /onnv/onnv-gate/usr/src/lib/fm/libldom/sparc/
ldmsvcs_utils.c 137 if ((prop = scf_simple_prop_get(NULL, LDM_SVC_NM, LDM_PROP_GROUP_NM,
    [all...]

Completed in 1714 milliseconds

1 2