Home
last modified time | relevance | path

Searched refs:scf_value_t (Results 1 – 25 of 58) sorted by relevance

123

/titanic_44/usr/src/lib/libscf/inc/
H A Dlibscf.h56 typedef struct scf_value scf_value_t; typedef
459 int scf_handle_decorate(scf_handle_t *, const char *, scf_value_t *);
460 #define SCF_DECORATE_CLEAR ((scf_value_t *)0)
471 scf_value_t *scf_value_create(scf_handle_t *);
472 scf_handle_t *scf_value_handle(const scf_value_t *);
473 void scf_value_destroy(scf_value_t *);
475 scf_type_t scf_value_base_type(const scf_value_t *);
476 scf_type_t scf_value_type(const scf_value_t *);
477 int scf_value_is_type(const scf_value_t *, scf_type_t);
479 void scf_value_reset(scf_value_t *);
[all …]
H A Dlibscf_priv.h102 scf_value_t *sdi_value; /* can be SCF_DECORATE_CLEAR */
114 scf_value_t *, void *);
/titanic_44/usr/src/lib/libscf/common/
H A Dlowlevel_impl.h101 scf_value_t *rh_value;
154 scf_value_t *value_next;
173 scf_value_t *entry_head;
174 scf_value_t *entry_tail; /* for linked values */
H A Dlowlevel.c106 static void scf_value_reset_locked(scf_value_t *val, int and_destroy);
832 scf_handle_decorate(scf_handle_t *handle, const char *name, scf_value_t *v) in scf_handle_decorate()
954 scf_value_t *v, void *data) in _scf_handle_decorations()
1289 scf_value_t *v; in handle_unrefed()
3745 scf_value_t *v, *next; in entry_invalidate()
3958 commit_value(caddr_t data, scf_value_t *val, rep_protocol_value_type_t t) in commit_value()
3983 scf_value_t *child; in commit_process()
4265 scf_entry_add_value(scf_transaction_entry_t *entry, scf_value_t *v) in scf_entry_add_value()
4328 scf_value_t *
4331 scf_value_t *ret; in scf_value_create()
[all …]
H A Dnotify_params.c343 add_entry(scf_transaction_entry_t *te, scf_value_t *val) in add_entry()
356 scf_value_t *val = scf_value_create(h); in add_boolean_entry()
369 scf_value_t *val = scf_value_create(h); in add_count_entry()
382 scf_value_t *val = scf_value_create(h); in add_integer_entry()
395 scf_value_t *val = scf_value_create(h); in add_astring_entry()
411 scf_value_t *val = scf_value_create(h); in get_nvpair_vals()
906 get_value(scf_value_t *val, scf_values_t *v, int c, char *buf, int sz) in get_value()
944 scf_value_t *val = scf_value_create(h); in values_get()
H A Dmidlevel.c140 scf_value_t *val; in fill_prop()
482 scf_value_t *v = NULL; in get_inst_enabled()
523 scf_value_t *v = NULL; in set_inst_enabled()
719 scf_value_t *v = NULL; in set_inst_action_inst()
966 scf_value_t *val = NULL; in get_inst_state()
1453 scf_value_t *val = scf_value_create(simple_h->h); in scf_read_count_property()
1520 scf_value_t *value = scf_value_create(handle); in scf_set_count_property()
2599 scf_value_t *v = scf_value_create(h); in scf_read_propvec()
2766 scf_value_t **v = NULL; in scf_write_propvec()
2774 v = calloc(n, sizeof (scf_value_t *)); in scf_write_propvec()
/titanic_44/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_scfutil.c185 scf_value_t *value = NULL; in smb_smf_set_string_property()
249 scf_value_t *value; in smb_smf_get_string_property()
286 scf_value_t *value = NULL; in smb_smf_set_integer_property()
343 scf_value_t *value = NULL; in smb_smf_get_integer_property()
381 scf_value_t *value = NULL; in smb_smf_set_boolean_property()
438 scf_value_t *value = NULL; in smb_smf_get_boolean_property()
474 scf_value_t *value; in smb_smf_set_opaque_property()
537 scf_value_t *value = NULL; in smb_smf_get_opaque_property()
/titanic_44/usr/src/lib/libshare/smbfs/
H A Dsmbfs_scfutil.c577 scf_value_t *value = NULL; in smb_smf_set_string_property()
642 scf_value_t *value; in smb_smf_get_string_property()
680 scf_value_t *value = NULL; in smb_smf_set_integer_property()
738 scf_value_t *value = NULL; in smb_smf_get_integer_property()
777 scf_value_t *value = NULL; in smb_smf_set_boolean_property()
835 scf_value_t *value = NULL; in smb_smf_get_boolean_property()
872 scf_value_t *value; in smb_smf_set_opaque_property()
936 scf_value_t *value = NULL; in smb_smf_get_opaque_property()
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_scf.c125 scf_type_t, scf_value_t *);
130 scf_value_t **);
528 scf_handle_t *h, void *data, scf_value_t ***val, scf_type_t *scftype, in ilbd_data_to_scfval()
531 scf_value_t *v, **varray = NULL; in ilbd_data_to_scfval()
742 scf_value_t **val; in ilbd_create_pg()
864 scf_type_t proptype, scf_value_t *val) in ilbd_scf_set_prop()
868 scf_value_t *oldval = NULL; in ilbd_scf_set_prop()
955 scf_value_t **val) in ilbd_scf_get_prop_val()
959 scf_value_t *value = NULL; in ilbd_scf_get_prop_val()
1029 scf_value_t *val, ilbd_data_t *ilb_data) in ilbd_scfval_to_data()
[all …]
/titanic_44/usr/src/cmd/svc/svcadm/
H A Dsynch.c58 scf_property_t *, scf_value_t *, char *, size_t);
101 read_astring_prop(scf_propertygroup_t *pg, scf_value_t *val, in read_astring_prop()
188 scf_value_t *val; in prop_walk_step()
457 scf_value_t *val; in has_potential()
H A Dsvcadm.c247 scf_value_t *val; in get_bool_prop()
320 scf_value_t *v; in set_bool_prop()
402 scf_property_t *prop, scf_value_t *v, char *buf, size_t bufsz) in get_astring_prop()
924 scf_value_t *v, char *buf, size_t bufsz) in dep_get_astring()
956 multiple_instances(scf_iter_t *iter, scf_value_t *v, char *buf) in multiple_instances()
1030 scf_value_t *v; in enable_fmri_rec()
1334 scf_value_t *v; in set_inst_action()
1492 scf_value_t *val; in inst_get_state()
1567 scf_value_t *val; in set_astring_prop()
2289 scf_value_t *zone; in main()
/titanic_44/usr/src/cmd/svc/startd/
H A Dlibscf.c401 scf_value_t *val = safe_scf_value_create(h); in libscf_read_single_astring()
727 scf_value_t *val; in get_boolean()
850 scf_value_t *val; in get_count()
1414 pg_set_prop_value(scf_propertygroup_t *pg, const char *pname, scf_value_t *v) in pg_set_prop_value()
1551 scf_value_t *v; in libscf_inst_set_boolean_prop()
1612 scf_value_t *v; in libscf_inst_set_count_prop()
1702 scf_value_t *val, char *buf, size_t buf_sz) in pg_get_milestone()
1763 scf_value_t *val, char *buf, size_t buf_sz) in libscf_get_milestone()
1848 scf_value_t *val; in libscf_extract_runlevel()
1908 scf_value_t *val; in libscf_clear_runlevel()
[all …]
/titanic_44/usr/src/lib/libstmf/common/
H A Dstore.c295 scf_value_t *valueLookup = NULL; in iPsAddRemoveGroupMember()
296 scf_value_t **valueSet = NULL; in iPsAddRemoveGroupMember()
417 valueSet = (scf_value_t **)calloc(1, sizeof (*valueSet) in iPsAddRemoveGroupMember()
639 scf_value_t *value = NULL; in iPsAddRemoveLuViewEntry()
927 scf_value_t *value[VIEW_ENTRY_STRUCT_CNT]; in iPsAddViewEntry()
1391 scf_value_t *value = NULL; in iPsCreateDeleteGroup()
1695 scf_value_t *value = NULL; in iPsGetGroupList()
1867 scf_value_t *valueLookup = NULL; in iPsGetGroupMemberList()
2074 scf_value_t *value = NULL; in iPsGetSetPersistType()
2292 scf_value_t *value = NULL; in iPsGetSetStmfProp()
[all …]
/titanic_44/usr/src/cmd/svc/common/
H A Dmanifest_hash.c123 scf_value_t *val; in mhash_retrieve_entry()
239 scf_value_t *aval = NULL; in mhash_store_entry()
240 scf_value_t *val = NULL; in mhash_store_entry()
241 scf_value_t *fval = NULL; in mhash_store_entry()
/titanic_44/usr/src/lib/librestart/common/
H A Dlibrestart.c1047 const char *pname, scf_type_t ty, scf_value_t *val) in tx_set_value()
1132 scf_value_t *v_state = NULL, *v_state_next = NULL, *v_stime = NULL; in _restarter_commit_states()
1133 scf_value_t *v_aux = NULL; in _restarter_commit_states()
1376 scf_value_t *val; in restarter_remove_contract()
1673 scf_value_t *val; in restarter_store_contract()
1982 size_t bufsz, scf_property_t *prop, scf_value_t *val) in get_astring_val()
2008 scf_property_t *prop, scf_value_t *val) in get_boolean_val()
2374 scf_property_t *prop, scf_value_t *val, const char *cmdline, in get_profile()
2507 scf_property_t *prop, scf_value_t *val, struct method_context *ci, in get_ids()
2684 struct method_context *mcp, scf_property_t *prop, scf_value_t *val) in get_environment()
[all …]
/titanic_44/usr/src/lib/libndmp/common/
H A Dlibndmp_prop.c185 scf_value_t *value; in ndmp_smf_get_pg_name()
445 scf_value_t *value = NULL; in ndmp_smf_set_property()
524 scf_value_t *value = NULL; in ndmp_smf_get_property()
/titanic_44/usr/src/cmd/fs.d/nfs/lib/
H A Dsmfcfg.h62 scf_value_t *fs_value;
/titanic_44/usr/src/cmd/acctadm/
H A Daconf.c57 scf_value_t *value;
453 scf_value_t *value; in aconf_get_string()
482 scf_value_t *value; in aconf_get_bool()
/titanic_44/usr/src/cmd/idmap/idmapd/
H A Didmap_config.c168 scf_value_t *value; in get_debug()
214 scf_value_t *value; in get_val_bool()
261 scf_value_t *value; in get_val_int()
324 scf_value2string(const char *name, scf_value_t *value) in scf_value2string()
351 scf_value_t *value; in get_val_ds()
470 scf_value_t *value; in get_val_astring()
596 scf_value_t *value) in set_val()
699 scf_value_t *value = NULL; in set_val_integer()
725 scf_value_t *value = NULL; in set_val_astring()
/titanic_44/usr/src/cmd/fcinfo/
H A Dfcadm-list.c147 scf_value_t *valueLookup = NULL; in npivAddRemoveNPIVEntry()
149 scf_value_t **valueSet = NULL; in npivAddRemoveNPIVEntry()
212 valueSet = (scf_value_t **)calloc(1, sizeof (*valueSet) in npivAddRemoveNPIVEntry()
850 scf_value_t *valueLookup = NULL; in fc_util_create_portlist()
/titanic_44/usr/src/lib/libfcoe/common/
H A Dlibfcoe.c184 scf_value_t *valueLookup = NULL; in fcoe_add_remove_scf_entry()
186 scf_value_t **valueSet = NULL; in fcoe_add_remove_scf_entry()
259 valueSet = (scf_value_t **)calloc(1, sizeof (*valueSet) in fcoe_add_remove_scf_entry()
839 scf_value_t *valueLookup = NULL; in FCOE_LoadConfig()
/titanic_44/usr/src/cmd/cmd-inet/lib/ipmgmtd/
H A Dipmgmt_impl.h169 scf_value_t *sr_val;
/titanic_44/usr/src/lib/libshare/common/
H A Dscfutil.c248 scf_value_t *value; in sa_extract_pgroup()
341 scf_value_t *value; in sa_extract_attrs()
472 scf_value_t *value; in sa_share_from_pgroup()
708 scf_value_t *value = NULL; in sa_share_props_from_pgroup()
1061 scf_value_t *value; in sa_extract_defaults()
1441 scf_value_t *value; in sa_set_property()
1529 scf_value_t *value; in sa_set_resource_property()
/titanic_44/usr/src/lib/libbsm/common/
H A Daudit_scf.h80 scf_value_t *prop_val; /* property value */
/titanic_44/usr/src/cmd/ipf/svc/
H A Dipfd.c101 static scf_value_t *scratch_v;
222 scf_value_t *v) in pg_get_prop_value()

123