Searched refs:dl_handle (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/bind9/bin/named/unix/
H A Ddlz_dlopen_driver.c47 void *dl_handle; member in struct:dlopen_data
201 void *ptr = dlsym(cd->dl_handle, symbol);
275 cd->dl_handle = dlopen(cd->dl_path, dlopen_flags);
276 if (cd->dl_handle == NULL) {
368 if (cd->dl_handle)
369 dlclose(cd->dl_handle);
399 if (cd->dl_handle)
400 dlclose(cd->dl_handle);
/freebsd-9.3-release/contrib/wpa/src/eap_peer/
H A Deap_methods.c217 eap_methods->dl_handle = handle;
249 if (m == NULL || m->dl_handle == NULL)
257 handle = m->dl_handle;
360 handle = m->dl_handle;
H A Deap_i.h249 * dl_handle - Handle for the dynamic library
255 void *dl_handle; member in struct:eap_method
/freebsd-9.3-release/crypto/heimdal/lib/hx509/
H A Dks_p11.c65 void *dl_handle; member in struct:p11_module
828 p->dl_handle = dlopen(list, RTLD_NOW);
830 if (p->dl_handle == NULL) {
837 getFuncs = dlsym(p->dl_handle, "C_GetFunctionList");
976 if (p->dl_handle)
977 dlclose(p->dl_handle);

Completed in 157 milliseconds