Home
last modified time | relevance | path

Searched refs:libscf_handle_create_bound (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/cmd/svc/startd/
H A Dwait.c131 libscf_handle_create_bound(SCF_VERSION); in wait_remove()
134 libscf_handle_create_bound(SCF_VERSION)) { in wait_remove()
H A Dstartd.c516 for (hndl = libscf_handle_create_bound(SCF_VERSION); hndl == NULL; in read_startd_config()
517 hndl = libscf_handle_create_bound(SCF_VERSION), bind_fails++) { in read_startd_config()
H A Dfork.c715 hndl = libscf_handle_create_bound(SCF_VERSION); in emi_set_state()
817 hndl = libscf_handle_create_bound(SCF_VERSION); in emi_is_disabled()
H A Dstartd.h692 scf_handle_t *libscf_handle_create_bound(scf_version_t);
H A Drestarter.c2212 if ((local_handle = libscf_handle_create_bound(SCF_VERSION)) == NULL) in restarter_contracts_event_thread()
H A Dlibscf.c3342 libscf_handle_create_bound(scf_version_t v) in libscf_handle_create_bound() function