Searched refs:fw_devinfo (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/fwflash/plugins/transport/common/
H A Dmapfile-vers51 fw_devinfo;
H A Dsd.c117 int fw_devinfo(struct devicelist *thisdev);
578 fw_devinfo(struct devicelist *thisdev) function
H A Dses.c148 int fw_devinfo(struct devicelist *thisdev);
553 fw_devinfo(struct devicelist *thisdev) function
H A Dtavor.c92 int fw_devinfo();
751 fw_devinfo(struct devicelist *thisdev) function
H A Dhermon.c67 int fw_devinfo();
399 fw_devinfo(struct devicelist *thisdev) function
403 logmsg(MSG_INFO, "hermon: fw_devinfo\n");
407 logmsg(MSG_ERROR, gettext("hermon: fw_devinfo: Invalid handle "
/opensolaris-onvv-gate/usr/src/cmd/fwflash/common/
H A Dfwflash.h122 int (*fw_devinfo)(struct devicelist *thisdev); member in struct:fw_plugin
H A Dfwflash.c434 if ((sym = dlsym(tmpplug->handle, "fw_devinfo"))
436 tmpplug->fw_devinfo =
860 * If any plugin's fw_devinfo() function returns
866 rv += curdev->plugin->fw_devinfo(curdev);
1159 thisplug->plugin->fw_devinfo = NULL;

Completed in 169 milliseconds