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

/solaris-userland-s11u3/components/libusb/wrapper/src/
H A Dwr_libusb.h191 char *p_path; /* module path */ member in struct:plugin_info
H A Dwr_libusb.c115 * populates the p_name and p_path fields of the array of plugin_info structs
210 p_info[pindex].p_path = strdup(modpath);
212 "Path is %s\n", p_info[pindex].p_path);
220 if (is_libusb_plugin(p_info[pindex].p_path) !=
222 free(p_info[pindex].p_path);
317 handle = dlopen(p_info[pindex].p_path, RTLD_NOW);
324 free(p_info[pindex].p_path);
377 free(p_info[pindex].p_path);

Completed in 1688 milliseconds