Searched refs:libscf_handle_create_bound (Results 1 – 6 of 6) sorted by relevance
131 libscf_handle_create_bound(SCF_VERSION); in wait_remove()134 libscf_handle_create_bound(SCF_VERSION)) { in wait_remove()
516 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()
715 hndl = libscf_handle_create_bound(SCF_VERSION); in emi_set_state()817 hndl = libscf_handle_create_bound(SCF_VERSION); in emi_is_disabled()
692 scf_handle_t *libscf_handle_create_bound(scf_version_t);
2212 if ((local_handle = libscf_handle_create_bound(SCF_VERSION)) == NULL) in restarter_contracts_event_thread()
3342 libscf_handle_create_bound(scf_version_t v) in libscf_handle_create_bound() function