Searched refs:SCF_VERSION (Results 1 - 25 of 56) sorted by relevance

123

/illumos-gate/usr/src/cmd/svc/mfstscan/
H A Dmfstscan.c91 if ((hndl = scf_handle_create(SCF_VERSION)) == NULL)
/illumos-gate/usr/src/cmd/svc/startd/
H A Dwait.c131 libscf_handle_create_bound(SCF_VERSION);
134 libscf_handle_create_bound(SCF_VERSION)) {
H A Dfork.c715 hndl = libscf_handle_create_bound(SCF_VERSION);
817 hndl = libscf_handle_create_bound(SCF_VERSION);
H A Dstartd.c516 for (hndl = libscf_handle_create_bound(SCF_VERSION); hndl == NULL;
517 hndl = libscf_handle_create_bound(SCF_VERSION), bind_fails++) {
/illumos-gate/usr/src/cmd/rcap/rcapadm/
H A Drcapadm.c104 if ((h = scf_handle_create(SCF_VERSION)) == NULL ||
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/kssl/ksslcfg/
H A Dksslcfg_delete.c113 handle = scf_handle_create(SCF_VERSION);
H A Dksslcfg_create.c385 handle = scf_handle_create(SCF_VERSION);
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dconfig.c72 handle = scf_handle_create(SCF_VERSION);
/illumos-gate/usr/src/lib/libscf/common/
H A Dhighlevel.c123 if ((handle = scf_handle_create(SCF_VERSION)) == NULL ||
H A Dmidlevel.c923 h = _scf_handle_create_and_bind(SCF_VERSION);
1066 if ((h = _scf_handle_create_and_bind(SCF_VERSION)) == NULL)
1333 ret->h = _scf_handle_create_and_bind(SCF_VERSION);
1577 if ((h = _scf_handle_create_and_bind(SCF_VERSION)) == NULL)
1667 if (local_h && ((h = _scf_handle_create_and_bind(SCF_VERSION)) == NULL))
1808 if (local_h && ((h = _scf_handle_create_and_bind(SCF_VERSION)) == NULL))
2593 scf_handle_t *h = _scf_handle_create_and_bind(SCF_VERSION);
2759 scf_handle_t *h = _scf_handle_create_and_bind(SCF_VERSION);
H A Dnotify_params.c1268 scf_handle_t *h = _scf_handle_create_and_bind(SCF_VERSION);
1579 scf_handle_t *h = _scf_handle_create_and_bind(SCF_VERSION);
1704 scf_handle_t *h = _scf_handle_create_and_bind(SCF_VERSION);
1879 scf_handle_t *h = _scf_handle_create_and_bind(SCF_VERSION);
/illumos-gate/usr/src/lib/nsswitch/mdns/common/
H A Dmdns_common.c558 h = scf_handle_create(SCF_VERSION);
642 h = scf_handle_create(SCF_VERSION);
/illumos-gate/usr/src/lib/fm/libfmnotify/common/
H A Dlibfmnotify.c183 if ((handle = scf_handle_create(SCF_VERSION)) == NULL)
226 if ((handle = scf_handle_create(SCF_VERSION)) == NULL)
/illumos-gate/usr/src/lib/libndmp/common/
H A Dlibndmp_prop.c266 scf_handle_create(SCF_VERSION)) != NULL) &&
/illumos-gate/usr/src/cmd/ipf/svc/
H A Dipfd.c642 if ((h = scf_handle_create(SCF_VERSION)) == NULL) {
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_util.c801 h = scf_handle_create(SCF_VERSION);
886 if ((h = scf_handle_create(SCF_VERSION)) == NULL ||
941 if ((h = scf_handle_create(SCF_VERSION)) == NULL ||
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/inetadm/
H A Dinetadm.c579 if (((h = scf_handle_create(SCF_VERSION)) == NULL) ||
715 if (((h = scf_handle_create(SCF_VERSION)) == NULL) ||
990 if ((h = scf_handle_create(SCF_VERSION)) == NULL)
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Drepval.c125 if ((rep_handle = scf_handle_create(SCF_VERSION)) == NULL) {
/illumos-gate/usr/src/cmd/acctadm/
H A Daconf.c428 if ((handle = scf_handle_create(SCF_VERSION)) == NULL ||
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dutil.c333 if ((res->sr_handle = scf_handle_create(SCF_VERSION)) == NULL) {
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_scfutil.c653 handle->scf_handle = scf_handle_create(SCF_VERSION);
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dsmfcfg.c51 handle->fs_handle = scf_handle_create(SCF_VERSION);
/illumos-gate/usr/src/cmd/halt/
H A Dhalt.c210 if ((h = scf_handle_create(SCF_VERSION)) == NULL)
293 if ((h = scf_handle_create(SCF_VERSION)) == NULL)
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsvcctl_scm.c790 mgr_ctx->mc_scf_hdl = scf_handle_create(SCF_VERSION);
/illumos-gate/usr/src/lib/libshare/smbfs/
H A Dsmbfs_scfutil.c217 handle->scf_handle = scf_handle_create(SCF_VERSION);

Completed in 123 milliseconds

123