Searched refs:result2 (Results 1 – 5 of 5) sorted by relevance
/drivers/usb/storage/ |
D | transport.c | 1307 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()
|
D | sddr09.c | 951 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/ |
D | hfa384x_usb.c | 2533 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/ |
D | st.c | 1342 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()
|
D | osst.c | 4824 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()
|