Searched defs:bufferSize (Results 276 - 300 of 322) sorted by relevance

<<111213

/haiku-fatelf/src/system/kernel/debug/
H A Dtracing.cpp686 TraceOutput::TraceOutput(char* buffer, size_t bufferSize, uint32 flags) argument
H A Duser_debugger.cpp77 debugger_write(port_id port, int32 code, const void *buffer, size_t bufferSize, argument
68 kill_interruptable_write_port(port_id port, int32 code, const void *buffer, size_t bufferSize) argument
/haiku-fatelf/src/servers/debug/
H A DDebugServer.cpp737 _LookupSymbolAddress( debug_symbol_lookup_context *lookupContext, const void *address, char *buffer, int32 bufferSize) argument
/haiku-fatelf/src/system/boot/platform/bios_ia32/
H A Ddevices.cpp598 BIOSDrive::ReadAt(void *cookie, off_t pos, void *buffer, size_t bufferSize) argument
712 WriteAt(void* cookie, off_t pos, const void* buffer, size_t bufferSize) argument
[all...]
/haiku-fatelf/src/system/boot/platform/atari_m68k/
H A Ddevices.cpp604 BlockHandle::ReadAt(void *cookie, off_t pos, void *buffer, size_t bufferSize) argument
658 BlockHandle::WriteAt(void *cookie, off_t pos, const void *buffer, size_t bufferSize) argument
[all...]
/haiku-fatelf/src/add-ons/kernel/busses/usb/
H A Dehci.cpp2110 EHCI::CreateDescriptor(size_t bufferSize, uint8 pid) argument
1309 AddPendingIsochronousTransfer(Transfer *transfer, ehci_itd **isoRequest, uint32 lastIndex, bool directionIn, addr_t bufferPhy, void* bufferLog, size_t bufferSize) argument
2161 CreateDescriptorChain(Pipe *pipe, ehci_qtd **_firstDescriptor, ehci_qtd **_lastDescriptor, ehci_qtd *strayDescriptor, size_t bufferSize, uint8 pid) argument
2421 size_t bufferSize = current->buffer_size; local
2520 size_t bufferSize = (itd->token[j] >> EHCI_ITD_TLENGTH_SHIFT) local
[all...]
H A Duhci.cpp2060 UHCI::CreateDescriptor(Pipe *pipe, uint8 direction, size_t bufferSize) argument
2114 CreateDescriptorChain(Pipe *pipe, uhci_td **_firstDescriptor, uhci_td **_lastDescriptor, uint8 direction, size_t bufferSize) argument
2262 size_t bufferSize = uhci_td_actual_length(current); local
2341 size_t bufferSize = isoRequest[i]->buffer_size; local
2360 size_t bufferSize = current->buffer_size; local
[all...]
H A Dxhci.cpp704 XHCI::CreateDescriptorChain(size_t bufferSize) argument
750 XHCI::CreateDescriptor(size_t bufferSize) argument
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/bfs/
H A Dkernel_interface.cpp607 bfs_get_vnode_name(fs_volume* _volume, fs_vnode* _node, char* buffer, size_t bufferSize) argument
1631 bfs_read_dir(fs_volume* _volume, fs_vnode* _node, void* _cookie, struct dirent* dirent, size_t bufferSize, uint32* _num) argument
1736 bfs_read_attr_dir(fs_volume* _volume, fs_vnode* node, void* _cookie, struct dirent* dirent, size_t bufferSize, uint32* _num) argument
2038 bfs_read_index_dir(fs_volume* _volume, void* _cookie, struct dirent* dirent, size_t bufferSize, uint32* _num) argument
2202 bfs_read_query(fs_volume* , void* cookie, struct dirent* dirent, size_t bufferSize, uint32* _num) argument
/haiku-fatelf/src/add-ons/kernel/file_systems/ext2/
H A Dkernel_interface.cpp1413 ext2_read_dir(fs_volume *_volume, fs_vnode *_node, void *_cookie, struct dirent *dirent, size_t bufferSize, uint32 *_num) argument
1505 ext2_read_attr_dir(fs_volume* _volume, fs_vnode* _node, void* _cookie, struct dirent* dirent, size_t bufferSize, uint32* _num) argument
/haiku-fatelf/src/add-ons/kernel/file_systems/layers/attribute_overlay/
H A Dattribute_overlay.cpp887 AttributeFile::ReadAttributeDir(struct dirent *dirent, size_t bufferSize, argument
1030 AttributeEntry::FillDirent(struct dirent *dirent, size_t bufferSize, argument
1169 overlay_get_vnode_name(fs_volume *volume, fs_vnode *vnode, char *buffer, size_t bufferSize) argument
1278 overlay_read_symlink(fs_volume *volume, fs_vnode *vnode, char *buffer, size_t *bufferSize) argument
1422 overlay_read_dir(fs_volume *volume, fs_vnode *vnode, void *cookie, struct dirent *buffer, size_t bufferSize, uint32 *num) argument
1491 overlay_read_attr_dir(fs_volume *volume, fs_vnode *vnode, void *cookie, struct dirent *buffer, size_t bufferSize, uint32 *num) argument
1841 overlay_read_index_dir(fs_volume *volume, void *cookie, struct dirent *buffer, size_t bufferSize, uint32 *_num) argument
1908 overlay_read_query(fs_volume *volume, void *cookie, struct dirent *buffer, size_t bufferSize, uint32 *_num) argument
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/client/
H A DShareVolume.cpp775 int32 bufferSize; member in struct:ReadRequestHandler
778 ReadRequestHandler(uint8* buffer, off_t pos, int32 bufferSize) argument
755 Read(Node* _node, void* cookie, off_t pos, void* _buffer, size_t bufferSize, size_t* _bytesRead) argument
843 Write(Node* _node, void* cookie, off_t pos, const void* _buffer, size_t bufferSize, size_t* bytesWritten) argument
987 ReadLink(Node* _node, char* buffer, size_t bufferSize, size_t* bytesRead) argument
1235 ReadDir(Node* _dir, void* _cookie, struct dirent* buffer, size_t bufferSize, int32 count, int32* countRead) argument
1516 ReadAttrDir(Node* _node, void* _cookie, struct dirent* buffer, size_t bufferSize, int32 count, int32* countRead) argument
1608 ReadAttr(Node* _node, const char* name, int type, off_t pos, void* _buffer, size_t bufferSize, size_t* _bytesRead) argument
1663 int32 bufferSize; member in struct:ReadRequestHandler
1666 ReadRequestHandler(uint8* buffer, off_t pos, int32 bufferSize) argument
1731 WriteAttr(Node* _node, const char* name, int type, off_t pos, const void* _buffer, size_t bufferSize, size_t* bytesWritten) argument
1946 GetQueryEntry(const EntryInfo& entryInfo, const NodeInfo& dirInfo, struct dirent* buffer, size_t bufferSize, int32* countRead) argument
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/server/
H A DClientConnection.cpp1015 int32 bufferSize = min(size, kMaxReadBufferSize); local
1328 int32 bufferSize = request->maxSize; local
2071 int32 bufferSize = min(size, kMaxReadBufferSize); local
[all...]
/haiku-fatelf/src/add-ons/kernel/network/protocols/tcp/
H A DTCPEndpoint.cpp1708 uint32 bufferSize = buffer->size; local
/haiku-fatelf/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundNode.cpp857 size_t bufferSize = channel->fRealEngine->DriverBufferSize() / 2; local
2223 size_t bufferSize = input->fInput.format.u.raw_audio.buffer_size; local
[all...]
/haiku-fatelf/src/apps/debuganalyzer/gui/main_window/
H A DSchedulingPage.cpp1109 ssize_t bufferSize = input.ReadNextEvent(&event, &cpu, &buffer, local
/haiku-fatelf/src/kits/locale/
H A DGenericNumberFormat.cpp1066 FormatInteger( const BIntegerFormatParameters *parameters, int64 number, char *buffer, size_t bufferSize, format_field_position *positions, int32 positionCount, int32 *fieldCount, bool allFieldPositions) const argument
1078 FormatInteger( const BIntegerFormatParameters *parameters, uint64 number, char *buffer, size_t bufferSize, format_field_position *positions, int32 positionCount, int32 *fieldCount, bool allFieldPositions) const argument
1110 FormatFloat(const BFloatFormatParameters *parameters, double number, char *buffer, size_t bufferSize, format_field_position *positions, int32 positionCount, int32 *fieldCount, bool allFieldPositions) const argument
1379 FormatInteger( const BIntegerFormatParameters *parameters, const Integer &integer, char *buffer, size_t bufferSize, format_field_position *positions, int32 positionCount, int32 *fieldCount, bool allFieldPositions) const argument
[all...]
/haiku-fatelf/src/kits/support/
H A DString.cpp429 int32 bufferSize = 1024; local
/haiku-fatelf/src/servers/app/
H A DServerWindow.cpp1993 int32 bufferSize; local
2029 int32 bufferSize; local
[all...]
/haiku-fatelf/src/system/kernel/device_manager/
H A Ddevfs.cpp1013 devfs_get_vnode_name(fs_volume* _volume, fs_vnode* _vnode, char* buffer, size_t bufferSize) argument
1387 devfs_read_dir(fs_volume* _volume, fs_vnode* _vnode, void* _cookie, struct dirent* dirent, size_t bufferSize, uint32* _num) argument
H A Ddevice_manager.cpp425 control_device_manager(const char* subsystem, uint32 function, void* buffer, size_t bufferSize) argument
/haiku-fatelf/src/system/kernel/
H A Dport.cpp537 get_port_message(int32 code, size_t bufferSize, uint32 flags, bigtime_t timeout, argument
1223 read_port(port_id port, int32* msgCode, void* buffer, size_t bufferSize) argument
1230 read_port_etc(port_id id, int32* _code, void* buffer, size_t bufferSize, argument
241 Write(port_id id, int32 readCount, int32 writeCount, int32 code, size_t bufferSize, ssize_t result) argument
656 copy_port_message(port_message* message, int32* _code, void* buffer, size_t bufferSize, bool userCopy) argument
1332 write_port(port_id id, int32 msgCode, const void* buffer, size_t bufferSize) argument
1341 write_port_etc(port_id id, int32 msgCode, const void* buffer, size_t bufferSize, uint32 flags, bigtime_t timeout) argument
1351 writev_port_etc(port_id id, int32 msgCode, const iovec* msgVecs, size_t vecCount, size_t bufferSize, uint32 flags, bigtime_t timeout) argument
1643 _user_read_port_etc(port_id port, int32 *userCode, void *userBuffer, size_t bufferSize, uint32 flags, bigtime_t timeout) argument
1669 _user_write_port_etc(port_id port, int32 messageCode, const void *userBuffer, size_t bufferSize, uint32 flags, bigtime_t timeout) argument
1689 _user_writev_port_etc(port_id port, int32 messageCode, const iovec *userVecs, size_t vecCount, size_t bufferSize, uint32 flags, bigtime_t timeout) argument
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/fs_shell/
H A Dfsh.cpp1193 size_t bufferSize = 4 * 1024; local
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/kernel_add_on/
H A DVolume.cpp747 int32 bufferSize = 0; local
660 Read(void* node, void* cookie, off_t pos, void* buffer, size_t bufferSize, size_t* bytesRead) argument
1092 ReadLink(void* node, char* buffer, size_t bufferSize, size_t* bytesRead) argument
1308 ReadDir(void* node, void* cookie, void* buffer, size_t bufferSize, int32 count, int32* countRead) argument
1485 ReadAttrDir(void* node, void* cookie, void* buffer, size_t bufferSize, int32 count, int32* countRead) argument
1566 ReadAttr(void* node, const char* name, int type, off_t pos, void* buffer, size_t bufferSize, size_t* bytesRead) argument
1613 WriteAttr(void* node, const char* name, int type, off_t pos, const void* buffer, size_t bufferSize, size_t* bytesWritten) argument
1826 ReadIndexDir(void* cookie, void* buffer, size_t bufferSize, int32 count, int32* countRead) argument
2115 ReadQuery(void* cookie, void* buffer, size_t bufferSize, int32 count, int32* countRead) argument
2726 _InternalIOCtl(userlandfs_ioctl* buffer, int32 bufferSize) argument
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/client/
H A DShareVolume.cpp775 int32 bufferSize; member in struct:ReadRequestHandler
778 ReadRequestHandler(uint8* buffer, off_t pos, int32 bufferSize) argument
755 Read(Node* _node, void* cookie, off_t pos, void* _buffer, size_t bufferSize, size_t* _bytesRead) argument
843 Write(Node* _node, void* cookie, off_t pos, const void* _buffer, size_t bufferSize, size_t* bytesWritten) argument
987 ReadLink(Node* _node, char* buffer, size_t bufferSize, size_t* bytesRead) argument
1234 ReadDir(Node* _dir, void* _cookie, struct dirent* buffer, size_t bufferSize, int32 count, int32* countRead) argument
1515 ReadAttrDir(Node* _node, void* _cookie, struct dirent* buffer, size_t bufferSize, int32 count, int32* countRead) argument
1607 ReadAttr(Node* _node, const char* name, int type, off_t pos, void* _buffer, size_t bufferSize, size_t* _bytesRead) argument
1662 int32 bufferSize; member in struct:ReadRequestHandler
1665 ReadRequestHandler(uint8* buffer, off_t pos, int32 bufferSize) argument
1730 WriteAttr(Node* _node, const char* name, int type, off_t pos, const void* _buffer, size_t bufferSize, size_t* bytesWritten) argument
1945 GetQueryEntry(const EntryInfo& entryInfo, const NodeInfo& dirInfo, struct dirent* buffer, size_t bufferSize, int32* countRead) argument
[all...]

Completed in 401 milliseconds

<<111213