Searched refs:fw_readfw (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/cmd/fwflash/common/ |
H A D | fwflash.h | 92 int (*fw_readfw)(struct devicelist *device, char *filename); member
|
H A D | fwflash.c | 404 tmpplug->fw_readfw = (int (*)())sym; in flash_load_plugins() 1007 rv = curdev->plugin->fw_readfw(curdev, filename); in fwflash_read_file() 1147 thisplug->plugin->fw_readfw = NULL; in fwflash_intr()
|
/illumos-gate/usr/src/cmd/fwflash/plugins/transport/common/ |
H A D | mapfile-vers | 53 fw_readfw;
|
H A D | ses.c | 145 int fw_readfw(struct devicelist *device, char *filename); 163 fw_readfw(struct devicelist *flashdev, char *filename) in fw_readfw() function
|
H A D | ufm.c | 74 fw_readfw(struct devicelist *flashdev, const char *filename) in fw_readfw() function
|
H A D | hermon.c | 64 int fw_readfw(struct devicelist *device, char *filename); 100 fw_readfw(struct devicelist *flashdev, char *filename) in fw_readfw() function
|
H A D | tavor.c | 89 int fw_readfw(struct devicelist *device, char *filename); 113 fw_readfw(struct devicelist *flashdev, char *filename) in fw_readfw() function
|
H A D | sd.c | 144 fw_readfw(struct devicelist *flashdev, char *filename) in fw_readfw() function
|