Searched defs:cookie (Results 351 - 375 of 679) sorted by relevance

<<11121314151617181920>>

/haiku/src/system/boot/platform/efi/arch/arm64/
H A Darch_mmu.cpp387 void* cookie = NULL; local
/haiku/src/kits/locale/
H A DLocaleRoster.cpp530 int32 cookie = 0; local
/haiku/src/system/boot/platform/efi/arch/arm/
H A Darch_mmu.cpp270 void* cookie = NULL; local
/haiku/src/add-ons/kernel/drivers/pty/
H A Ddriver.cpp238 tty_cookie *cookie; local
306 tty_cookie *cookie; local
326 tty_cookie *cookie = (tty_cookie *)_cookie; local
348 tty_cookie *cookie = (tty_cookie *)_cookie; local
376 tty_cookie *cookie = (tty_cookie *)_cookie; local
438 tty_cookie *cookie = (tty_cookie *)_cookie; local
455 tty_cookie *cookie = (tty_cookie *)_cookie; local
472 tty_cookie *cookie = (tty_cookie *)_cookie; local
481 tty_cookie *cookie = (tty_cookie *)_cookie; local
[all...]
/haiku/src/add-ons/kernel/drivers/input/i2c_elan/
H A DDriver.cpp107 i2c_elan_init_device(void *driverCookie, void **cookie) argument
126 elan_driver_cookie *cookie = new(std::nothrow) elan_driver_cookie(); local
174 elan_driver_cookie *cookie = (elan_driver_cookie *)_cookie; local
184 elan_driver_cookie *cookie = (elan_driver_cookie *)_cookie; local
194 elan_driver_cookie *cookie = (elan_driver_cookie *)_cookie; local
325 i2c_elan_register_child_devices(void *cookie) argument
[all...]
/haiku/src/add-ons/kernel/drivers/ports/usb_serial/
H A DDriver.cpp28 usb_serial_device_added(usb_device device, void **cookie) argument
88 usb_serial_device_removed(void *cookie) argument
217 usb_serial_open(const char *name, uint32 flags, void **cookie) argument
238 usb_serial_read(void *cookie, off_t position, void *buffer, size_t *numBytes) argument
251 usb_serial_write(void *cookie, off_t position, const void *buffer, size_t *numBytes) argument
265 usb_serial_control(void *cookie, uint32 op, void *arg, size_t length) argument
278 usb_serial_select(void *cookie, uint8 event, uint32 ref, selectsync *sync) argument
291 usb_serial_deselect(void *cookie, uint8 event, selectsync *sync) argument
304 usb_serial_close(void *cookie) argument
316 usb_serial_free(void *cookie) argument
[all...]
/haiku/src/add-ons/kernel/drivers/disk/norflash/
H A Dnorflash.cpp111 nor_ioctl(void *cookie, uint32 op, void *buffer, size_t length) argument
199 nor_init_driver(device_node *node, void **cookie) argument
/haiku/src/apps/tv/
H A DVideoNode.cpp143 VideoNode::GetNextInput(int32 *cookie, media_input *out_input) argument
155 VideoNode::DisposeInputCookie(int32 cookie) argument
/haiku/src/add-ons/media/media-add-ons/videowindow/
H A DVideoNode.cpp115 VideoNode::GetNextInput(int32 *cookie, media_input *out_input) argument
127 VideoNode::DisposeInputCookie(int32 cookie) argument
/haiku/src/add-ons/media/plugins/ape_reader/
H A DAPEReader.cpp164 TAPEReader::FindKeyFrame(void* cookie, uint32 flags, int64* frame, argument
183 TAPEReader::Seek(void *cookie, uint32 flags, int64 *frame, bigtime_t *time) argument
/haiku/src/tools/fs_shell/
H A Dfile_cache.cpp83 read_from_file(file_cache_ref *ref, void *cookie, fssh_off_t offset, argument
102 write_to_file(file_cache_ref *ref, void *cookie, fssh_off_t offset, argument
121 satisfy_cache_io(file_cache_ref *ref, void *cookie, cache_func function, argument
145 cache_io(void *_cacheRef, void *cookie, fssh_off_t offset, fssh_addr_t buffer, argument
337 fssh_file_cache_read(void *_cacheRef, void *cookie, fssh_off_t offset, void *bufferBase, fssh_size_t *_size) argument
350 fssh_file_cache_write(void *_cacheRef, void *cookie, fssh_off_t offset, const void *buffer, fssh_size_t *_size) argument
[all...]
/haiku/src/add-ons/kernel/busses/ata/highpoint_ide_pci/
H A Dhighpoint_ide_pci.cpp42 set_channel(void *cookie, ata_channel channel) argument
204 init_controller(device_node *node, ata_adapter_controller_info **cookie) argument
/haiku/src/add-ons/kernel/busses/virtio/virtio_mmio/
H A DVirtioDevice.cpp140 Enqueue(const physical_entry* vector, size_t readVectorCount, size_t writtenVectorCount, void* cookie) argument
/haiku/src/add-ons/kernel/drivers/bluetooth/h2/h2generic/
H A Dh2generic.cpp235 device_added(usb_device dev, void** cookie) argument
383 device_removed(void* cookie) argument
464 device_open(const char* name, uint32 flags, void **cookie) argument
545 device_close(void* cookie) argument
606 device_free(void* cookie) argument
622 device_control(void* cookie, uint32 msg, void* params, size_t size) argument
722 device_read(void* cookie, off_t pos, void* buffer, size_t* count) argument
733 device_write(void* cookie, off_t pos, const void* buffer, size_t* count) argument
[all...]
/haiku/src/add-ons/kernel/bus_managers/random/
H A Ddriver.cpp75 random_open(void *deviceCookie, const char *name, int flags, void **cookie) argument
83 random_read(void *cookie, off_t position, void *_buffer, size_t *_numBytes) argument
93 random_write(void *cookie, off_t position, const void *buffer, size_t *_numBytes) argument
102 random_control(void *cookie, uint32 op, void *arg, size_t length) argument
137 random_close(void *cookie) argument
145 random_free(void *cookie) argument
153 random_select(void *cookie, uint8 event, selectsync *sync) argument
169 random_deselect(void *cookie, uint8 event, selectsync *sync) argument
214 random_init_driver(device_node *node, void **cookie) argument
[all...]
/haiku/src/add-ons/kernel/busses/scsi/virtio/
H A DVirtioSCSIController.cpp277 VirtioSCSIController::_RequestCallback(void* driverCookie, void* cookie) argument
288 void* cookie = NULL; local
298 VirtioSCSIController::_EventCallback(void* driverCookie, void* cookie) argument
360 VirtioSCSIController::_RescanChildBus(void *cookie) argument
/haiku/src/add-ons/kernel/bus_managers/virtio/
H A DVirtioQueue.cpp118 TransferDescriptor::SetTo(uint16 size, void *cookie) argument
202 VirtioQueue::SetupInterrupt(virtio_callback_func handler, void *cookie) argument
265 void* cookie = fDescriptors[descriptorIndex]->Cookie(); local
296 QueueRequest(const physical_entry* vector, size_t readVectorCount, size_t writtenVectorCount, void *cookie) argument
330 QueueRequestIndirect(const physical_entry* vector, size_t readVectorCount, size_t writtenVectorCount, void *cookie) argument
[all...]
H A DVirtioModule.cpp137 virtio_queue_setup_interrupt(virtio_queue _queue, virtio_callback_func handler, void *cookie) argument
147 virtio_queue_request_v(virtio_queue _queue, const physical_entry* vector, size_t readVectorCount, size_t writtenVectorCount, void *cookie) argument
158 virtio_queue_request(virtio_queue _queue, const physical_entry *readEntry, const physical_entry *writtenEntry, void *cookie) argument
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DNamespaceDump.cpp195 acpi_namespace_open(void *_cookie, const char* path, int flags, void** cookie) argument
268 acpi_namespace_write(void* cookie, off_t position, const void* buffer, size_t* num_bytes) argument
280 acpi_namespace_control(void* cookie, uint32 op, void* arg, size_t len) argument
292 acpi_namespace_close(void* cookie) argument
304 acpi_namespace_free(void* cookie) argument
325 acpi_namespace_init_device(void *_cookie, void **cookie) argument
/haiku/src/system/boot/platform/efi/arch/riscv64/
H A Darch_mmu.cpp418 void* cookie = NULL; local
/haiku/src/add-ons/kernel/bus_managers/usb/
H A DPipe.cpp467 ControlPipe::SendRequestCallback(void *cookie, status_t status, void *data, argument
/haiku/src/add-ons/kernel/drivers/audio/usb/
H A DStream.cpp324 Stream::_TransferCallback(void* cookie, status_t status, void* data, argument
/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVFormatWriter.cpp562 StreamCookie* cookie = reinterpret_cast<StreamCookie*>(_cookie); local
573 AVFormatWriter::SetCopyright(void* cookie, const char* copyright) argument
615 _Write(void* cookie, uint8* buffer, int bufferSize) argument
631 _Seek(void* cookie, off_t offset, int whence) argument
[all...]
/haiku/src/kits/app/
H A DKeyStore.cpp142 BKeyStore::GetNextKey(uint32& cookie, BKey& key) argument
149 BKeyStore::GetNextKey(BKeyType type, BKeyPurpose purpose, uint32& cookie, argument
157 BKeyStore::GetNextKey(const char* keyring, uint32& cookie, BKey& key) argument
164 GetNextKey(const char* keyring, BKeyType type, BKeyPurpose purpose, uint32& cookie, BKey& key) argument
209 GetNextKeyring(uint32& cookie, BString& keyring) argument
287 GetNextMasterKeyring(uint32& cookie, BString& keyring) argument
347 GetNextApplication(uint32& cookie, BString& signature) const argument
354 GetNextApplication(const char* keyring, uint32& cookie, BString& signature) const argument
[all...]
/haiku/src/add-ons/kernel/drivers/power/acpi_thermal/
H A Dacpi_thermal.c68 acpi_thermal_open(void* _cookie, const char* path, int flags, void** cookie) argument
149 acpi_thermal_write(void* cookie, off_t position, const void* buffer, size_t* num_bytes) argument
211 acpi_thermal_close (void* cookie) argument
218 acpi_thermal_free (void* cookie) argument
300 acpi_thermal_init_device(void* _cookie, void** cookie) argument

Completed in 114 milliseconds

<<11121314151617181920>>