Home
last modified time | relevance | path

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

/freebsd/sys/cam/ctl/
H A Dctl_tpc.c822 off_t srclba, dstlba, numbytes, donebytes, roundbytes; in tpc_process_b2b() local
896 donebytes = 0; in tpc_process_b2b()
899 while (donebytes < numbytes) { in tpc_process_b2b()
900 roundbytes = numbytes - donebytes; in tpc_process_b2b()
957 donebytes += roundbytes; in tpc_process_b2b()
1178 off_t srclba, dstlba, numbytes, donebytes, roundbytes; in tpc_process_wut() local
1257 donebytes = 0; in tpc_process_wut()
1261 while (donebytes < numbytes) { in tpc_process_wut()
1262 roundbytes = numbytes - donebytes; in tpc_process_wut()
1315 donebytes += roundbytes; in tpc_process_wut()