Home
last modified time | relevance | path

Searched refs:scf_property_t (Results 1 – 25 of 56) sorted by relevance

123

/illumos-gate/usr/src/lib/libscf/inc/
H A Dlibscf.h55 typedef struct scf_property scf_property_t; typedef
560 int scf_iter_property_values(scf_iter_t *, const scf_property_t *);
566 int scf_iter_next_property(scf_iter_t *, scf_property_t *);
656 scf_property_t *scf_property_create(scf_handle_t *);
657 scf_handle_t *scf_property_handle(const scf_property_t *);
658 void scf_property_destroy(scf_property_t *);
659 int scf_property_is_type(const scf_property_t *, scf_type_t);
660 int scf_property_type(const scf_property_t *, scf_type_t *);
662 int scf_property_get_value(const scf_property_t *, scf_value_t *);
663 ssize_t scf_property_to_fmri(const scf_property_t *, char *, size_t);
[all …]
H A Dlibscf_priv.h313 scf_property_t *prop;
/illumos-gate/usr/src/cmd/svc/svcadm/
H A Dsynch.c56 scf_property_t *, scf_value_t *, char *, size_t);
100 scf_property_t *prop, const char *name) in read_astring_prop()
146 scf_property_t *prop; in prop_walk_init()
454 scf_property_t *prop; in has_potential()
H A Dsvcadm.c253 scf_property_t *prop; in get_bool_prop()
409 scf_property_t *prop, scf_value_t *v, char *buf, size_t bufsz) in get_astring_prop()
1055 const scf_propertygroup_t *pg, const char *propname, scf_property_t *prop, in dep_get_astring()
1161 scf_property_t *prop; in enable_fmri_rec()
1465 scf_property_t *prop; in set_inst_action()
1623 scf_property_t *prop; in inst_get_state()
1698 scf_property_t *prop; in set_astring_prop()
/illumos-gate/usr/src/cmd/svc/startd/
H A Dlibscf.c512 scf_property_t *prop; in libscf_read_state()
595 scf_property_t *prop; in depgroup_empty()
626 scf_property_t *prop; in depgroup_read_scheme()
656 scf_property_t *prop = safe_scf_property_create(h); in depgroup_read_grouping()
727 scf_property_t *prop; in get_boolean()
850 scf_property_t *prop; in get_count()
2083 scf_property_t *prop = NULL; in libscf_get_template_values()
2217 scf_property_t *prop = NULL; in libscf_get_startd_properties()
2341 scf_property_t *prop = NULL; in libscf_read_method_ids()
2871 scf_property_t *prop = NULL; in libscf_get_method()
[all …]
H A Dstartd.h655 int libscf_get_milestone(scf_instance_t *, scf_property_t *, scf_value_t *,
657 int libscf_extract_runlevel(scf_property_t *, char *);
663 int walk_property_astrings(scf_property_t *, callback_t, void *);
H A Dexpand.c107 scf_property_t *prop) in get_prop()
163 scf_property_t *prop = NULL; in get_prop_val_str()
/illumos-gate/usr/src/cmd/svc/svcprop/
H A Dsvcprop.c224 display_prop(scf_propertygroup_t *pg, scf_property_t *prop) in display_prop()
309 scf_property_t *prop; in display_pg()
417 scf_property_t *prop; in process_ent()
603 scf_property_t *prop; in process_pg()
667 process_prop(scf_propertygroup_t *pg, scf_property_t *prop) in process_prop()
772 scf_property_t *prop; in do_wait()
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Drc_scf.c56 scf_property_t *prop = NULL; in cf_get_client_uuid()
116 scf_property_t *prop = NULL; in rc_scf_get_sharectl()
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_scfutil.c257 scf_property_t *prop; in smb_smf_get_string_property()
349 scf_property_t *prop = NULL; in smb_smf_get_integer_property()
442 scf_property_t *prop = NULL; in smb_smf_get_boolean_property()
539 scf_property_t *prop = NULL; in smb_smf_get_opaque_property()
/illumos-gate/usr/src/lib/libndmp/common/
H A Dlibndmp_prop.c186 scf_property_t *prop; in ndmp_smf_get_pg_name()
448 scf_property_t *prop = NULL; in ndmp_smf_set_property()
526 scf_property_t *prop = NULL; in ndmp_smf_get_property()
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dsmfcfg.h61 scf_property_t *fs_property;
H A Dsmfcfg.c154 scf_property_t *prop; in fs_smf_set_prop()
289 scf_property_t *prop; in fs_smf_get_prop()
/illumos-gate/usr/src/lib/libshare/smbfs/
H A Dsmbfs_scfutil.c635 scf_property_t *prop; in smb_smf_get_string_property()
729 scf_property_t *prop = NULL; in smb_smf_get_integer_property()
824 scf_property_t *prop = NULL; in smb_smf_get_boolean_property()
923 scf_property_t *prop = NULL; in smb_smf_get_opaque_property()
/illumos-gate/usr/src/lib/libscf/common/
H A Dmidlevel.c137 fill_prop(scf_property_t *prop, const char *pgname, const char *propname, in fill_prop()
362 scf_simple_pg *thispg, scf_property_t *prop, size_t namelen, in insert_app_props()
483 scf_property_t *eprop = NULL; in get_inst_enabled()
528 scf_property_t *eprop = NULL; in set_inst_enabled()
769 scf_property_t *prop = NULL; in set_inst_action_inst()
1016 scf_property_t *prop = NULL; in get_inst_state()
1512 scf_property_t *prop = scf_property_create(simple_h->h); in scf_read_count_property()
1715 scf_property_t *prop = NULL; in scf_simple_prop_get()
1850 scf_property_t *prop = NULL; in scf_simple_app_props_get()
2658 scf_property_t *p = scf_property_create(h); in scf_read_propvec()
[all …]
H A Dlowlevel_impl.h101 scf_property_t *rh_property;
/illumos-gate/usr/src/cmd/cmd-inet/lib/ipmgmtd/
H A Dipmgmt_impl.h178 scf_property_t *sr_prop;
/illumos-gate/usr/src/lib/librestart/common/
H A Dlibrestart.c1376 scf_property_t *prop = NULL; in restarter_remove_contract()
1676 scf_property_t *prop = NULL; in restarter_store_contract()
1983 size_t bufsz, scf_property_t *prop, scf_value_t *val) in get_astring_val()
2009 scf_property_t *prop, scf_value_t *val) in get_boolean_val()
2375 scf_property_t *prop, scf_value_t *val, const char *cmdline, in get_profile()
2508 scf_property_t *prop, scf_value_t *val, struct method_context *ci, in get_ids()
2798 scf_property_t *prop = NULL; in restarter_get_method_context()
3893 scf_property_t *prop; in restarter_inst_validate_ractions_aux_fmri()
3942 scf_property_t *prop; in restarter_inst_ractions_from_tty()
3981 scf_property_t *prop; in restarter_inst_dump()
[all …]
/illumos-gate/usr/src/lib/libbsm/common/
H A Daudit_scf.h73 scf_property_t *prop; /* property handle */
/illumos-gate/usr/src/lib/libstmf/common/
H A Dstore.c294 scf_property_t *prop = NULL; in iPsAddRemoveGroupMember()
638 scf_property_t *prop = NULL; in iPsAddRemoveLuViewEntry()
1386 scf_property_t *prop = NULL; in iPsCreateDeleteGroup()
1693 scf_property_t *prop = NULL; in iPsGetGroupList()
1866 scf_property_t *prop = NULL; in iPsGetGroupMemberList()
2073 scf_property_t *prop = NULL; in iPsGetSetPersistType()
2288 scf_property_t *prop = NULL; in iPsGetSetStmfProp()
2645 scf_property_t *prop = NULL; in iPsGetServiceVersion()
2843 scf_property_t *prop = NULL; in iPsGetActualGroupName()
3496 scf_property_t *prop = NULL; in psGetViewEntryList()
[all …]
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dlibmlsvc.h191 scf_property_t *mc_scf_gprop; /* Property */
/illumos-gate/usr/src/lib/libshare/common/
H A Dscfutil.c250 scf_property_t *prop; in sa_extract_pgroup()
343 scf_property_t *prop; in sa_extract_attrs()
474 scf_property_t *prop; in sa_share_from_pgroup()
710 scf_property_t *prop = NULL; in sa_share_props_from_pgroup()
1063 scf_property_t *prop; in sa_extract_defaults()
/illumos-gate/usr/src/cmd/acctadm/
H A Daconf.c452 scf_property_t *prop; in aconf_get_string()
481 scf_property_t *prop; in aconf_get_bool()
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c11108 scf_property_t *prop; in lscf_profile_extract()
12196 scf_property_t *prop; in delete_dependents()
12287 scf_property_t *prop; in inst_is_running()
12327 scf_property_t *prop; in pg_is_external_dependency()
13288 scf_property_t *prop; in list_entity_tmpl()
13451 scf_property_t *prop; in listprop()
14187 scf_property_t *prop; in write_edit_script()
14567 scf_property_t *prop; in lscf_setpropvalue()
15241 scf_property_t *prop; in pg_copy()
15358 scf_property_t *prop; in lscf_revert()
[all …]
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Didmap_config.c192 scf_property_t *scf_prop; in prop_exists()
216 scf_property_t *scf_prop; in get_debug()
262 scf_property_t *scf_prop; in get_val_bool()
309 scf_property_t *scf_prop; in get_val_int()
402 scf_property_t *scf_prop; in get_val_ds()
614 scf_property_t *scf_prop; in get_val_astring()
745 scf_property_t *prop = NULL; in set_val()

123