Searched defs:Read (Results 101 - 125 of 142) sorted by relevance

123456

/haiku/src/kits/debugger/elf/
H A DElfSymbolLookup.cpp53 virtual ssize_t Read(uint64 address, void* _buffer, size_t size) function in struct:CachedSymbolLookupSource
H A DElfFile.cpp131 virtual ssize_t Read(uint64 address, void* buffer, size_t size) function in struct:ElfFile::SymbolLookupSource
/haiku/src/kits/support/
H A DDataIO.cpp37 BDataIO::Read(void* buffer, size_t size) function in class:BDataIO
186 BPositionIO::Read(void* buffer, size_t size) function in class:BPositionIO
/haiku/src/bin/bfs_tools/lib/
H A DDisk.cpp722 Disk::Read(void *buffer, size_t size) function in class:Disk
/haiku/src/kits/game/
H A DFileGameSound.cpp418 BFileGameSound::Read(void* buffer, size_t bytes) function in class:BFileGameSound
/haiku/src/apps/terminal/
H A DShell.cpp194 Shell::Read(void *buffer, size_t numBytes) const function in class:Shell
/haiku/src/add-ons/kernel/drivers/network/ether/usb_asix/
H A DASIXDevice.cpp166 ASIXDevice::Read(uint8 *buffer, size_t *numBytes) function in class:ASIXDevice
/haiku/src/add-ons/kernel/drivers/ports/usb_serial/
H A DSerialDevice.cpp360 SerialDevice::Read(char *buffer, size_t *numBytes) function in class:SerialDevice
/haiku/src/add-ons/kernel/drivers/ports/pc_serial/
H A DSerialDevice.cpp619 SerialDevice::Read(char *buffer, size_t *numBytes) function in class:SerialDevice
/haiku/src/add-ons/kernel/drivers/audio/usb/
H A DDevice.cpp117 Device::Read(uint8* buffer, size_t* numBytes) function in class:Device
/haiku/src/system/boot/loader/net/
H A DTCP.cpp302 TCPSocket::Read(void* buffer, size_t bufferSize, size_t* bytesRead, function in class:TCPSocket
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DVirtualVolume.cpp429 VirtualVolume::Read(Node* node, void* cookie, off_t pos, void* _buffer, function in class:VirtualVolume
H A DVolume.cpp315 Volume::Read(Node* node, void* cookie, off_t pos, void* _buffer, function in class:Volume
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DRequestBuilder.cpp499 RequestBuilder::Read(const uint32* id, uint32 stateSeq, uint64 pos, uint32 len) function in class:RequestBuilder
H A DReplyInterpreter.cpp431 ReplyInterpreter::Read(void* buffer, uint32* size, bool* eof) function in class:ReplyInterpreter
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DResponse.cpp699 Response::Read(BDataIO& stream) function in class:IMAP::Response
/haiku/src/tests/add-ons/print/pcl6/
H A Ddisasm.cpp36 int InputStream::Read(void* buffer, int size) { function in class:InputStream
/haiku/src/add-ons/kernel/drivers/network/ether/usb_rndis/
H A DRNDISDevice.cpp251 RNDISDevice::Read(uint8 *buffer, size_t *numBytes) function in class:RNDISDevice
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DVolume.cpp361 Volume::Read(void* node, void* cookie, off_t pos, void* buffer, function in class:Volume
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A DBeOSKernelVolume.cpp407 BeOSKernelVolume::Read(void* node, void* cookie, off_t pos, void* buffer, function in class:BeOSKernelVolume
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A DHaikuKernelVolume.cpp706 HaikuKernelVolume::Read(void* _node, void* cookie, off_t pos, void* buffer, function in class:HaikuKernelVolume
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteMessage.h304 RemoteMessage::Read(T& value) function in class:RemoteMessage
/haiku/src/add-ons/kernel/drivers/network/ether/usb_davicom/
H A DDavicomDevice.cpp233 DavicomDevice::Read(uint8 *buffer, size_t *numBytes) function in class:DavicomDevice
/haiku/src/kits/storage/sniffer/
H A DParser.cpp710 TokenStream::Read(TokenType type) { function in class:TokenStream
/haiku/src/build/libbe/interface/
H A DBitmap.cpp745 inline void Read(rgb_color_value &color) function in struct:RGB24Reader
755 inline void Read(gray_color_value &gray) function in struct:RGB24Reader
771 inline void Read(rgb_color_value &color) function in struct:RGB16Reader
786 inline void Read(gray_color_value &gray) function in struct:RGB16Reader
802 inline void Read(rgb_color_value &color) function in struct:RGB15Reader
817 inline void Read(gray_color_value &gray) function in struct:RGB15Reader
832 inline void Read(rgb_color_valu function in struct:CMAP8Reader
839 inline void Read(gray_color_value &gray) function in struct:CMAP8Reader
854 inline void Read(rgb_color_value &color) function in struct:Gray8Reader
861 inline void Read(gray_color_value &gray) function in struct:Gray8Reader
890 inline void Read(rgb_color_value &color) function in struct:Gray1Reader
904 inline void Read(gray_color_value &gray) function in struct:Gray1Reader
[all...]

Completed in 201 milliseconds

123456