Lines Matching defs:plugins
182 gettext("Unable to load fwflash plugins\n"));
273 * if it's one of our plugins, add it to fw_pluginlist;
284 "trying to load plugins: %s\n"),
310 "trying to load plugins: %s\n"),
320 "trying to load plugins: %s\n"),
339 "trying to load plugins: %s\n"),
352 "trying to load plugins: %s\n"),
361 "trying to load plugins: %s\n"),
370 continue; /* assume there are other plugins */
776 * cycles through the global list of plugins to find
792 struct pluginlist *plugins;
813 TAILQ_FOREACH(plugins, fw_pluginlist, nextplugin) {
814 self = plugins->plugin;
815 rv = plugins->plugin->fw_identify(startidx);
829 plugins->drvname);
862 * it. _Most_ plugins should always return
1137 /* We don't free address[] for old plugins */