Searched refs:scf_property_get_name (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/lib/libshare/common/
H A Dscfutil.c287 if (scf_property_get_name(prop, name,
530 if (scf_property_get_name(prop, name, scf_max_name_len) > 0) {
545 * terminated if scf_property_get_name()
825 if (scf_property_get_name(prop, name,
/illumos-gate/usr/src/man/man3scf/
H A DMakefile107 scf_property_get_name.3scf \
323 scf_property_get_name.3scf := LINKSRC = scf_property_create.3scf
/illumos-gate/usr/src/cmd/svc/startd/
H A Dstartd.c635 if (scf_property_get_name(prop, buf, max_scf_fmri_size) < 0)
/illumos-gate/usr/src/lib/libscf/inc/
H A Dlibscf.h638 ssize_t scf_property_get_name(const scf_property_t *, char *, size_t);
/illumos-gate/usr/src/lib/libstmf/common/
H A Dstore.c1464 if (scf_property_get_name(prop, buf1, sizeof (buf1)) == -1) {
1745 if (scf_property_get_name(prop, buf, sizeof (buf)) == -1) {
1788 if (scf_property_get_name(prop, buf, sizeof (buf)) == -1) {
2900 if (scf_property_get_name(prop, actualName, MAXNAMELEN) == -1) {
3601 if (scf_property_get_name(prop, viewEntryPgName,
/illumos-gate/usr/src/lib/libscf/common/
H A Dmidlevel.c369 if (scf_property_get_name(prop, propname, namelen) < 0) {
1922 if (scf_property_get_name(prop, propname, namelen) <
2053 if (scf_property_get_name(prop, propname,
H A Dnotify_params.c1432 if (scf_property_get_name(p, name, sz) == SCF_FAILED) {
H A Dlowlevel.c3649 scf_property_get_name(const scf_property_t *prop, char *out, size_t len) function
5919 r = scf_property_get_name(prop, tmp, sizeof (tmp));
6378 scf_property_get_name(prop, NULL, 0) < 0)
6929 if (scf_property_get_name(prop, NULL, 0) < 0) {
H A Dscf_tmpl.c257 } else if (scf_property_get_name(prop, buf, sz) == -1) {
6267 if (scf_property_get_name(prop, prop_name, nsize) == -1) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/routeadm/
H A Drouteadm.c1728 if ((pnamelen = scf_property_get_name(prop, NULL, 0) + 1)
1742 (void) scf_property_get_name(prop, pnamebuf,
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c3989 if (scf_property_get_name(ud_prop, pname, MAXPATHLEN) < 0)
4131 if (scf_property_get_name(prop, ud_name, max_scf_name_len + 1) < 0) {
4140 bad_error("scf_property_get_name", scf_error());
9065 if (scf_property_get_name(prop, exp_str, exp_str_sz) < 0)
9202 if (scf_property_get_name(exp_prop, exp_str, exp_str_sz) < 0)
9348 if (scf_property_get_name(exp_prop, exp_str, exp_str_sz) < 0)
9642 if (scf_property_get_name(exp_prop, exp_str, exp_str_sz) < 0)
9744 if (scf_property_get_name(exp_prop, exp_str, exp_str_sz) < 0)
9846 if (scf_property_get_name(exp_prop, exp_str, exp_str_sz) < 0)
9980 if (scf_property_get_name(exp_pro
[all...]
H A Dsvccfg_internal.c826 if (scf_property_get_name(prop, loadbuf, loadbuf_sz) < 0) {
837 bad_error("scf_property_get_name", scf_error());
/illumos-gate/usr/src/lib/libbsm/common/
H A Daudit_scf.c205 if (scf_property_get_name(handle->prop, key_buf,
/illumos-gate/usr/src/cmd/svc/svcprop/
H A Dsvcprop.c256 if (scf_property_get_name(prop, buf, buf_sz) < 0)
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_scf.c1320 if (scf_property_get_name(prop, prop_name, scf_name_len)
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c2273 if (scf_property_get_name(prop, prop_name_buf,

Completed in 138 milliseconds