Searched refs:fw_devices (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/cmd/fwflash/common/ |
H A D | fwflash.c | 56 struct DEVICELIST *fw_devices; variable 802 if ((fw_devices = calloc(1, sizeof (struct devicelist))) == NULL) { in flash_device_list() 811 TAILQ_INIT(fw_devices); in flash_device_list() 846 TAILQ_FOREACH(curdev, fw_devices, nextdev) { in fwflash_list_fw() 939 TAILQ_FOREACH(curdev, fw_devices, nextdev) { in fwflash_update() 1015 TAILQ_FOREACH(curdev, fw_devices, nextdev) { in fwflash_read_file() 1122 if (fw_devices != NULL) { in fwflash_intr() 1123 TAILQ_FOREACH(thisdev, fw_devices, nextdev) { in fwflash_intr() 1142 TAILQ_REMOVE(fw_devices, thisdev, nextdev); in fwflash_intr()
|
H A D | fwflash.h | 347 extern struct DEVICELIST *fw_devices;
|
/titanic_41/usr/src/cmd/fwflash/plugins/vendor/ |
H A D | mapfile-vers | 43 fw_devices { FLAGS = PARENT };
|
/titanic_41/usr/src/cmd/fwflash/plugins/transport/common/ |
H A D | mapfile-vers | 43 fw_devices { FLAGS = PARENT };
|
H A D | ses.c | 511 TAILQ_INSERT_TAIL(fw_devices, newdev, nextdev); in fw_identify() 518 TAILQ_FOREACH(tempdev, fw_devices, nextdev) { in fw_identify()
|
H A D | sd.c | 532 TAILQ_INSERT_TAIL(fw_devices, newdev, nextdev); in fw_identify() 544 TAILQ_FOREACH(tempdev, fw_devices, nextdev) { in fw_identify()
|
H A D | tavor.c | 706 TAILQ_INSERT_TAIL(fw_devices, newdev, nextdev); in fw_identify() 712 TAILQ_FOREACH(tempdev, fw_devices, nextdev) { in fw_identify()
|
H A D | hermon.c | 355 TAILQ_INSERT_TAIL(fw_devices, newdev, nextdev); in fw_identify() 361 TAILQ_FOREACH(tempdev, fw_devices, nextdev) { in fw_identify()
|