Searched defs:cookie (Results 176 - 200 of 679) sorted by relevance

1234567891011>>

/haiku/src/apps/activitymonitor/
H A DSystemInfo.cpp170 uint32 cookie = 0; local
/haiku/src/add-ons/kernel/bus_managers/ps2/
H A Dps2_dev.h34 void* cookie; member in struct:ps2_dev
H A Dps2_standard_mouse.cpp100 ps2_packet_to_movement(standard_mouse_cookie* cookie, uint8 packet[], argument
163 standard_mouse_read_event(standard_mouse_cookie* cookie, mouse_movement* movement) argument
218 standard_mouse_cookie* cookie = (standard_mouse_cookie*)dev->cookie; local
318 standard_mouse_cookie* cookie; local
409 standard_mouse_cookie* cookie = (standard_mouse_cookie*)_cookie; local
430 standard_mouse_cookie* cookie = (standard_mouse_cookie*)_cookie; local
437 standard_mouse_read(void* cookie, off_t pos, void* buffer, size_t* _length) argument
445 standard_mouse_write(void* cookie, off_t pos, const void* buffer, size_t* _length) argument
456 standard_mouse_cookie* cookie = (standard_mouse_cookie*)_cookie; local
[all...]
/haiku/src/add-ons/kernel/busses/scsi/usb/
H A Dusb_scsi.c1017 uninit_module(void *cookie) argument
1029 device_removed(device_node_handle node, void *cookie) argument
1062 scsi_io( scsi_sim_cookie cookie, scsi_ccb *ccb ) argument
1074 abort( scsi_sim_cookie cookie, scsi_ccb *ccb_to_abort ) argument
1087 reset_device( scsi_sim_cookie cookie, uchar target_id, uchar target_lun ) argument
1100 term_io( scsi_sim_cookie cookie, scsi_ccb *ccb_to_terminate ) argument
1113 path_inquiry( scsi_sim_cookie cookie, scsi_path_inquiry *inquiry_data ) argument
1151 get_restrictions(scsi_sim_cookie cookie, uchar target_id, bool *is_atapi, bool *no_autosense, uint32 *max_blocks ) argument
1163 module_ioctl(scsi_sim_cookie cookie, uint8 targetID, uint32 op, void *buffer, size_t length) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DSettings.cpp135 int32 cookie = 0; local
266 int32 cookie = 0; local
35 _FindNextParameter(const container_t *container, const char *name, int32 &cookie) argument
/haiku/src/add-ons/media/media-add-ons/video_mixer/
H A DVideoMixerNodeConsumer.cpp44 GetNextInput( int32 *cookie, media_input *out_input) argument
68 DisposeInputCookie( int32 cookie) argument
/haiku/src/add-ons/kernel/drivers/bluetooth/h2/h2generic/
H A Dsnet_buffer.cpp26 void* cookie; member in struct:snet_buffer
118 snb_set_cookie(snet_buffer* snb, void* cookie) argument
/haiku/src/add-ons/kernel/drivers/audio/usb/
H A DDriver.cpp29 usb_audio_device_added(usb_device device, void** cookie) argument
85 usb_audio_device_removed(void* cookie) argument
174 usb_audio_open(const char* name, uint32 flags, void** cookie) argument
193 usb_audio_read(void* cookie, off_ argument
201 usb_audio_write(void* cookie, off_t position, const void* buffer, size_t* numBytes) argument
210 usb_audio_control(void* cookie, uint32 op, void* buffer, size_t length) argument
218 usb_audio_close(void* cookie) argument
226 usb_audio_free(void* cookie) argument
[all...]
/haiku/src/add-ons/kernel/drivers/misc/
H A Dmem.c88 mem_open(const char* name, uint32 flags, void** cookie) argument
97 mem_close(void* cookie) argument
104 mem_free(void* cookie) argument
111 mem_read(void* cookie, off_t position, void* buffer, size_t* numBytes) argument
138 mem_write(void* cookie, off_t position, const void* buffer, size_t* numBytes) argument
/haiku/src/add-ons/kernel/drivers/audio/ac97/sis7018/
H A DDriver.cpp140 SiS7018_open(const char *name, uint32 flags, void **cookie) argument
156 SiS7018_read(void *cookie, off_t position, void *buffer, size_t *numBytes) argument
164 SiS7018_write(void *cookie, off_t position, argument
173 SiS7018_control(void *cookie, uint32 op, void *buffer, size_t length) argument
181 SiS7018_close(void *cookie) argument
189 SiS7018_free(void *cookie) argument
[all...]
/haiku/src/kits/media/
H A DFileInterface.cpp117 int32 cookie = 0; local
/haiku/src/kits/debugger/target_host_interface/local/
H A DLocalTargetHostInterface.cpp329 int32 cookie = 0; local
/haiku/src/servers/input/
H A DMethodReplicant.cpp209 int32 cookie; local
232 int32 cookie; local
260 int32 cookie; local
310 int32 cookie; local
333 FindItemByCookie(int32 cookie) argument
350 int32 cookie; local
411 int32 cookie; local
[all...]
/haiku/src/kits/app/
H A DAppMisc.cpp57 int32 cookie = 0; local
/haiku/src/tests/system/kernel/device_manager/playground/
H A Dspecific_video_driver.cpp59 uninit_driver(void* cookie) argument
65 register_child_devices(void* cookie) argument
76 device_removed(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_reques argument
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DDevice.cpp98 acpi_device_init_driver(device_node *node, void **cookie) argument
131 acpi_device_uninit_driver(void *cookie) argument
/haiku/src/system/boot/loader/
H A DFileMapDisk.cpp80 FileMapDisk::Close(void *cookie) argument
92 FileMapDisk::ReadAt(void *cookie, off_t pos, void *_buffer, argument
/haiku/src/add-ons/kernel/partitioning_systems/intel/
H A Dintel.cpp100 pm_identify_partition(int fd, partition_data* partition, void** cookie) argument
165 pm_scan_partition(int fd, partition_data* partition, void* cookie) argument
237 pm_free_identify_partition_cookie(partition_data*/* partition*/, void* cookie) argument
288 ep_identify_partition(int fd, partition_data* partition, void** cookie) argument
317 ep_scan_partition(int fd, partition_data* partition, void* cookie) argument
392 ep_free_identify_partition_cookie(partition_data* partition, void* cookie) argument
[all...]
/haiku/src/kits/locale/
H A DMutableLocaleRoster.cpp106 int32 cookie = 0; local
/haiku/src/system/boot/platform/openfirmware/
H A Ddevices.cpp185 intptr_t cookie = 0; local
/haiku/src/system/boot/platform/amiga_m68k/
H A Ddevices.cpp98 ExecDevice::ReadAt(void *cookie, off_t pos, void *buffer, size_t bufferSize) argument
112 ExecDevice::WriteAt(void *cookie, off_t pos, const void *buffer, size_t bufferSize) argument
/haiku/src/tests/system/boot/loader/
H A Dplatform_devices.cpp95 get_next_argument(int32 *cookie, bool options) argument
119 get_next_option(int32 *cookie) argument
126 get_next_device(int32 *cookie) argument
142 int32 cookie = 0; local
174 int32 cookie local
[all...]
/haiku/src/system/kernel/slab/
H A DObjectCache.cpp26 object_cache_return_object_wrapper(object_depot* depot, void* cookie, argument
45 Init(const char* name, size_t objectSize, 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/servers/bluetooth/
H A DDeskbarReplicant.cpp245 int32 cookie = 0; local
/haiku/src/libs/compat/freebsd_iflib/
H A Dmp_ring.c250 ifmp_ring_alloc(struct ifmp_ring **pr, int size, void *cookie, mp_ring_drain_t drain, argument

Completed in 432 milliseconds

1234567891011>>