Searched defs:modname (Results 1 - 1 of 1) sorted by relevance

/solaris-userland-s11u3/components/libusb/wrapper/src/
H A Dwr_libusb.c259 is_libusb_plugin(char *modname) argument
267 hdl = dlopen(modname, RTLD_NOW);
270 "%s could not be loaded \n", modname);
278 "%s not a libusb plugin: unload\n", modname);
306 "load_plugin: modname is %s\n", p_info[pindex].p_name);

Completed in 28 milliseconds