Searched refs:bufferSize (Results 426 - 450 of 492) sorted by relevance

<<11121314151617181920

/haiku/headers/os/drivers/
H A DUSB3.h219 size_t bufferSize);
/haiku/src/system/kernel/arch/ppc/
H A Darch_debug.cpp332 arch_debug_gdb_get_registers(char* buffer, size_t bufferSize) argument
/haiku/src/system/kernel/arch/m68k/
H A Darch_debug.cpp390 arch_debug_gdb_get_registers(char* buffer, size_t bufferSize) argument
/haiku/src/add-ons/kernel/busses/usb/
H A Dehci.h107 void *bufferLog, size_t bufferSize);
H A Dxhci.h161 uint32 bufferCount, size_t bufferSize);
/haiku/src/servers/app/font/
H A DGlobalFontManager.cpp632 size_t bufferSize = 32768;
633 uint8* buffer = new (std::nothrow) uint8[bufferSize];
648 ssize_t read = file.Read(buffer, bufferSize);
649 if (read < (ssize_t)bufferSize)
/haiku/src/tests/system/network/tcp_shell/
H A Dtcp_shell.cpp1516 const size_t bufferSize = 4096; local
1517 char *buffer = (char *)malloc(bufferSize);
1525 for (uint32 i = 0; i < bufferSize; i++) {
1530 ssize_t bytesWritten = socket_send(gClientSocket, buffer, bufferSize, 0);
1537 total += bufferSize;
/haiku/src/add-ons/kernel/network/stack/
H A Dnet_socket.cpp1414 size_t bufferSize = buffer->size; local
1429 if ((sizeAfterSend != bufferSize || bytesSent > 0)
1432 return bytesSent + (bufferSize - sizeAfterSend);
1437 bytesLeft -= bufferSize;
1438 bytesSent += bufferSize;
/haiku/headers/private/file_systems/
H A DQueryParser.h259 size_t bufferSize);
717 const size_t bufferSize = sizeof(value); local
747 size = bufferSize;
887 IndexIterator* iterator, struct dirent* dirent, size_t bufferSize)
961 (const char*)dirent + bufferSize - dirent->d_name);
/haiku/src/add-ons/kernel/file_systems/cdda/
H A Dkernel_interface.cpp1598 size_t bufferSize)
1606 strlcpy(buffer, inode->Name(), bufferSize);
1859 struct dirent* buffer, size_t bufferSize, uint32* _num)
1864 TRACE(("cdda_read_dir: vnode %p, cookie %p, buffer = %p, bufferSize = %ld,"
1865 " num = %p\n", _node, _cookie, buffer, bufferSize,_num));
1880 while (count < max && bufferSize > sizeof(dirent)) {
1912 if (buffer->d_reclen > bufferSize) {
1921 bufferSize -= buffer->d_reclen;
2027 struct dirent* dirent, size_t bufferSize, uint32* _num)
2041 size_t length = strlcpy(dirent->d_name, attribute->Name(), bufferSize);
1597 cdda_get_vnode_name(fs_volume* _volume, fs_vnode* _node, char* buffer, size_t bufferSize) argument
1858 cdda_read_dir(fs_volume* _volume, fs_vnode* _node, void* _cookie, struct dirent* buffer, size_t bufferSize, uint32* _num) argument
2026 cdda_read_attr_dir(fs_volume* _volume, fs_vnode* _node, void* _cookie, struct dirent* dirent, size_t bufferSize, uint32* _num) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/ext2/
H A Dkernel_interface.cpp1459 struct dirent *dirent, size_t bufferSize, uint32 *_num)
1467 while (count < maxCount && bufferSize > sizeof(struct dirent)) {
1469 size_t length = bufferSize - offsetof(struct dirent, d_name);
1493 dirent = next_dirent(dirent, length, bufferSize);
1566 void* _cookie, struct dirent* dirent, size_t bufferSize,
1574 size_t length = bufferSize;
1458 ext2_read_dir(fs_volume *_volume, fs_vnode *_node, void *_cookie, struct dirent *dirent, size_t bufferSize, uint32 *_num) argument
1565 ext2_read_attr_dir(fs_volume* _volume, fs_vnode* _node, void* _cookie, struct dirent* dirent, size_t bufferSize, uint32* _num) argument
/haiku/headers/private/kernel/util/
H A DKMessage.h44 status_t SetTo(void* buffer, int32 bufferSize,
46 status_t SetTo(const void* buffer, int32 bufferSize = -1,
/haiku/src/kits/tracker/
H A DAttributeStream.cpp480 const char* DEBUG_ONLY(foreignName), uint32 type, off_t bufferSize,
503 if (attrNode->fAttr.Size() > bufferSize)
479 Read(const char* name, const char* DEBUG_ONLY(foreignName), uint32 type, off_t bufferSize, void* buffer, void (*DEBUG_ONLY(swapFunc))(void*)) argument
/haiku/src/kits/interface/
H A DPrintJob.cpp578 BPrintJob::_GetMangledName(char* buffer, size_t bufferSize) const
580 snprintf(buffer, bufferSize, "%s@%" B_PRId64, fPrintJobName,
/haiku/src/kits/package/hpkg/
H A DPackageFileHeapWriter.cpp51 ChunkBuffer(PackageFileHeapWriter* writer, size_t bufferSize) argument
61 fBufferSize(bufferSize)
/haiku/src/add-ons/kernel/bus_managers/usb/
H A Dusb_private.h592 uint32 *index, size_t bufferSize,
675 uint32 *index, size_t bufferSize,
H A Dusb.cpp545 usb_ioctl(uint32 opcode, void *buffer, size_t bufferSize) argument
548 buffer, bufferSize);
559 bufferSize, NULL);
/haiku/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundDeviceEngine.cpp102 uint32 bufferSize = 0x000b; // 1024 bytes local
103 v = (bufferCount << 16) | bufferSize;
/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A DL2capEndpoint.cpp428 const size_t bufferSize = current->size; local
435 sent += bufferSize;
/haiku/src/system/kernel/arch/riscv64/
H A Darch_debug.cpp419 arch_debug_gdb_get_registers(char* buffer, size_t bufferSize) argument
/haiku/src/add-ons/kernel/drivers/audio/ice1712/
H A Dice1712.cpp445 ice->buffer_size = ice->settings.bufferSize;
702 card->settings.bufferSize = 512;
715 card->settings.bufferSize = value;
/haiku/src/apps/cortex/support/
H A DMediaString.cpp665 size_t bufferSize)
669 if (bufferSize == media_raw_audio_format::wildcard.buffer_size) {
676 format.Format(s, bufferSize);
664 forAudioBufferSize( size_t bufferSize) argument
/haiku/src/tools/html5_remote_desktop/
H A DHaikuRemoteDesktop.js959 RemoteMessage.prototype.allocate = function(bufferSize)
961 this.buffer = new Uint8Array(bufferSize);
966 RemoteMessage.prototype.ensureBufferSize = function(bufferSize)
968 if (this.buffer.byteLength < bufferSize)
969 this.allocate(bufferSize);
/haiku/src/servers/package/
H A DCommitTransactionHandler.cpp2028 const size_t bufferSize = 4096; local
2029 uint8 aBuffer[bufferSize];
2030 uint8 bBuffer[bufferSize];
2033 ssize_t aRead = a.Read(aBuffer, bufferSize);
2034 ssize_t bRead = b.Read(bBuffer, bufferSize);
/haiku/src/system/kernel/device_manager/
H A Ddevice_manager.cpp428 size_t bufferSize)
439 if (bufferSize != sizeof(device_node_cookie))
451 if (bufferSize != sizeof(device_node_cookie))
475 if (bufferSize != sizeof(device_node_cookie))
511 if (bufferSize != sizeof(device_attr_info))
427 control_device_manager(const char* subsystem, uint32 function, void* buffer, size_t bufferSize) argument

Completed in 316 milliseconds

<<11121314151617181920