Lines Matching refs:thisdev
86 static int confirm_target(struct devicelist *thisdev, char *file);
1098 struct devicelist *thisdev; in fwflash_intr() local
1123 TAILQ_FOREACH(thisdev, fw_devices, nextdev) { in fwflash_intr()
1124 if (thisdev->plugin->fw_cleanup != NULL) { in fwflash_intr()
1129 thisdev->plugin->fw_cleanup(thisdev); in fwflash_intr()
1132 free(thisdev->access_devname); in fwflash_intr()
1133 free(thisdev->drvname); in fwflash_intr()
1134 free(thisdev->classname); in fwflash_intr()
1135 if (thisdev->ident != NULL) in fwflash_intr()
1136 free(thisdev->ident); in fwflash_intr()
1138 thisdev->ident = NULL; in fwflash_intr()
1139 thisdev->plugin = NULL; in fwflash_intr()
1142 TAILQ_REMOVE(fw_devices, thisdev, nextdev); in fwflash_intr()
1205 confirm_target(struct devicelist *thisdev, char *file) in confirm_target() argument
1211 thisdev->access_devname); in confirm_target()