Home
last modified time | relevance | path

Searched refs:fw_devices (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/cmd/fwflash/common/
H A Dfwflash.c56 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 Dfwflash.h347 extern struct DEVICELIST *fw_devices;
/titanic_41/usr/src/cmd/fwflash/plugins/vendor/
H A Dmapfile-vers43 fw_devices { FLAGS = PARENT };
/titanic_41/usr/src/cmd/fwflash/plugins/transport/common/
H A Dmapfile-vers43 fw_devices { FLAGS = PARENT };
H A Dses.c511 TAILQ_INSERT_TAIL(fw_devices, newdev, nextdev); in fw_identify()
518 TAILQ_FOREACH(tempdev, fw_devices, nextdev) { in fw_identify()
H A Dsd.c532 TAILQ_INSERT_TAIL(fw_devices, newdev, nextdev); in fw_identify()
544 TAILQ_FOREACH(tempdev, fw_devices, nextdev) { in fw_identify()
H A Dtavor.c706 TAILQ_INSERT_TAIL(fw_devices, newdev, nextdev); in fw_identify()
712 TAILQ_FOREACH(tempdev, fw_devices, nextdev) { in fw_identify()
H A Dhermon.c355 TAILQ_INSERT_TAIL(fw_devices, newdev, nextdev); in fw_identify()
361 TAILQ_FOREACH(tempdev, fw_devices, nextdev) { in fw_identify()