/titanic_50/usr/src/man/man3scf/ |
H A D | Makefile | 29 scf_property_create.3scf \ 321 scf_pg_get_property.3scf := LINKSRC = scf_property_create.3scf 322 scf_property_destroy.3scf := LINKSRC = scf_property_create.3scf 323 scf_property_get_name.3scf := LINKSRC = scf_property_create.3scf 324 scf_property_get_value.3scf := LINKSRC = scf_property_create.3scf 325 scf_property_handle.3scf := LINKSRC = scf_property_create.3scf 326 scf_property_is_type.3scf := LINKSRC = scf_property_create.3scf 327 scf_property_type.3scf := LINKSRC = scf_property_create.3scf 328 scf_string_to_type.3scf := LINKSRC = scf_property_create.3scf 329 scf_type_to_string.3scf := LINKSRC = scf_property_create.3scf
|
/titanic_50/usr/src/lib/smbsrv/libsmb/common/ |
H A D | smb_scfutil.c | 264 prop = scf_property_create(handle->scf_handle); in smb_smf_get_string_property() 358 prop = scf_property_create(handle->scf_handle); in smb_smf_get_integer_property() 453 prop = scf_property_create(handle->scf_handle); in smb_smf_get_boolean_property() 552 prop = scf_property_create(handle->scf_handle); in smb_smf_get_opaque_property()
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-library.man3scf.inc | 25 file path=usr/share/man/man3scf/scf_property_create.3scf 145 target=scf_property_create.3scf 154 target=scf_property_create.3scf 156 target=scf_property_create.3scf 158 target=scf_property_create.3scf 160 target=scf_property_create.3scf 162 target=scf_property_create.3scf 166 target=scf_property_create.3scf 263 target=scf_property_create.3scf 375 target=scf_property_create.3scf
|
/titanic_50/usr/src/lib/libndmp/common/ |
H A D | libndmp_prop.c | 197 if ((prop = scf_property_create(h->scf_handle)) == NULL) { in ndmp_smf_get_pg_name() 458 ((prop = scf_property_create(handle->scf_handle)) == NULL) || in ndmp_smf_set_property() 532 ((prop = scf_property_create(handle->scf_handle)) != NULL) && in ndmp_smf_get_property()
|
/titanic_50/usr/src/lib/libshare/smbfs/ |
H A D | smbfs_scfutil.c | 650 prop = scf_property_create(handle->scf_handle); in smb_smf_get_string_property() 746 prop = scf_property_create(handle->scf_handle); in smb_smf_get_integer_property() 843 prop = scf_property_create(handle->scf_handle); in smb_smf_get_boolean_property() 944 prop = scf_property_create(handle->scf_handle); in smb_smf_get_opaque_property()
|
/titanic_50/usr/src/cmd/svc/svcprop/ |
H A D | svcprop.c | 315 if ((prop = scf_property_create(hndl)) == NULL || in display_pg() 478 (prop = scf_property_create(hndl)) == NULL) in process_ent() 614 prop = scf_property_create(hndl); in process_pg() 782 (prop = scf_property_create(hndl)) == NULL) in do_wait()
|
/titanic_50/usr/src/lib/libstmf/common/ |
H A D | store.c | 324 ((prop = scf_property_create(handle)) == NULL) || in iPsAddRemoveGroupMember() 665 ((prop = scf_property_create(handle)) == NULL) || in iPsAddRemoveLuViewEntry() 1414 ((prop = scf_property_create(handle)) == NULL) || in iPsCreateDeleteGroup() 1712 ((prop = scf_property_create(handle)) == NULL) || in iPsGetGroupList() 1889 ((prop = scf_property_create(handle)) == NULL) || in iPsGetGroupMemberList() 2083 ((prop = scf_property_create(handle)) == NULL) || in iPsGetSetPersistType() 2318 ((prop = scf_property_create(handle)) == NULL) || in iPsGetSetStmfProp() 2653 ((prop = scf_property_create(handle)) == NULL) || in iPsGetServiceVersion() 2858 ((prop = scf_property_create(handle)) == NULL) || in iPsGetActualGroupName() 3516 ((prop = scf_property_create(handle)) == NULL) || in psGetViewEntryList() [all …]
|
/titanic_50/usr/src/cmd/svc/svcadm/ |
H A D | synch.c | 151 (prop = scf_property_create(h)) == NULL) in prop_walk_init() 469 (prop = scf_property_create(h)) == NULL || in has_potential()
|
H A D | svcadm.c | 250 if ((prop = scf_property_create(h)) == NULL || in get_bool_prop() 1082 (prop = scf_property_create(h)) == NULL || in enable_fmri_rec() 1342 (prop = scf_property_create(h)) == NULL || in set_inst_action() 1497 (prop = scf_property_create(h)) == NULL || in inst_get_state() 1580 (prop = scf_property_create(h)) == NULL || in set_astring_prop()
|
/titanic_50/usr/src/lib/libscf/common/ |
H A D | midlevel.c | 491 (eprop = scf_property_create(h)) == NULL || in get_inst_enabled() 533 (eprop = scf_property_create(h)) == NULL || in set_inst_enabled() 726 (prop = scf_property_create(h)) == NULL || in set_inst_action_inst() 971 ((prop = scf_property_create(h)) == NULL) || in get_inst_state() 1452 scf_property_t *prop = scf_property_create(simple_h->h); in scf_read_count_property() 1677 (prop = scf_property_create(h)) == NULL) in scf_simple_prop_get() 1846 (prop = scf_property_create(h)) == NULL) { in scf_simple_app_props_get() 2598 scf_property_t *p = scf_property_create(h); in scf_read_propvec() 2764 scf_property_t *p = scf_property_create(h); in scf_write_propvec()
|
H A D | mapfile-vers | 170 scf_property_create;
|
/titanic_50/usr/src/cmd/svc/startd/ |
H A D | expand.c | 190 (prop = scf_property_create(h)) == NULL) in get_prop_val_str() 223 prop = scf_property_create(h); in get_prop_val_str()
|
/titanic_50/usr/src/cmd/acctadm/ |
H A D | aconf.c | 464 if ((prop = scf_property_create(handle)) == NULL || in aconf_get_string() 493 if ((prop = scf_property_create(handle)) == NULL || in aconf_get_bool()
|
/titanic_50/usr/src/lib/libshare/common/ |
H A D | scfutil.c | 271 prop = scf_property_create(handle->handle); in sa_extract_pgroup() 346 prop = scf_property_create(handle->handle); in sa_extract_attrs() 499 prop = scf_property_create(handle->handle); in sa_share_from_pgroup() 814 prop = scf_property_create(handle->handle); in sa_share_props_from_pgroup() 1066 prop = scf_property_create(handle->handle); in sa_extract_defaults()
|
/titanic_50/usr/src/cmd/idmap/idmapd/ |
H A D | idmap_config.c | 173 scf_prop = scf_property_create(handles->main); in prop_exists() 196 scf_prop = scf_property_create(handles->main); in get_debug() 244 scf_prop = scf_property_create(handles->main); in get_val_bool() 302 scf_prop = scf_property_create(handles->main); in get_val_int() 390 scf_prop = scf_property_create(handles->main); in get_val_ds() 548 scf_prop = scf_property_create(handles->main); in get_val_astring() 680 if ((prop = scf_property_create(handles->main)) == NULL || in set_val()
|
/titanic_50/usr/src/cmd/isns/isnsd/ |
H A D | config.c | 78 prop = scf_property_create(handle); in load_config()
|
/titanic_50/usr/src/cmd/svc/common/ |
H A D | manifest_hash.c | 139 (prop = scf_property_create(hndl)) == NULL || in mhash_retrieve_entry() 254 (prop = scf_property_create(hndl)) == NULL) { in mhash_store_entry()
|
/titanic_50/usr/src/lib/fm/libfmnotify/common/ |
H A D | libfmnotify.c | 191 prop = scf_property_create(handle); in nd_get_astring_prop() 234 prop = scf_property_create(handle); in nd_get_boolean_prop()
|
/titanic_50/usr/src/lib/librestart/common/ |
H A D | librestart.c | 1396 prop = scf_property_create(h); in restarter_remove_contract() 1690 prop = scf_property_create(h); in restarter_store_contract() 2843 (prop = scf_property_create(h)) == NULL || in restarter_get_method_context() 3793 prop = scf_property_create(h); in restarter_inst_validate_ractions_aux_fmri() 3837 prop = scf_property_create(h); in restarter_inst_ractions_from_tty() 3875 prop = scf_property_create(h); in restarter_inst_dump() 3980 prop = scf_property_create(h); in restarter_inst_set_aux_fmri()
|
/titanic_50/usr/src/cmd/svc/lsvcrun/ |
H A D | lsvcrun.c | 257 if ((prop = scf_property_create(h)) == NULL) { in get_start_pg() 314 if ((prop = scf_property_create(h)) == NULL) { in pg_match()
|
/titanic_50/usr/src/cmd/fcinfo/ |
H A D | fcadm-list.c | 174 ((prop = scf_property_create(handle)) == NULL) || in npivAddRemoveNPIVEntry() 863 ((prop = scf_property_create(handle)) == NULL) || in fc_util_create_portlist()
|
/titanic_50/usr/src/lib/libnwam/common/ |
H A D | libnwam_util.c | 891 (prop = scf_property_create(h)) == NULL || in nwam_get_smf_string_property() 945 (prop = scf_property_create(h)) == NULL || in nwam_set_smf_string_property()
|
/titanic_50/usr/src/lib/libfcoe/common/ |
H A D | libfcoe.c | 210 ((prop = scf_property_create(handle)) == NULL) || in fcoe_add_remove_scf_entry() 856 ((prop = scf_property_create(handle)) == NULL) || in FCOE_LoadConfig()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/inetadm/ |
H A D | inetadm.c | 201 (eprop = scf_property_create(h)) == NULL || in modify_prop() 329 (eprop = scf_property_create(h)) == NULL || in delete_prop()
|
/titanic_50/usr/src/cmd/ipf/svc/ |
H A D | ipfd.c | 661 scratch_prop = scf_property_create(h); in main()
|