Searched defs:scf_handle (Results 1 – 8 of 8) sorted by relevance
62 struct scf_handle { struct63 pthread_mutex_t rh_lock;64 pthread_cond_t rh_cv;66 uint32_t rh_nextiter;67 uint32_t rh_nextentity;68 uint32_t rh_nextchangeid;70 int rh_doorfd;71 int rh_doorfd_old; /* fd to close once rh_fd_users == 0 */72 door_id_t rh_doorid;73 pid_t rh_doorpid; /* pid at bind time */[all …]
57 void *scf_handle = dlopen("libscf.so.1", RTLD_LAZY); in load_scf() local
72 void *scf_handle = dlopen("libscf.so.1", RTLD_LAZY); in load_scf() local
73 void *scf_handle = dlopen("libscf.so.1", RTLD_LAZY); in load_scf() local
93 scf_handle_t *scf_handle; member
69 scf_handle_t *scf_handle; member
3032 add_or_update(scfutilhandle_t *scf_handle, int type, scf_value_t *value, in add_or_update()3082 scfutilhandle_t *scf_handle; in sa_set_prop_by_prop() local3293 scfutilhandle_t *scf_handle; in sa_add_property() local
88 scf_handle_t *scf_handle; member