Home
last modified time | relevance | path

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

/drivers/usb/storage/
Dtransport.c1347 int result2; in usb_stor_reset_common() local
1378 result2 = usb_stor_clear_halt(us, us->send_bulk_pipe); in usb_stor_reset_common()
1382 result = result2; in usb_stor_reset_common()
Dsddr09.c940 int result2 = sddr09_read_status(us, &status); in sddr09_write_lba()
941 if (result2) in sddr09_write_lba()
950 int result2 = sddr09_test_unit_ready(us); in sddr09_write_lba()
/drivers/staging/wlan-ng/
Dhfa384x_usb.c2321 int result, result1, result2; in hfa384x_drvr_start() local
2376 result2 = result; in hfa384x_drvr_start()
2378 if (result2 != 0) { in hfa384x_drvr_start()
2381 result1, result2); in hfa384x_drvr_start()
2389 } else if (result2 != 0) { in hfa384x_drvr_start()
2391 result2); in hfa384x_drvr_start()
/drivers/scsi/
Dst.c1344 int result = 0, result2; in st_flush() local
1361 (result2 = switch_partition(STp)) < 0) { in st_flush()
1364 result = result2; in st_flush()
1448 result2 = st_int_ioctl(STp, MTREW, 1); in st_flush()
1450 result = result2; in st_flush()