Home
last modified time | relevance | path

Searched refs:result2 (Results 1 – 5 of 5) sorted by relevance

/drivers/usb/storage/
Dtransport.c1307 int result2; in usb_stor_reset_common() local
1336 result2 = usb_stor_clear_halt(us, us->send_bulk_pipe); in usb_stor_reset_common()
1340 result = result2; in usb_stor_reset_common()
Dsddr09.c951 int result2 = sddr09_read_status(us, &status); in sddr09_write_lba()
952 if (result2) in sddr09_write_lba()
961 int result2 = sddr09_test_unit_ready(us); in sddr09_write_lba()
/drivers/staging/wlan-ng/
Dhfa384x_usb.c2533 int result, result1, result2; in hfa384x_drvr_start() local
2586 result2 = result; in hfa384x_drvr_start()
2588 if (result2 != 0) { in hfa384x_drvr_start()
2591 result1, result2); in hfa384x_drvr_start()
2599 } else if (result2 != 0) { in hfa384x_drvr_start()
2601 result2); in hfa384x_drvr_start()
/drivers/scsi/
Dst.c1342 int result = 0, result2; in st_flush() local
1359 (result2 = switch_partition(STp)) < 0) { in st_flush()
1362 result = result2; in st_flush()
1446 result2 = st_int_ioctl(STp, MTREW, 1); in st_flush()
1448 result = result2; in st_flush()
Dosst.c4824 int result = 0, result2; in os_scsi_tape_flush() local
4886 result2 = osst_position_tape_and_confirm(STp, &SRpnt, STp->first_data_ppos); in os_scsi_tape_flush()
4888 if (result == 0 && result2 < 0) in os_scsi_tape_flush()
4889 result = result2; in os_scsi_tape_flush()