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

/solaris-userland-s11u3/components/libusb/wrapper/src/
H A Dwr_libusb.c386 LIBUSB_FINI_CAST(p_info[pindex].sym_hdl[LIBUSB_FINI]);
396 p_info[pindex].sym_hdl[sym_idx] = NULL;
535 } else if (p_info[pindex].sym_hdl[sym_index] == NULL) {
537 "sym_hdl[%d] is null \n", sym_index);
557 } else if (p_info[pindex].sym_hdl[sym_index] == NULL) {
559 "sym_hdl[%d] is null \n", sym_index);
566 return (p_info[pindex].sym_hdl[sym_index]);
647 p_info[pindex].sym_hdl[sym_idx] =
650 sym_idx, p_info[pindex].sym_hdl[sym_idx], symbol);
782 LIBUSB_INIT_CAST(p_info[pindex].sym_hdl[LIBUSB_INI
[all...]
H A Dwr_libusb.h198 void *sym_hdl[NUM_SYMS]; /* plugin symbols */ member in struct:plugin_info

Completed in 38 milliseconds