/titanic_44/usr/src/man/man3scf/ |
H A D | Makefile | 28 scf_pg_create.3scf \ 303 scf_instance_add_pg.3scf := LINKSRC = scf_pg_create.3scf 304 scf_instance_get_pg.3scf := LINKSRC = scf_pg_create.3scf 305 scf_instance_get_pg_composed.3scf := LINKSRC = scf_pg_create.3scf 306 scf_pg_delete.3scf := LINKSRC = scf_pg_create.3scf 307 scf_pg_destroy.3scf := LINKSRC = scf_pg_create.3scf 308 scf_pg_get_flags.3scf := LINKSRC = scf_pg_create.3scf 309 scf_pg_get_name.3scf := LINKSRC = scf_pg_create.3scf 310 scf_pg_get_parent_instance.3scf := LINKSRC = scf_pg_create.3scf 311 scf_pg_get_parent_service.3scf := LINKSRC = scf_pg_create.3scf [all …]
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | system-library.man3scf.inc | 24 file path=usr/share/man/man3scf/scf_pg_create.3scf 63 target=scf_pg_create.3scf 73 target=scf_pg_create.3scf 75 target=scf_pg_create.3scf 133 link path=usr/share/man/man3scf/scf_pg_delete.3scf target=scf_pg_create.3scf 134 link path=usr/share/man/man3scf/scf_pg_destroy.3scf target=scf_pg_create.3scf 136 target=scf_pg_create.3scf 137 link path=usr/share/man/man3scf/scf_pg_get_name.3scf target=scf_pg_create.3scf 139 target=scf_pg_create.3scf 141 target=scf_pg_create.3scf [all …]
|
/titanic_44/usr/src/lib/libshare/smbfs/ |
H A D | smbfs_scfutil.c | 235 scf_pg_create(handle->scf_handle); in smb_smf_scf_init() 276 handle->scf_pg = scf_pg_create(handle->scf_handle); in smb_smf_create_service_pgroup() 323 handle->scf_pg = scf_pg_create(handle->scf_handle); in smb_smf_create_instance_pgroup() 372 handle->scf_pg = scf_pg_create(handle->scf_handle); in smb_smf_delete_service_pgroup() 423 handle->scf_pg = scf_pg_create(handle->scf_handle); in smb_smf_delete_instance_pgroup()
|
/titanic_44/usr/src/lib/libstmf/common/ |
H A D | store.c | 321 if (((pg = scf_pg_create(handle)) == NULL) || in iPsAddRemoveGroupMember() 662 if (((pg = scf_pg_create(handle)) == NULL) || in iPsAddRemoveLuViewEntry() 955 if (((pg = scf_pg_create(handle)) == NULL) || in iPsAddViewEntry() 1309 if ((pg = scf_pg_create(handle)) == NULL) { in psClearProviderData() 1410 if (((pg = scf_pg_create(handle)) == NULL) || in iPsCreateDeleteGroup() 1711 if (((pg = scf_pg_create(handle)) == NULL) || in iPsGetGroupList() 1888 if (((pg = scf_pg_create(handle)) == NULL) || in iPsGetGroupMemberList() 2082 if (((pg = scf_pg_create(handle)) == NULL) || in iPsGetSetPersistType() 2317 if (((pg = scf_pg_create(handle)) == NULL) || in iPsGetSetStmfProp() 2652 if (((pg = scf_pg_create(handle)) == NULL) || in iPsGetServiceVersion() [all …]
|
/titanic_44/usr/src/cmd/acctadm/ |
H A D | aconf.c | 331 if ((pg = scf_pg_create(handle)) == NULL || in aconf_save() 456 if ((pg = scf_pg_create(handle)) == NULL) in aconf_get_string() 485 if ((pg = scf_pg_create(handle)) == NULL) in aconf_get_bool()
|
/titanic_44/usr/src/lib/libscf/common/ |
H A D | midlevel.c | 490 if ((gpg = scf_pg_create(h)) == NULL || in get_inst_enabled() 532 if ((gpg = scf_pg_create(h)) == NULL || in set_inst_enabled() 661 if ((gpg = scf_pg_create(h)) == NULL || in delete_inst_enabled() 725 (pg = scf_pg_create(h)) == NULL || in set_inst_action_inst() 970 if (((pg = scf_pg_create(h)) == NULL) || in get_inst_state() 1116 scf_propertygroup_t *ret_pg = scf_pg_create(simple_h->h); in get_instance_pg() 1336 ret->running_pg = scf_pg_create(ret->h); in scf_general_pg_setup() 1845 (pg = scf_pg_create(h)) == NULL || in scf_simple_app_props_get() 2597 scf_propertygroup_t *pg = scf_pg_create(h); in scf_read_propvec() 2763 scf_propertygroup_t *pg = scf_pg_create(h); in scf_write_propvec() [all …]
|
H A D | notify_params.c | 1272 scf_propertygroup_t *pg = scf_pg_create(h); in smf_notify_set_params() 1584 scf_propertygroup_t *pg = scf_pg_create(h); in _scf_get_svc_notify_params() 1707 scf_propertygroup_t *pg = scf_pg_create(h); in _scf_get_fma_notify_params() 1883 scf_propertygroup_t *pg = scf_pg_create(h); in smf_notify_del_params()
|
H A D | mapfile-vers | 156 scf_pg_create;
|
/titanic_44/usr/src/lib/libndmp/common/ |
H A D | libndmp_prop.c | 285 scf_pg_create(handle->scf_handle)) == NULL) in ndmp_smf_scf_init() 319 scf_pg_create(handle->scf_handle)) == NULL) in ndmp_smf_create_service_pgroup()
|
/titanic_44/usr/src/cmd/ipf/svc/ |
H A D | ipfd.c | 584 if ((pg = scf_pg_create(h)) == NULL) { in repository_event_wait() 660 scratch_pg = scf_pg_create(h); in main()
|
/titanic_44/usr/src/lib/librestart/common/ |
H A D | librestart.c | 1140 (pg = scf_pg_create(h)) == NULL || in _restarter_commit_states() 1395 pg = scf_pg_create(h); in restarter_remove_contract() 1689 pg = scf_pg_create(h); in restarter_store_contract() 2841 if ((instpg = scf_pg_create(h)) == NULL || in restarter_get_method_context() 2842 (methpg = scf_pg_create(h)) == NULL || in restarter_get_method_context() 3792 pg = scf_pg_create(h); in restarter_inst_validate_ractions_aux_fmri() 3836 pg = scf_pg_create(h); in restarter_inst_ractions_from_tty() 3874 pg = scf_pg_create(h); in restarter_inst_dump() 3922 pg = scf_pg_create(h); in restarter_inst_set_astring_prop() 3979 pg = scf_pg_create(h); in restarter_inst_set_aux_fmri()
|
/titanic_44/usr/src/cmd/svc/svcadm/ |
H A D | svcadm.c | 508 if ((pg = scf_pg_create(h)) == NULL) in restarter_setup() 592 pg = scf_pg_create(h); in set_inst_enabled() 1081 (pg = scf_pg_create(h)) == NULL || in enable_fmri_rec() 1341 if ((pg = scf_pg_create(h)) == NULL || in set_inst_action() 1496 if ((pg = scf_pg_create(h)) == NULL || in inst_get_state() 1579 if ((pg = scf_pg_create(h)) == NULL || in set_astring_prop() 1992 (pg = scf_pg_create(h)) == NULL) in set_milestone()
|
H A D | synch.c | 76 if ((pg = scf_pg_create(h)) == NULL) in is_enabled() 467 (pg = scf_pg_create(h)) == NULL || in has_potential()
|
/titanic_44/usr/src/cmd/svc/svcprop/ |
H A D | svcprop.c | 426 if ((pg = scf_pg_create(hndl)) == NULL || in process_ent() 477 if ((pg = scf_pg_create(hndl)) == NULL || in process_ent() 781 if ((lpg = scf_pg_create(hndl)) == NULL || in do_wait()
|
/titanic_44/usr/src/lib/smbsrv/libsmb/common/ |
H A D | smb_scfutil.c | 78 scf_pg_create(handle->scf_handle)) == NULL) in smb_smf_create_service_pgroup() 622 scf_pg_create(handle->scf_handle); in smb_smf_scf_init()
|
/titanic_44/usr/src/cmd/svc/startd/ |
H A D | expand.c | 189 (pg = scf_pg_create(h)) == NULL || in get_prop_val_str() 227 pg = scf_pg_create(h); in get_prop_val_str()
|
/titanic_44/usr/src/cmd/isns/isnsd/ |
H A D | config.c | 77 pg = scf_pg_create(handle); in load_config()
|
/titanic_44/usr/src/cmd/svc/common/ |
H A D | manifest_hash.c | 138 (pg = scf_pg_create(hndl)) == NULL || in mhash_retrieve_entry() 253 (pg = scf_pg_create(hndl)) == NULL || in mhash_store_entry()
|
/titanic_44/usr/src/lib/libdladm/common/ |
H A D | libdlbridge.c | 193 if ((sstate->ss_pg = scf_pg_create(sstate->ss_handle)) == NULL) in get_composed_properties() 787 if ((sstate.ss_pg = scf_pg_create(sstate.ss_handle)) == NULL) in enable_trill() 937 if ((sstate.ss_pg = scf_pg_create(sstate.ss_handle)) == NULL) in dladm_bridge_configure() 1541 if ((sstate.ss_pg = scf_pg_create(sstate.ss_handle)) == NULL) in dladm_bridge_set_nick()
|
/titanic_44/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_libscf.c | 1902 if (sc_pg == NULL && (sc_pg = scf_pg_create(g_hndl)) == NULL) { in find_current_prop_type() 2151 sc_pg = scf_pg_create(g_hndl); in find_current_pg_type() 3924 ud_mfsts_pg = scf_pg_create(g_hndl); in upgrade_manifestfiles() 8059 (imp_pg = scf_pg_create(g_hndl)) == NULL || in alloc_imp_globals() 8060 (imp_pg2 = scf_pg_create(g_hndl)) == NULL || in alloc_imp_globals() 8073 (ud_pg = scf_pg_create(g_hndl)) == NULL || in alloc_imp_globals() 8074 (ud_cur_depts_pg = scf_pg_create(g_hndl)) == NULL || in alloc_imp_globals() 8075 (ud_run_dpts_pg = scf_pg_create(g_hndl)) == NULL || in alloc_imp_globals() 10025 if ((opg = scf_pg_create(g_hndl)) == NULL || in export_dependents() 10814 (exp_pg = scf_pg_create(g_hndl)) == NULL || in export_callback() [all …]
|
/titanic_44/usr/src/cmd/svc/lsvcrun/ |
H A D | lsvcrun.c | 204 if ((pg = scf_pg_create(h)) == NULL) { in get_start_pg() 304 if ((pg = scf_pg_create(h)) == NULL) { in pg_match()
|
/titanic_44/usr/src/lib/libnwam/common/ |
H A D | libnwam_util.c | 890 (pg = scf_pg_create(h)) == NULL || in nwam_get_smf_string_property() 944 (pg = scf_pg_create(h)) == NULL || in nwam_set_smf_string_property()
|
/titanic_44/usr/src/cmd/fcinfo/ |
H A D | fcadm-list.c | 171 if (((pg = scf_pg_create(handle)) == NULL) || in npivAddRemoveNPIVEntry() 860 if (((pg = scf_pg_create(handle)) == NULL) || in fc_util_create_portlist()
|
/titanic_44/usr/src/lib/libfcoe/common/ |
H A D | libfcoe.c | 207 if (((pg = scf_pg_create(handle)) == NULL) || in fcoe_add_remove_scf_entry() 853 if (((pg = scf_pg_create(handle)) == NULL) || in FCOE_LoadConfig()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/inetadm/ |
H A D | inetadm.c | 200 if ((gpg = scf_pg_create(h)) == NULL || in modify_prop() 328 if ((gpg = scf_pg_create(h)) == NULL || in delete_prop()
|