Home
last modified time | relevance | path

Searched refs:nextdev (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/cmd/fwflash/common/
H A Dfwflash.c846 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()
1123 TAILQ_FOREACH(thisdev, fw_devices, nextdev) { in fwflash_intr()
1142 TAILQ_REMOVE(fw_devices, thisdev, nextdev); in fwflash_intr()
H A Dfwflash.h248 TAILQ_ENTRY(devicelist) nextdev;
/titanic_50/usr/src/cmd/fwflash/plugins/transport/common/
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 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()
/titanic_50/usr/src/uts/common/fs/zfs/
H A Darc.c7075 l2arc_dev_t *dev, *nextdev, *remdev = NULL; in l2arc_remove_vdev() local
7081 for (dev = list_head(l2arc_dev_list); dev; dev = nextdev) { in l2arc_remove_vdev()
7082 nextdev = list_next(l2arc_dev_list, dev); in l2arc_remove_vdev()