Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fwflash/common/
H A Dfwflash.c57 struct DEVICELIST *fw_devices; variable
791 if ((fw_devices = calloc(1, sizeof (struct devicelist))) == NULL) { in flash_device_list()
800 TAILQ_INIT(fw_devices); in flash_device_list()
835 TAILQ_FOREACH(curdev, fw_devices, nextdev) { in fwflash_list_fw()
928 TAILQ_FOREACH(curdev, fw_devices, nextdev) { in fwflash_update()
1004 TAILQ_FOREACH(curdev, fw_devices, nextdev) { in fwflash_read_file()
1111 if (fw_devices != NULL) { in fwflash_intr()
1112 TAILQ_FOREACH_SAFE(thisdev, fw_devices, nextdev, tmpdev) { in fwflash_intr()
1113 TAILQ_REMOVE(fw_devices, thisdev, nextdev); in fwflash_intr()
H A Dfwflash.h347 extern struct DEVICELIST *fw_devices;
/illumos-gate/usr/src/cmd/fwflash/plugins/vendor/
H A Dmapfile-vers43 fw_devices { FLAGS = PARENT };
/illumos-gate/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.c779 TAILQ_INSERT_TAIL(fw_devices, newdev, nextdev); in fw_identify()
791 TAILQ_FOREACH(tempdev, fw_devices, nextdev) { in fw_identify()
H A Dufm.c470 TAILQ_INSERT_TAIL(fw_devices, flashdev, nextdev); in ufmfw_di_walk_cb()
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()