Home
last modified time | relevance | path

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

/linux/drivers/usb/storage/
H A Dtransport.c1364 int result2; in usb_stor_reset_common() local
1395 result2 = usb_stor_clear_halt(us, us->send_bulk_pipe); in usb_stor_reset_common()
1399 result = result2; in usb_stor_reset_common()
/linux/drivers/scsi/
H A Dst.c1371 int result = 0, result2; in st_flush() local
1388 (result2 = switch_partition(STp)) < 0) { in st_flush()
1391 result = result2; in st_flush()
1475 result2 = st_int_ioctl(STp, MTREW, 1); in st_flush()
1477 result = result2; in st_flush()