Searched refs:totalLength (Results 1 - 8 of 8) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/debugger/run_on_exit/
H A Drun_on_exit.cpp62 size_t totalLength = 1; local
64 totalLength += strlen(argv[i]) + 1;
66 if (sCommandOffset + totalLength > sizeof(sCommandBuffer)) {
79 sCommandOffset += totalLength;
/haiku-fatelf/src/add-ons/kernel/bus_managers/ide/
H A Dscsi2ata.c32 size_t totalLength = sizeof(scsi_mode_param_header_10) local
57 param_header.mode_data_length = B_HOST_TO_BENDIAN_INT16(totalLength - 1);
97 totalLength = min(totalLength, allocationLength);
98 totalLength = min(totalLength, request->data_length);
100 request->data_resid = request->data_length - totalLength;
128 uint32 totalLength; local
137 totalLength = min(request->data_length,
142 if (!copy_sg_data(request, 0, totalLength,
[all...]
/haiku-fatelf/src/system/kernel/device_manager/
H A Ddma_resources.cpp410 generic_size_t totalLength = min_c(request->RemainingBytes(), local
414 && maxOperationLength < totalLength + partialBegin) {
415 totalLength = maxOperationLength - partialBegin;
437 // TODO: !partialOperation || totalLength >= fBlockSize
440 generic_size_t transferLeft = totalLength;
472 totalLength -= transferLeft;
508 generic_size_t transferLeft = totalLength;
698 dmaLength = min_c(totalLength, fBounceBufferSize)
/haiku-fatelf/src/add-ons/media/media-add-ons/usb_webcam/addons/uvc/
H A DUSB_video.h137 uint16 totalLength; member in struct:usbvc_input_header_descriptor
153 uint16 totalLength; member in struct:usbvc_output_header_descriptor
246 uint16 totalLength; member in struct:usbvc_interface_header_descriptor
/haiku-fatelf/src/system/kernel/debug/
H A Ddebug.cpp1992 size_t totalLength = 0; local
2015 totalLength += length;
2029 totalLength += length - size;
2043 return totalLength;
2046 return totalLength;
/haiku-fatelf/src/add-ons/kernel/busses/usb/
H A Dehci.cpp2509 size_t totalLength = 0; local
2534 totalLength += bufferSize;
2550 "vectors)\n", totalLength);
2551 return totalLength;
2567 "vectors)\n", totalLength);
2568 return totalLength;
2577 return totalLength;
2586 return totalLength;
/haiku-fatelf/src/bin/makeudfimage/
H A DUdfBuilder.cpp1418 uint32 totalLength = udfDataLength + _BlockSize(); local
1419 _Stats().AddDirectoryBytes(totalLength);
1552 off_t totalLength = udfDataLength + _BlockSize(); local
1553 _Stats().AddFileBytes(totalLength);
/haiku-fatelf/src/add-ons/kernel/network/stack/
H A Dnet_socket.cpp1215 size_t totalLength = length;
1226 totalLength += header->msg_iov[i].iov_len;
1230 socket->first_protocol, totalLength, flags, &buffer);

Completed in 180 milliseconds