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

/solaris-userland-s11u3/components/libusb/wrapper/src/
H A Dwr_libusb.c115 * populates the p_name and p_path fields of the array of plugin_info structs
193 p_info[pindex].p_name = strdup(dp->d_name);
198 if (strlen(p_info[pindex].p_name) > PATH_MAX) {
201 p_info[pindex].p_name);
203 free(p_info[pindex].p_name);
209 p_info[pindex].p_name, PATH_MAX);
223 free(p_info[pindex].p_name);
306 "load_plugin: modname is %s\n", p_info[pindex].p_name);
312 if (p_info[pindex].p_name == NULL) {
316 p_info[pindex].p_name, pinde
[all...]
H A Dwr_libusb.h190 char *p_name; /* module name */ member in struct:plugin_info

Completed in 17 milliseconds