/titanic_44/usr/src/cmd/svc/startd/ |
H A D | wait.c | 131 libscf_handle_create_bound(SCF_VERSION); in wait_remove() 134 libscf_handle_create_bound(SCF_VERSION)) { in wait_remove()
|
H A D | startd.c | 516 for (hndl = libscf_handle_create_bound(SCF_VERSION); hndl == NULL; in read_startd_config() 517 hndl = libscf_handle_create_bound(SCF_VERSION), bind_fails++) { in read_startd_config()
|
H A D | fork.c | 715 hndl = libscf_handle_create_bound(SCF_VERSION); in emi_set_state() 817 hndl = libscf_handle_create_bound(SCF_VERSION); in emi_is_disabled()
|
/titanic_44/usr/src/cmd/svc/mfstscan/ |
H A D | mfstscan.c | 91 if ((hndl = scf_handle_create(SCF_VERSION)) == NULL) in main()
|
/titanic_44/usr/src/lib/libnwam/common/ |
H A D | libnwam_util.c | 801 h = scf_handle_create(SCF_VERSION); in nwam_valid_fmri() 886 if ((h = scf_handle_create(SCF_VERSION)) == NULL || in nwam_get_smf_string_property() 941 if ((h = scf_handle_create(SCF_VERSION)) == NULL || in nwam_set_smf_string_property()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/inetadm/ |
H A D | inetadm.c | 579 if (((h = scf_handle_create(SCF_VERSION)) == NULL) || in list_props_cb() 715 if (((h = scf_handle_create(SCF_VERSION)) == NULL) || in list_defaults() 990 if ((h = scf_handle_create(SCF_VERSION)) == NULL) in main()
|
/titanic_44/usr/src/lib/libscf/common/ |
H A D | midlevel.c | 923 h = _scf_handle_create_and_bind(SCF_VERSION); in set_inst_action() 1066 if ((h = _scf_handle_create_and_bind(SCF_VERSION)) == NULL) in set_inst_enabled_flags() 1333 ret->h = _scf_handle_create_and_bind(SCF_VERSION); in scf_general_pg_setup() 1577 if ((h = _scf_handle_create_and_bind(SCF_VERSION)) == NULL) in scf_simple_walk_instances() 1667 if (local_h && ((h = _scf_handle_create_and_bind(SCF_VERSION)) == NULL)) in scf_simple_prop_get() 1808 if (local_h && ((h = _scf_handle_create_and_bind(SCF_VERSION)) == NULL)) in scf_simple_app_props_get() 2593 scf_handle_t *h = _scf_handle_create_and_bind(SCF_VERSION); in scf_read_propvec() 2759 scf_handle_t *h = _scf_handle_create_and_bind(SCF_VERSION); in scf_write_propvec()
|
H A D | highlevel.c | 121 if ((handle = scf_handle_create(SCF_VERSION)) == NULL || in scf_fmri_pg_get_or_add()
|
H A D | notify_params.c | 1268 scf_handle_t *h = _scf_handle_create_and_bind(SCF_VERSION); in smf_notify_set_params() 1579 scf_handle_t *h = _scf_handle_create_and_bind(SCF_VERSION); in _scf_get_svc_notify_params() 1704 scf_handle_t *h = _scf_handle_create_and_bind(SCF_VERSION); in _scf_get_fma_notify_params() 1879 scf_handle_t *h = _scf_handle_create_and_bind(SCF_VERSION); in smf_notify_del_params()
|
/titanic_44/usr/src/cmd/isns/isnsd/ |
H A D | config.c | 72 handle = scf_handle_create(SCF_VERSION); in load_config()
|
/titanic_44/usr/src/cmd/rcap/rcapadm/ |
H A D | rcapadm.c | 104 if ((h = scf_handle_create(SCF_VERSION)) == NULL || in print_state()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/kssl/ksslcfg/ |
H A D | ksslcfg_delete.c | 113 handle = scf_handle_create(SCF_VERSION); in delete_instance()
|
H A D | ksslcfg_create.c | 385 handle = scf_handle_create(SCF_VERSION); in create_service()
|
/titanic_44/usr/src/lib/fm/libfmnotify/common/ |
H A D | libfmnotify.c | 183 if ((handle = scf_handle_create(SCF_VERSION)) == NULL) in nd_get_astring_prop() 226 if ((handle = scf_handle_create(SCF_VERSION)) == NULL) in nd_get_boolean_prop()
|
/titanic_44/usr/src/lib/nsswitch/mdns/common/ |
H A D | mdns_common.c | 558 h = scf_handle_create(SCF_VERSION); in _nss_mdns_get_svcstatetimestamp() 642 h = scf_handle_create(SCF_VERSION); in _nss_mdns_loadsmfcfg()
|
/titanic_44/usr/src/lib/libndmp/common/ |
H A D | libndmp_prop.c | 266 scf_handle_create(SCF_VERSION)) != NULL) && in ndmp_smf_scf_init()
|
/titanic_44/usr/src/cmd/ipf/svc/ |
H A D | ipfd.c | 642 if ((h = scf_handle_create(SCF_VERSION)) == NULL) { in main()
|
/titanic_44/usr/src/cmd/fs.d/nfs/lib/ |
H A D | smfcfg.c | 51 handle->fs_handle = scf_handle_create(SCF_VERSION); in fs_smf_init()
|
/titanic_44/usr/src/lib/smbsrv/libsmb/common/ |
H A D | smb_scfutil.c | 597 handle->scf_handle = scf_handle_create(SCF_VERSION); in smb_smf_scf_init()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/inetd/ |
H A D | repval.c | 125 if ((rep_handle = scf_handle_create(SCF_VERSION)) == NULL) { in repval_init()
|
H A D | config.c | 77 if ((rep_handle = scf_handle_create(SCF_VERSION)) == NULL) { in config_init()
|
/titanic_44/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | util.c | 333 if ((res->sr_handle = scf_handle_create(SCF_VERSION)) == NULL) { in create_scf_resources()
|
/titanic_44/usr/src/cmd/acctadm/ |
H A D | aconf.c | 428 if ((handle = scf_handle_create(SCF_VERSION)) == NULL || in aconf_scf_init()
|
/titanic_44/usr/src/cmd/halt/ |
H A D | halt.c | 209 if ((h = scf_handle_create(SCF_VERSION)) == NULL) in stop_startd() 292 if ((h = scf_handle_create(SCF_VERSION)) == NULL) in stop_delegates()
|
/titanic_44/usr/src/cmd/kbd/ |
H A D | kbd.c | 649 if ((h = scf_handle_create(SCF_VERSION)) == NULL || in kbd_defaults()
|