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

/solaris-userland-s11u3/components/visual-panels/apache/src/cmd/httpd/
H A Dhttp-vpanels98 modname=`echo $1 | cut -f2 -d ':'`
101 modname=`echo $2 | cut -f2 -d ':'`
104 echo "LoadModule $modname $file" >>$mods
/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 46 milliseconds