Home
last modified time | relevance | path

Searched refs:scf_pg_get_type (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/libscf/common/
H A Dmapfile-vers171 scf_pg_get_type;
H A Dscf_tmpl.c227 } else if (scf_pg_get_type(pg, buf, sz) == -1) { in _scf_get_pg_type()
1756 if (scf_pg_get_type(pg, pg_type, tbufsz) < 0) { in scf_tmpl_get_by_pg()
6626 if (scf_pg_get_type(pg, type, rsize) == -1) { in scf_tmpl_validate_fmri()
H A Dlowlevel.c3221 scf_pg_get_type(const scf_propertygroup_t *pg, char *out, size_t len) in scf_pg_get_type() function
/illumos-gate/usr/src/man/man3scf/
H A DMakefile102 scf_pg_get_type.3scf \
315 scf_pg_get_type.3scf := LINKSRC = scf_pg_create.3scf
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_internal.c1024 if (scf_pg_get_type(pg, loadbuf, loadbuf_sz) < 0) { in load_pg_attrs()
1263 if (scf_pg_get_type(load_pgroup, type, tsize) <= 0) { in load_instance()
H A Dsvccfg_libscf.c2199 if (pg_type != NULL && scf_pg_get_type(sc_pg, pg_type, in find_current_pg_type()
5422 if (scf_pg_get_type(lipg, imp_str, imp_str_sz) < 0) { in process_old_pg()
9194 if (scf_pg_get_type(pg, exp_str, exp_str_sz) < 0) in export_pg()
10640 if (scf_pg_get_type(exp_pg, exp_str, exp_str_sz) < 0) in export_instance()
10765 if (scf_pg_get_type(exp_pg, exp_str, exp_str_sz) < 0) in export_service()
12077 if (scf_pg_get_type(pg, pgty, max_scf_pg_type_len + 1) < 0) in delete_dependency_pg()
12204 if (scf_pg_get_type(pg, pgty, max_scf_pg_type_len + 1) < 0) in delete_dependents()
12728 if (scf_pg_get_type(pg, buf, max_scf_pg_type_len + 1) < 0) in list_pg_info()
14814 if ((ret = scf_pg_get_type(pg, buf, bufsz)) < 0) { in start_method_name()
15032 if (scf_pg_get_type(pg, buf, bufsz) < 0 || in lscf_setenv()
[all …]
/illumos-gate/usr/src/lib/libscf/inc/
H A Dlibscf.h633 ssize_t scf_pg_get_type(const scf_propertygroup_t *, char *, size_t);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/routeadm/
H A Drouteadm.c2116 if ((typelen = scf_pg_get_type(cpg, NULL, 0) + 1) == 0) in ra_set_prop_from_string()
2123 (void) scf_pg_get_type(cpg, pgtype, typelen); in ra_set_prop_from_string()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3scf.inc129 link path=usr/share/man/man3scf/scf_pg_get_type.3scf target=scf_pg_create.3scf
/illumos-gate/usr/src/lib/libshare/smb/
H A Dlibshare_smb.c1406 if (scf_pg_get_type(pg, type, SCFTYPE_LEN) <= 0) in smb_enable_dependencies()