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

/illumos-gate/usr/src/cmd/fwflash/common/
H A Dfwflash.c55 struct PLUGINLIST *fw_pluginlist; variable in typeref:struct:PLUGINLIST
273 * if it's one of our plugins, add it to fw_pluginlist;
277 * If we get to the end and fw_pluginlist struct is empty,
316 if ((fw_pluginlist = calloc(1, sizeof (struct fw_plugin)))
325 TAILQ_INIT(fw_pluginlist);
492 TAILQ_INSERT_TAIL(fw_pluginlist, tmpelem, nextplugin);
495 if ((plugdir == NULL) && TAILQ_EMPTY(fw_pluginlist)) {
813 TAILQ_FOREACH(plugins, fw_pluginlist, nextplugin) {
1146 if (fw_pluginlist != NULL) {
1147 TAILQ_FOREACH(thisplug, fw_pluginlist, nextplugi
[all...]

Completed in 72 milliseconds