Searched refs:p_handle (Results 1 - 2 of 2) sorted by relevance

/solaris-userland-s11u3/components/libusb/wrapper/src/
H A Dwr_libusb.h192 void *p_handle; /* handle to plugin */ member in struct:plugin_info
H A Dwr_libusb.c322 p_info[pindex].p_handle = NULL;
329 p_info[pindex].p_handle = handle;
389 if (p_info[pindex].p_handle != NULL) {
390 (void) dlclose(p_info[pindex].p_handle);
393 p_info[pindex].p_handle = NULL;
533 if (p_info[pindex].p_handle == NULL) {
555 if (p_info[pindex].p_handle == NULL) {
769 if (p_info[pindex].p_handle == NULL) {
866 if (p_info[pindex].p_handle == NULL) {

Completed in 716 milliseconds