Home
last modified time | relevance | path

Searched refs:scf_simple_prop_get (Results 1 – 25 of 36) sorted by relevance

12

/titanic_50/usr/src/man/man3scf/
H A DMakefile32 scf_simple_prop_get.3scf \
344 scf_simple_app_props_free.3scf := LINKSRC = scf_simple_prop_get.3scf
345 scf_simple_app_props_get.3scf := LINKSRC = scf_simple_prop_get.3scf
346 scf_simple_app_props_next.3scf := LINKSRC = scf_simple_prop_get.3scf
347 scf_simple_app_props_search.3scf := LINKSRC = scf_simple_prop_get.3scf
348 scf_simple_prop_free.3scf := LINKSRC = scf_simple_prop_get.3scf
349 scf_simple_prop_name.3scf := LINKSRC = scf_simple_prop_get.3scf
350 scf_simple_prop_next_astring.3scf := LINKSRC = scf_simple_prop_get.3scf
351 scf_simple_prop_next_boolean.3scf := LINKSRC = scf_simple_prop_get.3scf
352 scf_simple_prop_next_count.3scf := LINKSRC = scf_simple_prop_get.3scf
[all …]
/titanic_50/usr/src/lib/libc/sparc/sys/
H A Duadmin.c58 scf_simple_prop_get_t scf_simple_prop_get = (scf_handle == NULL)? NULL : in load_scf() local
72 if (scf_simple_prop_get == NULL) in load_scf()
75 real_scf_simple_prop_get = scf_simple_prop_get; in load_scf()
/titanic_50/usr/src/pkg/manifests/
H A Dsystem-library.man3scf.inc28 file path=usr/share/man/man3scf/scf_simple_prop_get.3scf
200 target=scf_simple_prop_get.3scf
202 target=scf_simple_prop_get.3scf
204 target=scf_simple_prop_get.3scf
206 target=scf_simple_prop_get.3scf
208 target=scf_simple_prop_get.3scf
210 target=scf_simple_prop_get.3scf
212 target=scf_simple_prop_get.3scf
214 target=scf_simple_prop_get.3scf
216 target=scf_simple_prop_get.3scf
[all …]
/titanic_50/usr/src/lib/libc/amd64/sys/
H A Duadmin.c74 scf_simple_prop_get_t scf_simple_prop_get = (scf_handle == NULL)? NULL : in load_scf() local
88 if (scf_simple_prop_get == NULL) in load_scf()
91 real_scf_simple_prop_get = scf_simple_prop_get; in load_scf()
/titanic_50/usr/src/lib/libc/i386/sys/
H A Duadmin.c73 scf_simple_prop_get_t scf_simple_prop_get = (scf_handle == NULL)? NULL : in load_scf() local
87 if (scf_simple_prop_get == NULL) in load_scf()
90 real_scf_simple_prop_get = scf_simple_prop_get; in load_scf()
/titanic_50/usr/src/cmd/rcap/rcapadm/
H A Drcapadm.c108 if ((persistent_prop = scf_simple_prop_get(h, RCAP_FMRI, in print_state()
113 if ((temporary_prop = scf_simple_prop_get(h, RCAP_FMRI, in print_state()
/titanic_50/usr/src/cmd/rmvolmgr/
H A Drmvolmgr.c238 if ((prop = scf_simple_prop_get(NULL, RMVOLMGR_FMRI, in get_smf_properties()
246 if ((prop = scf_simple_prop_get(NULL, RMVOLMGR_FMRI, in get_smf_properties()
254 if ((prop = scf_simple_prop_get(NULL, RMVOLMGR_FMRI, in get_smf_properties()
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/inetconv/
H A Dinetconv.c986 if ((sp = scf_simple_prop_get(NULL, INETD_INSTANCE_FMRI, "start", in inetd_config_path()
1248 if ((prop = scf_simple_prop_get(h, svc_name, SCF_PG_GENERAL, in list_callback()
1267 if (((prop = scf_simple_prop_get(h, svc_name, PG_NAME_SERVICE_CONFIG, in list_callback()
1274 if (((sockprop = scf_simple_prop_get(h, svc_name, in list_callback()
1281 if (((rpcprop = scf_simple_prop_get(h, svc_name, in list_callback()
1288 if (((progprop = scf_simple_prop_get(h, svc_name, START_METHOD_NAME, in list_callback()
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/inetadm/
H A Dinetadm.c462 if ((prop = scf_simple_prop_get(hin, inst_name, SCF_PG_GENERAL, in list_callback()
480 if (((prop = scf_simple_prop_get(hin, inst_name, SCF_PG_GENERAL, in list_callback()
488 if (((prop2 = scf_simple_prop_get(hin, inst_name, SCF_PG_RESTARTER, in list_callback()
587 if ((prop = scf_simple_prop_get(h, instname, SCF_PG_GENERAL, in list_props_cb()
/titanic_50/usr/src/cmd/audit/
H A Daudit.c175 if ((prop = scf_simple_prop_get(NULL, AUDITD_FMRI, SCF_PG_RESTARTER, in sig_auditd()
/titanic_50/usr/src/lib/libscf/common/
H A Dhighlevel.c85 if ((prop = scf_simple_prop_get(NULL, FMRI_BOOT_CONFIG, in scf_is_fb_blacklisted()
H A Dmapfile-vers202 scf_simple_prop_get;
H A Dmidlevel.c1232 if ((prop = scf_simple_prop_get(NULL, instance, SCF_PG_RESTARTER, in smf_degrade_instance()
1258 if ((prop = scf_simple_prop_get(NULL, instance, SCF_PG_RESTARTER, in smf_restore_instance()
1286 if ((prop = scf_simple_prop_get(NULL, instance, SCF_PG_RESTARTER, in smf_get_state()
1650 scf_simple_prop_get(scf_handle_t *hin, const char *instance, const char *pgname, in scf_simple_prop_get() function
3038 prop = scf_simple_prop_get(NULL, fmri, SCF_GROUP_APPLICATION, in is_auto_enabled()
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/kssl/ksslcfg/
H A Dksslcfg_delete.c57 if (((sp = scf_simple_prop_get(NULL, fmri, "stop", in wait_till_to()
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dconfig.c705 if ((sp = scf_simple_prop_get(rep_handle, fmri, pg, in read_enable_prop()
787 if ((sprop = scf_simple_prop_get(rep_handle, INETD_INSTANCE_FMRI, in refresh_debug_flag()
H A Drepval.c427 if ((sp = scf_simple_prop_get(rep_handle, fmri, PG_NAME_INSTANCE_STATE, in _retrieve_rep_vals()
/titanic_50/usr/src/lib/nsswitch/mdns/common/
H A Dmdns_common.c567 if ((sprop = scf_simple_prop_get(h, SMF_MDNS_FMRI, in _nss_mdns_get_svcstatetimestamp()
614 if ((sprop = scf_simple_prop_get(h, SMF_MDNS_FMRI, in load_mdns_domaincfg()
/titanic_50/usr/src/cmd/rpcbind/
H A Drpcbind.c1064 prop = scf_simple_prop_get(NULL, NULL, "config", var); in get_smf_prop()
1087 prop = scf_simple_prop_get(NULL, NULL, "config", var); in get_smf_iprop()
/titanic_50/usr/src/lib/libscf/inc/
H A Dlibscf.h790 scf_simple_prop_t *scf_simple_prop_get(scf_handle_t *, const char *,
/titanic_50/usr/src/lib/libinetsvc/common/
H A Dinetsvc.c1050 if ((sprop = scf_simple_prop_get(h, inst, pg_name, iprop->ip_name)) == in read_prop()
1397 if ((sp = scf_simple_prop_get(NULL, INETD_INSTANCE_FMRI, HASH_PG, in retrieve_inetd_hash()
/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_main.c363 if ((prop = scf_simple_prop_get(NULL, in mdb_scf_console_term()
/titanic_50/usr/src/lib/libbsm/common/
H A Daudit_scf.c1159 if ((plugin_prop = scf_simple_prop_get(NULL, in do_setpluginconfig_scf()
/titanic_50/usr/src/cmd/nscd/
H A Dnscd_selfcred.c1537 prop = scf_simple_prop_get(NULL, NULL, "config", var); in get_smf_prop()
/titanic_50/usr/src/cmd/cmd-inet/lib/ipmgmtd/
H A Dipmgmt_persist.c1555 prop = scf_simple_prop_get(res->sr_handle, IPMGMTD_FMRI, pgname, pname); in ipmgmt_get_scfprop()
/titanic_50/usr/src/lib/fm/libldom/sparc/
H A Dldmsvcs_utils.c139 if ((prop = scf_simple_prop_get(NULL, LDM_SVC_NM, LDM_PROP_GROUP_NM, in get_smf_int_val()

12