Home
last modified time | relevance | path

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

/freebsd-14.2/sys/cam/ctl/
H A Dctl_tpc.c823 off_t srclba, dstlba, numbytes, donebytes, roundbytes; in tpc_process_b2b() local
897 donebytes = 0; in tpc_process_b2b()
900 while (donebytes < numbytes) { in tpc_process_b2b()
901 roundbytes = numbytes - donebytes; in tpc_process_b2b()
958 donebytes += roundbytes; in tpc_process_b2b()
1179 off_t srclba, dstlba, numbytes, donebytes, roundbytes; in tpc_process_wut() local
1258 donebytes = 0; in tpc_process_wut()
1262 while (donebytes < numbytes) { in tpc_process_wut()
1263 roundbytes = numbytes - donebytes; in tpc_process_wut()
1316 donebytes += roundbytes; in tpc_process_wut()