Searched defs:numBytes (Results 101 - 125 of 177) sorted by relevance

12345678

/haiku/src/kits/shared/
H A DDateTimeEdit.cpp55 TimeEdit::KeyDown(const char* bytes, int32 numBytes) argument
413 DateEdit::KeyDown(const char* bytes, int32 numBytes) argument
/haiku/src/add-ons/kernel/drivers/sensor/acpi_als/
H A Dacpi_als.cpp135 acpi_als_read(void* _cookie, off_t position, void *buffer, size_t* numBytes) argument
162 acpi_als_write(void* cookie, off_t position, const void* buffer, size_t* numBytes) argument
/haiku/src/add-ons/input_server/devices/keyboard/
H A DKeyboardInputDevice.cpp426 int32 numBytes = 0, rawNumBytes = 0; local
487 int32 numBytes = 0; local
/haiku/src/add-ons/kernel/drivers/ports/usb_serial/
H A DSerialDevice.cpp360 SerialDevice::Read(char *buffer, size_t *numBytes) argument
372 SerialDevice::Write(const char *buffer, size_t *numBytes) argument
555 SerialDevice::OnRead(char **buffer, size_t *numBytes) argument
562 OnWrite(const char *buffer, size_t *numBytes, size_t *packetBytes) argument
[all...]
/haiku/src/add-ons/kernel/drivers/ports/pc_serial/
H A DSerialDevice.cpp619 SerialDevice::Read(char *buffer, size_t *numBytes) argument
635 SerialDevice::Write(const char *buffer, size_t *numBytes) argument
828 OnRead(char **buffer, size_t *numBytes) argument
835 OnWrite(const char *buffer, size_t *numBytes, size_t *packetBytes) argument
[all...]
H A DDriver.cpp690 pc_serial_read(void *cookie, off_t position, void *buffer, size_t *numBytes) argument
701 pc_serial_write(void *cookie, off_t position, const void *buffer, size_t *numBytes) argument
/haiku/src/add-ons/kernel/drivers/input/i2c_hid/
H A DDriver.cpp190 i2c_hid_read(void *_cookie, off_t position, void *buffer, size_t *numBytes) argument
201 i2c_hid_write(void *_cookie, off_t position, const void *buffer, size_t *numBytes) argument
[all...]
/haiku/src/tests/system/kernel/cache/
H A Dpages_io_test.cpp454 size_t numBytes = *_numBytes; local
653 size_t numBytes = 10000; local
[all...]
/haiku/src/apps/serialconnect/
H A DTermView.cpp202 TermView::KeyDown(const char* bytes, int32 numBytes) argument
/haiku/src/add-ons/kernel/network/protocols/unix/
H A Dunix.cpp234 unix_read_data(net_protocol *_protocol, size_t numBytes, uint32 flags, argument
/haiku/src/apps/diskprobe/
H A DFindWindow.cpp177 FindTextView::KeyDown(const char* bytes, int32 numBytes) argument
/haiku/src/apps/icon-o-matic/gui/
H A DGradientControl.cpp213 GradientControl::KeyDown(const char* bytes, int32 numBytes) argument
/haiku/src/system/kernel/fs/
H A Dvfs_request_io.cpp418 vfs_asynchronous_read_pages(struct vnode* vnode, void* cookie, off_t pos, const generic_io_vec* vecs, size_t count, generic_size_t numBytes, uint32 flags, AsyncIOCallback* callback) argument
444 vfs_asynchronous_write_pages(struct vnode* vnode, void* cookie, off_t pos, const generic_io_vec* vecs, size_t count, generic_size_t numBytes, uint32 flags, AsyncIOCallback* callback) argument
/haiku/src/add-ons/kernel/drivers/power/acpi_battery/
H A Dacpi_battery.cpp340 acpi_battery_read(void* _cookie, off_t position, void *buffer, size_t* numBytes) argument
406 acpi_battery_write(void* cookie, off_t position, const void* buffer, size_t* numBytes) argument
/haiku/src/add-ons/kernel/drivers/audio/usb/
H A DDevice.cpp117 Device::Read(uint8* buffer, size_t* numBytes) argument
125 Device::Write(const uint8* buffer, size_t* numBytes) argument
/haiku/src/preferences/mail/
H A DConfigWindow.cpp128 KeyDown(const char *bytes, int32 numBytes) argument
/haiku/src/kits/interface/
H A DChannelSlider.cpp404 BChannelSlider::KeyDown(const char* bytes, int32 numBytes) argument
411 BChannelSlider::KeyUp(const char* bytes, int32 numBytes) argument
H A DButton.cpp240 BButton::KeyDown(const char* bytes, int32 numBytes) argument
/haiku/src/preferences/repositories/
H A DRepositoriesView.cpp61 RepositoriesListView::KeyDown(const char* bytes, int32 numBytes) argument
/haiku/src/add-ons/kernel/network/stack/
H A Dlink.cpp594 link_read_data(net_protocol* protocol, size_t numBytes, uint32 flags, argument
/haiku/src/apps/haikudepot/ui/
H A DFeaturedPackagesView.cpp123 virtual void KeyDown(const char* bytes, int32 numBytes) argument
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DEmbeddedController.cpp186 embedded_controller_read(void* _cookie, off_t position, void* buffer, size_t* numBytes) argument
194 embedded_controller_write(void* cookie, off_t position, const void* buffer, size_t* numBytes) argument
/haiku/src/apps/haikudepot/textview/
H A DTextDocumentView.cpp205 TextDocumentView::KeyDown(const char* bytes, int32 numBytes) argument
232 TextDocumentView::KeyUp(const char* bytes, int32 numBytes) argument
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A Dtcp.cpp651 tcp_read_data(net_protocol* protocol, size_t numBytes, uint32 flags, argument
/haiku/src/add-ons/kernel/drivers/network/ether/usb_rndis/
H A DRNDISDevice.cpp251 RNDISDevice::Read(uint8 *buffer, size_t *numBytes) argument
361 RNDISDevice::Write(const uint8 *buffer, size_t *numBytes) argument
[all...]

Completed in 126 milliseconds

12345678