Home
last modified time | relevance | path

Searched refs:scf_type_t (Results 1 – 25 of 39) sorted by relevance

12

/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dsmfcfg.h95 extern int nfs_smf_get_iprop(char *, int *, char *, scf_type_t, char *);
96 extern int nfs_smf_get_prop(char *, char *, char *, scf_type_t, char *, int *);
97 extern int fs_smf_get_prop(smf_fstype_t, char *, char *, char *, scf_type_t,
99 extern int nfs_smf_set_prop(char *, char *, char *, scf_type_t, char *);
101 char *, scf_type_t, char *);
102 extern int autofs_smf_set_prop(char *, char *, char *, scf_type_t, char *);
103 extern int autofs_smf_get_prop(char *, char *, char *, scf_type_t,
H A Dsmfcfg.c149 char *instance, scf_type_t sctype, char *fmri) in fs_smf_set_prop()
284 char *instance, scf_type_t sctype, char *fmri, int *bufsz) in fs_smf_get_prop()
402 scf_type_t sctype, char *svc_name, int *bufsz) in nfs_smf_get_prop()
411 scf_type_t sctype, char *svc_name) in nfs_smf_get_iprop()
431 scf_type_t type, char *svc_name) in nfs_smf_set_prop()
439 scf_type_t type, char *svc_name) in autofs_smf_set_prop()
447 scf_type_t sctype, char *svc_name, int *bufsz) in autofs_smf_get_prop()
/illumos-gate/usr/src/lib/libscf/inc/
H A Dlibscf.h96 } scf_type_t; typedef
127 scf_type_t value_type;
501 int scf_type_base_type(scf_type_t type, scf_type_t *out);
502 const char *scf_type_to_string(scf_type_t);
503 scf_type_t scf_string_to_type(const char *);
510 scf_type_t scf_value_base_type(const scf_value_t *);
511 scf_type_t scf_value_type(const scf_value_t *);
512 int scf_value_is_type(const scf_value_t *, scf_type_t);
685 scf_transaction_entry_t *, const char *, scf_type_t);
689 scf_transaction_entry_t *, const char *, scf_type_t);
[all …]
H A Dlibscf_priv.h104 scf_type_t sdi_type;
415 scf_type_t pv_type;
556 int scf_is_compatible_type(scf_type_t, scf_type_t);
/illumos-gate/usr/src/lib/libscf/common/
H A Dlibscf_impl.h60 scf_type_t scf_true_base_type(scf_type_t);
H A Dmidlevel_impl.h54 scf_type_t pr_type;
H A Dnotify_params.c302 static scf_type_t
646 const char *prop, scf_type_t type) in prep_transaction()
750 scf_type_t type = get_scf_type(p); in notify_set_params()
859 get_type_size(scf_type_t t) in get_type_size()
946 scf_type_t type = SCF_TYPE_INVALID; in values_get()
1045 scf_type_t type, base_type; in add_prop_to_nvlist()
H A Dlowlevel.c295 scf_type_t ti_type;
331 scf_type_to_protocol_type(scf_type_t t) in scf_type_to_protocol_type()
342 static scf_type_t
355 scf_type_to_string(scf_type_t ty) in scf_type_to_string()
366 scf_type_t
379 scf_type_base_type(scf_type_t type, scf_type_t *out) in scf_type_base_type()
3645 scf_property_type(const scf_property_t *prop, scf_type_t *out) in scf_property_type()
3684 scf_is_compatible_type(scf_type_t base_arg, scf_type_t type_arg) in scf_is_compatible_type()
4476 scf_type_t
4496 scf_type_t
[all …]
H A Dmidlevel.c440 const char *pname, scf_type_t ty) in transaction_property_set()
2351 scf_type_t
2386 scf_next_val(scf_simple_prop_t *prop, scf_type_t type) in scf_next_val()
2572 scf_type_t
2573 scf_true_base_type(scf_type_t type) in scf_true_base_type()
2575 scf_type_t base = type; in scf_true_base_type()
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.h59 int pg_get_single_val(scf_propertygroup_t *, const char *, scf_type_t, void *,
62 scf_type_t, void *, size_t, uint_t, int, int);
H A Dsvcs.c364 pg_get_single_val(scf_propertygroup_t *pg, const char *propname, scf_type_t ty, in pg_get_single_val()
512 const char *propname, scf_type_t ty, void *vp, size_t sz, uint_t flags, in inst_get_single_val()
634 scf_type_t ty; in propvals_to_pids()
2213 scf_type_t type; in print_application_properties()
2341 scf_type_t ty; in print_detailed_dependency()
3232 scf_type_t ty; in walk_dependencies()
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg.h284 scf_type_t sc_value_type;
293 scf_type_t sc_type;
424 property_t *internal_property_create(const char *, scf_type_t, uint_t, ...);
H A Dsvccfg_tmpl.c311 scf_type_t ei_actual;
312 scf_type_t ei_specified;
316 scf_type_t ei_rtype;
380 scf_type_t av_type; /* Type of value representation */
783 is_numeric_type(scf_type_t type) in is_numeric_type()
874 av_create(size_t count, scf_type_t type) in av_create()
1684 scf_type_t prop_type; in add_scf_error()
2477 prop_pattern_type(pgroup_t *pattern, scf_type_t *type) in prop_pattern_type()
2501 property_is_type(property_t *prop, scf_type_t type) in property_is_type()
3506 scf_type_t type; in tmpl_validate_value_range()
[all …]
H A Dsvccfg_xml.c316 static scf_type_t
343 lxml_type_to_element(scf_type_t type) in lxml_type_to_element()
412 new_str_prop_from_attr(pgroup_t *pgrp, const char *pname, scf_type_t ty, in new_str_prop_from_attr()
431 new_opt_str_prop_from_attr(pgroup_t *pgrp, const char *pname, scf_type_t ty, in new_opt_str_prop_from_attr()
504 lxml_validate_string_value(scf_type_t type, const char *v) in lxml_validate_string_value()
542 scf_type_t scf_type = SCF_TYPE_INVALID; in lxml_store_value()
H A Dsvccfg_libscf.c1042 scf_type_t ty; in prop_to_typestr()
1050 static scf_type_t
1167 scf_type_t pty; in prop_check_type()
2300 scf_type_t tp; in lscf_property_import()
4096 scf_type_t ty; in upgrade_dependent()
5199 scf_type_t ty; in handle_dependent_conflict()
10074 scf_type_t ty; in export_dependents()
12238 scf_type_t ty; in delete_dependents()
14189 scf_type_t ty; in write_edit_script()
14565 scf_type_t ty; in lscf_setpropvalue()
[all …]
/illumos-gate/usr/src/lib/libshare/autofs/
H A Dlibshare_autofs.c113 scf_type_t type;
447 scf_type_t sctype; in initautofsprotofromsmf()
540 scf_type_t sctype; in autofs_set_proto_prop()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_scf.c78 scf_type_t scf_proptype;
125 scf_type_t, scf_value_t *);
499 scf_type_t *scftype, char *valstr) in ilbd_scf_ip_to_str()
528 scf_handle_t *h, void *data, scf_value_t ***val, scf_type_t *scftype, in ilbd_data_to_scfval()
793 scf_type_t scftype = prop_tbl[i].scf_proptype; in ilbd_create_pg()
864 scf_type_t proptype, scf_value_t *val) in ilbd_scf_set_prop()
1032 scf_type_t scf_type = scf_value_type(val); in ilbd_scfval_to_data()
1575 scf_type_t scftype; in ilbd_change_prop()
H A Dilbd.h412 ilb_status_t ilbd_scf_ip_to_str(uint16_t, struct in6_addr *, scf_type_t *,
/illumos-gate/usr/src/lib/libndmp/common/
H A Dlibndmp_prop.c449 scf_type_t type; in ndmp_smf_set_property()
527 scf_type_t type; in ndmp_smf_get_property()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/routeadm/
H A Drouteadm.c431 const char *, const char *, boolean_t, boolean_t, scf_type_t *, char **);
433 const char *, const char *, boolean_t, boolean_t, scf_type_t *, int *,
439 const char *, const char *, scf_type_t, boolean_t, int,
1920 boolean_t required, scf_type_t *type, char **value) in ra_get_single_prop_as_string()
1941 boolean_t required, scf_type_t *type, int *numvalues, char ***values) in ra_get_prop_as_string()
2069 const char *pgname, const char *propname, scf_type_t proptype, in ra_set_prop_from_string()
2073 scf_type_t oldproptype, newproptype = proptype; in ra_set_prop_from_string()
/illumos-gate/usr/src/lib/libbsm/common/
H A Daudit_scf.c85 scf_type_t prop_type, void *prop_val_ptr) in add_prop_vect_scf()
199 scf_type_t prop_type; in get_props_kva_all()
1094 scf_type_t plugin_prop_type; in do_setpluginconfig_scf()
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsvcctl_scm.c99 scf_propertygroup_t *pg, const char *propname, scf_type_t ty, void *vp, in svcctl_scm_pg_get_val()
212 const char *pgname, const char *propname, scf_type_t ty, void *vp, in svcctl_scm_inst_get_val()
/illumos-gate/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c3020 scf_type_t
3023 scf_type_t ret; in getscftype()
3095 scf_type_t ptype; in initprotofromsmf()
3386 scf_type_t sctype; in nfs_set_proto_prop()
/illumos-gate/usr/src/cmd/cmd-inet/lib/ipmgmtd/
H A Dipmgmt_persist.c1749 scf_type_t ptype) in ipmgmt_set_scfprop_value()
1822 void *pval, scf_type_t ptype) in ipmgmt_get_scfprop()
1851 void *pval, scf_type_t ptype) in ipmgmt_set_scfprop()
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dutil.c551 scf_type_t proptype) in set_property_value()

12