Searched defs:cookie (Results 151 - 175 of 679) sorted by relevance

1234567891011>>

/haiku/src/add-ons/kernel/bus_managers/virtio/
H A Dvirtio_balloon.cpp47 virtio_balloon_uninit_device(void *cookie) argument
107 virtio_balloon_register_child_devices(void *cookie) argument
/haiku/src/add-ons/kernel/drivers/misc/
H A Dtest.c71 driver_close(void* cookie) argument
81 driver_free(void* cookie) argument
90 driver_read(void* cookie, off_t position, void *buf, size_t* num_bytes) argument
99 driver_write(void* cookie, off_t position, const void* buffer, size_t* num_bytes) argument
109 driver_control(void *cookie, uint32 op, void *arg, size_t len) argument
H A Dkdl.c73 driver_close(void* cookie) argument
82 driver_free(void* cookie) argument
91 driver_read(void* cookie, off_t position, void *buf, size_t* num_bytes) argument
101 driver_write(void* cookie, off_t position, const void* buffer, size_t* num_bytes) argument
110 driver_control(void *cookie, uint32 op, void *arg, size_t len) argument
/haiku/src/libs/compat/freebsd_network/
H A Ddevice_hooks.c26 compat_open(const char *name, uint32 flags, void **cookie) argument
82 compat_close(void *cookie) argument
101 compat_free(void *cookie) argument
116 compat_read(void *cookie, off_t position, void *buffer, size_t *numBytes) argument
166 compat_write(void *cookie, off_ argument
203 compat_control(void *cookie, uint32 op, void *arg, size_t length) argument
[all...]
/haiku/src/add-ons/kernel/bus_managers/usb/
H A DTransfer.cpp232 Transfer::SetCallback(usb_callback_func callback, void *cookie) argument
/haiku/src/add-ons/kernel/partitioning_systems/apple/
H A Dapple.cpp57 get_next_partition(int fd, apple_driver_descriptor &descriptor, uint32 &cookie, argument
158 uint32 index = 0, cookie = 0; local
/haiku/src/add-ons/kernel/bus_managers/pci/
H A Dpci_root.cpp87 pci_root_register_child_devices(void* cookie) argument
/haiku/src/add-ons/kernel/busses/random/virtio/
H A Dvirtio_rng.cpp85 virtio_rng_uninit_driver(void *cookie) argument
/haiku/src/apps/powerstatus/
H A DPowerStatus.cpp53 int32 cookie = 0; local
/haiku/src/add-ons/kernel/drivers/audio/virtio/
H A Dvirtio_sound.cpp64 InitDriver(device_node* node, void** cookie) argument
79 UninitDriver(void* cookie) argument
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DShortAttribute.cpp69 ShortAttribute::Stat(attr_cookie* cookie, struct stat& stat) argument
91 ShortAttribute::Read(attr_cookie* cookie, off_ argument
[all...]
/haiku/src/add-ons/input_server/methods/pen/
H A DDumpMessage.cpp71 void *cookie = NULL; local
/haiku/src/add-ons/kernel/busses/scsi/ahci/
H A Dahci_sim.cpp21 ahci_set_scsi_bus(scsi_sim_cookie cookie, scsi_bus bus) argument
28 ahci_scsi_io(scsi_sim_cookie cookie, scsi_ccb *request) argument
38 ahci_abort_io(scsi_sim_cookie cookie, scsi_ccb *request) argument
46 ahci_reset_device(scsi_sim_cookie cookie, ucha argument
55 ahci_terminate_io(scsi_sim_cookie cookie, scsi_ccb *request) argument
64 ahci_path_inquiry(scsi_sim_cookie cookie, scsi_path_inquiry *info) argument
83 ahci_scan_bus(scsi_sim_cookie cookie) argument
92 ahci_reset_bus(scsi_sim_cookie cookie) argument
104 ahci_get_restrictions(scsi_sim_cookie cookie, uchar targetID, bool *isATAPI, bool *noAutoSense, uint32 *maxBlocks) argument
114 ahci_ioctl(scsi_sim_cookie cookie, uint8 targetID, uint32 op, void *buffer, size_t length) argument
160 ahci_sim_uninit_bus(void *cookie) argument
171 ahci_sim_bus_removed(void *cookie) argument
[all...]
/haiku/src/servers/input/
H A DInputServerDevice.cpp95 BInputServerDevice::Start(const char* device, void* cookie) argument
102 BInputServerDevice::Stop(const char* device, void* cookie) argument
109 BInputServerDevice::Control(const char* device, void* cookie, argument
/haiku/src/system/kernel/disk_device_manager/
H A DKPartitionListener.cpp91 KPartitionListener::MountCookieChanged(KPartition *partition, void *cookie) argument
132 KPartitionListener::CookieChanged(KPartition *partition, void *cookie) argument
138 KPartitionListener::ContentCookieChanged(KPartition *partition, void *cookie) argument
/haiku/src/system/kernel/slab/
H A DHashedObjectCache.cpp56 Create(const char* name, size_t object_size, size_t alignment, size_t maximum, size_t magazineCapacity, size_t maxMagazineCount, uint32 flags, void* cookie, object_cache_constructor constructor, object_cache_destructor destructor, object_cache_reclaimer reclaimer) argument
/haiku/src/tests/kits/app/broster/testapps/
H A DRosterBroadcastTestApp1.cpp51 int32 cookie = 0; local
72 int32 cookie = 0; local
H A DRosterLaunchTestApp1.cpp51 int32 cookie = 0; local
72 int32 cookie = 0; local
H A DRosterWatchingTestApp1.cpp51 int32 cookie = 0; local
72 int32 cookie = 0; local
/haiku/src/tests/system/kernel/device_manager/
H A Dconfig.c42 driver_cookie *cookie = malloc(sizeof(driver_cookie)); local
54 config_close(void *cookie) argument
61 config_free_cookie(void *cookie) argument
72 config_ioctl(void *cookie, uint3 argument
158 config_read(void * cookie, off_t pos, void *buf, size_t *_length) argument
166 config_write(void * cookie, off_t pos, const void *buf, size_t *_length) argument
[all...]
/haiku/src/tests/system/kernel/device_manager/playground/
H A Ddriver.cpp66 uninit_driver(void* cookie) argument
72 register_child_devices(void* cookie) argument
83 driver_device_removed(void* cookie) argument
123 device_close(void* cookie) argument
130 device_free(void* cookie) argument
137 device_read(void* cookie, off_t pos, void* buffer, size_t* _length) argument
144 device_write(void* cookie, off_t pos, const void* buffer, size_t* _length) argument
151 device_ioctl(void* cookie, int32 op, void* buffer, size_t length) argument
158 device_io(void* cookie, io_reques argument
[all...]
H A Dgeneric_video_driver.cpp59 uninit_driver(void* cookie) argument
65 register_child_devices(void* cookie) argument
109 device_close(void* cookie) argument
116 device_free(void* cookie) argument
123 device_read(void* cookie, off_t pos, void* buffer, size_t* _length) argument
130 device_write(void* cookie, off_t pos, const void* buffer, size_t* _length) argument
137 device_ioctl(void* cookie, int32 op, void* buffer, size_t length) argument
144 device_io(void* cookie, io_request* request) argument
/haiku/src/tests/system/kernel/unit/
H A DTestContext.cpp118 ThreadCookie* cookie = new(std::nothrow) ThreadCookie(this, function, arg); local
178 ThreadCookie* cookie = (ThreadCookie*)data; local
/haiku/src/tools/fs_shell/
H A Dfd.h56 void* cookie; member in struct:FSShell::file_descriptor
/haiku/src/apps/mediaplayer/support/
H A DEventQueue.cpp150 EventQueue::_execute_events_(void* cookie) argument

Completed in 148 milliseconds

1234567891011>>