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

/solaris-userland-s11u3/components/libusb/wrapper/src/
H A Dwr_libusb.c619 char **handle_libusb_prefix; local
621 handle_libusb_prefix = (char **)(dlsym(handle, "libusb_prefix"));
624 if ((handle_libusb_prefix != NULL) &&
625 (*handle_libusb_prefix != NULL)) {
626 prefix_len = (int)strlen(*handle_libusb_prefix);
627 p_info[pindex].prefix = *handle_libusb_prefix;

Completed in 687 milliseconds