Home
last modified time | relevance | path

Searched refs:scf_property_type (Results 1 – 19 of 19) sorted by relevance

/illumos-gate/usr/src/lib/libscf/common/
H A Dmapfile-vers183 scf_property_type;
H A Dnotify_params.c969 if (scf_property_type(prop, &type) != SCF_SUCCESS) in values_get()
1054 if (scf_property_type(p, &type) != 0) in add_prop_to_nvlist()
H A Dmidlevel.c174 if (scf_property_type(prop, &ret->pr_type) == -1) in fill_prop()
H A Dscf_tmpl.c285 if (scf_property_type(prop, &type) == -1) { in _scf_get_prop_type()
H A Dlowlevel.c3645 scf_property_type(const scf_property_t *prop, scf_type_t *out) in scf_property_type() function
/illumos-gate/usr/src/man/man3scf/
H A DMakefile113 scf_property_type.3scf \
329 scf_property_type.3scf := LINKSRC = scf_property_create.3scf
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c645 if (scf_property_type(prop, &ty) != 0) in propvals_to_pids()
2266 if (scf_property_type(prop, &type) == -1) in print_application_properties()
2353 scf_property_type(eprop, &ty) != SCF_SUCCESS || in print_detailed_dependency()
3243 if (scf_property_type(g_prop, &ty) != SCF_SUCCESS) in walk_dependencies()
/illumos-gate/usr/src/cmd/svc/startd/
H A Dstartd.c642 if (scf_property_type(prop, &ty) != 0) { in read_startd_config()
H A Dlibscf.c758 if (scf_property_type(prop, &type) != 0) { in get_boolean()
H A Dgraph.c6302 if (scf_property_type(prop, &type) != 0) { in process_actions()
/illumos-gate/usr/src/lib/libscf/inc/
H A Dlibscf.h660 int scf_property_type(const scf_property_t *, scf_type_t *);
/illumos-gate/usr/src/cmd/svc/svcprop/
H A Dsvcprop.c265 if (scf_property_type(prop, &ty) == -1) in display_prop()
/illumos-gate/usr/src/lib/libbsm/common/
H A Daudit_scf.c227 if (scf_property_type(handle->prop, &prop_type) == -1) { in get_props_kva_all()
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c1044 if (scf_property_type(prop, &ty) != SCF_SUCCESS) in prop_to_typestr()
1169 if (scf_property_type(prop, &pty) != SCF_SUCCESS) in prop_check_type()
1978 scf_property_type(sc_prop, &prop_type) == SCF_SUCCESS) { in find_current_prop_type()
4123 if (scf_property_type(prop, &ty) != 0) { in upgrade_dependent()
10076 if (scf_property_type(exp_prop, &ty) != SCF_SUCCESS) in export_dependents()
12243 if (scf_property_type(prop, &ty) != SCF_SUCCESS) in delete_dependents()
13935 if (scf_property_type(prop, &current_ty) != SCF_SUCCESS) in lscf_setprop()
13958 scf_property_type(parent_prop, in lscf_setprop()
14282 if (scf_property_type(prop, &ty) != 0) in write_edit_script()
14661 if (scf_property_type(prop, &ptype) != 0) in lscf_setpropvalue()
[all …]
H A Dsvccfg_internal.c849 if (scf_property_type(prop, &iprop->sc_value_type) != 0) { in load_property()
/illumos-gate/usr/src/lib/librestart/common/
H A Dlibrestart.c2697 if (scf_property_type(prop, &type) != 0) in get_environment()
2938 if (scf_property_type(prop, &ty) != SCF_SUCCESS) { in restarter_get_method_context()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3scf.inc149 link path=usr/share/man/man3scf/scf_property_type.3scf \
/illumos-gate/usr/src/cmd/svc/svcadm/
H A Dsvcadm.c1350 if (scf_property_type(prop, &ty) != SCF_SUCCESS) in enable_fmri_rec()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/routeadm/
H A Drouteadm.c2012 (void) scf_property_type(prop, type); in ra_get_prop_as_string()