Searched defs:cookie (Results 401 - 425 of 679) sorted by relevance

<<11121314151617181920>>

/haiku/src/kits/debug/
H A DSymbolLookup.cpp90 ssize_t cookie = 0; local
257 ssize_t cookie = 0; local
289 int32 cookie = 0; local
/haiku/src/apps/text_search/
H A DGrepper.cpp160 Grepper::_SpawnWriterThread(void* cookie) argument
232 Grepper::_SpawnRunnerThread(void* cookie) argument
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DVolume.cpp370 attr_cookie* cookie; local
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A Dkernel_interface.cpp62 reiserfs_identify_partition(int fd, partition_data *partition, void **cookie) argument
355 reiserfs_open(fs_volume *fs, fs_vnode *_node, int openMode, void **cookie) argument
386 reiserfs_close(fs_volume *fs, fs_vnode *_node, void *cookie) argument
399 reiserfs_free_cookie(fs_volume *fs, fs_vnode *_node, void *cookie) argument
414 reiserfs_read(fs_volume *fs, fs_vnode *_node, void *cookie, off_t pos, argument
476 reiserfs_open_dir(fs_volume *fs, fs_vnode *_node, void **cookie) argument
517 reiserfs_close_dir(fs_volume *fs, fs_vnode *_node, void *cookie) argument
530 reiserfs_free_dir_cookie(fs_volume *fs, fs_vnode *_node, void *cookie) argument
545 reiserfs_read_dir(fs_volume *fs, fs_vnode *_node, void *cookie, struct dirent *buffer, size_t bufferSize, uint32 *count) argument
644 reiserfs_rewind_dir(fs_volume *fs, fs_vnode *_node, void *cookie) argument
[all...]
/haiku/src/apps/autoraise/
H A DAutoRaiseIcon.cpp38 int32 cookie = 0; local
/haiku/src/add-ons/input_server/devices/tablet/
H A DTabletInputDevice.cpp479 TabletInputDevice::Start(const char* name, void* cookie) argument
490 TabletInputDevice::Stop(const char* name, void* cookie) argument
502 TabletInputDevice::Control(const char* name, void* cookie, argument
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteHWInterface.cpp35 void* cookie; member in struct:callback_info
320 RemoteHWInterface::_NewConnectionCallback(void *cookie, BNetEndpoint &endpoint) argument
168 AddCallback(uint32 token, CallbackFunction callback, void* cookie) argument
/haiku/src/kits/media/
H A DAddOnManager.cpp267 AddOnManager::GetFileFormat(media_file_format* _fileFormat, int32 cookie) argument
557 int32 cookie = 0; local
283 GetCodecInfo(media_codec_info* _codecInfo, media_format_family* _formatFamily, media_format* _inputFormat, media_format* _outputFormat, int32 cookie) argument
H A DMediaDefs.cpp1229 get_next_file_format(int32* cookie, media_file_format* mff) argument
1284 progress_shutdown(int stage, bool (*progress)(int stage, const char* message, void* cookie), void* cookie) argument
1322 shutdown_media_server(bigtime_t timeout, bool (*progress)(int stage, const char* message, void* cookie), void* cookie) argument
1399 progress_startup(int stage, bool (*progress)(int stage, const char* message, void* cookie), void* cookie) argument
1434 launch_media_server(bigtime_t timeout, bool (*progress)(int stage, const char* message, void* cookie), void* cookie, uint32 flags) argument
[all...]
/haiku/headers/os/media/
H A DMediaNode.h95 void* cookie; member in struct:media_request_info
/haiku/src/add-ons/kernel/debugger/hangman/
H A Dhangman.c414 khangman_open(const char *name, uint32 flags, cookie_t **cookie) argument
430 khangman_close(void *cookie) argument
438 khangman_free(cookie_t *cookie) argument
446 khangman_read(cookie_t *cookie, off_ argument
454 khangman_write(void *cookie, off_t position, const void *data, size_t *numbytes) argument
[all...]
/haiku/src/tests/kits/storage/virtualdrive/
H A Dvirtualdrive.cpp357 virtualdrive_open(const char *name, uint32 flags, void **cookie) argument
398 virtualdrive_close(void *cookie) argument
421 virtualdrive_read(void *cookie, off_t position, void *buffer, size_t *numBytes) argument
454 virtualdrive_write(void *cookie, off_t position, const void *buffer, size_t *numBytes) argument
487 virtualdrive_control(void *cookie, uint32 op, void *arg, size_t len) argument
749 virtualdrive_free(void *cookie) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DQuery.cpp182 AttributeCookie* cookie; local
/haiku/src/libs/compat/freebsd_network/
H A Ddevice.c70 int32 cookie = 0; local
/haiku/src/add-ons/kernel/drivers/network/ether/usb_asix/
H A DASIXDevice.cpp707 ASIXDevice::_ReadCallback(void *cookie, int32 status, void *data, argument
719 ASIXDevice::_WriteCallback(void *cookie, int32 status, void *data, argument
731 ASIXDevice::_NotifyCallback(void *cookie, int32 status, void *data, argument
/haiku/src/add-ons/kernel/bus_managers/ps2/
H A Dps2_elantech.cpp68 get_elantech_movement(elantech_cookie *cookie, touchpad_movement *_event, bigtime_t timeout) argument
234 elantech_write_reg(elantech_cookie* cookie, uint8 reg, uint8 value) argument
288 elantech_read_reg(elantech_cookie* cookie, uint8 reg, uint8 *value) argument
336 get_resolution_v4(elantech_cookie* cookie, uint32* x, uint32* y) argument
349 get_range(elantech_cookie* cookie, uint32* x_min, uint32* y_min, uint32* x_max, uint32* y_max, uint32 *width) argument
394 enable_absolute_mode(elantech_cookie* cookie) argument
457 elantech_cookie* cookie = (elantech_cookie*)malloc( local
588 elantech_cookie *cookie = (elantech_cookie*)_cookie; local
624 elantech_cookie *cookie = (elantech_cookie*)_cookie; local
653 elantech_read(void* cookie, off_t pos, void* buffer, size_t* _length) argument
661 elantech_write(void* cookie, off_t pos, const void* buffer, size_t* _length) argument
671 elantech_cookie* cookie = (elantech_cookie*)dev->cookie; local
696 elantech_cookie *cookie = (elantech_cookie*)dev->cookie; local
[all...]
/haiku/src/add-ons/input_server/devices/keyboard/
H A DTeamMonitorWindow.cpp518 int32 cookie = 0; local
H A DKeyboardInputDevice.cpp659 KeyboardInputDevice::Start(const char* name, void* cookie) argument
671 KeyboardInputDevice::Stop(const char* name, void* cookie) argument
684 KeyboardInputDevice::Control(const char* name, void* cookie, argument
/haiku/src/kits/storage/disk_device/
H A DMutablePartition.cpp524 BMutablePartition::SetChildCookie(void* cookie) argument
/haiku/src/apps/networkstatus/
H A DNetworkStatusView.cpp404 uint32 cookie = 0; local
522 uint32 cookie = 0; local
/haiku/src/kits/network/libnetservices/
H A DNetworkCookieJar.cpp102 BNetworkCookieJar::AddCookie(const BNetworkCookie& cookie) argument
117 BNetworkCookieJar::AddCookie(const BString& cookie, const BUrl& referrer) argument
135 BNetworkCookieJar::AddCookie(BNetworkCookie* cookie) argument
444 const BNetworkCookie* cookie = it.Next(); local
[all...]
/haiku/src/add-ons/kernel/drivers/wmi/
H A DWMIACPI.cpp449 wmi_acpi_register_child_devices(void *cookie) argument
/haiku/src/add-ons/kernel/drivers/sensor/acpi_als/
H A Dacpi_als.cpp96 acpi_als_init_device(void *driverCookie, void **cookie) argument
111 acpi_als_open(void *initCookie, const char *path, int flags, void** cookie) argument
128 acpi_als_close(void* cookie) argument
162 acpi_als_write(void* cookie, off_t position, const void* buffer, argument
179 acpi_als_free(void* cookie) argument
298 acpi_als_register_child_devices(void *cookie) argument
[all...]
/haiku/src/add-ons/kernel/interrupt_controllers/openpic/
H A Dopenpic.cpp335 openpic_init_driver(device_node *node, void **cookie) argument
410 openpic_uninit_driver(void *cookie) argument
419 openpic_register_child_devices(void *cookie) argument
426 openpic_rescan_child_devices(void *cookie) argument
443 openpic_get_controller_info(void *cookie, interrupt_controller_info *_info) argument
457 openpic_enable_io_interrupt(void *cookie, int irq, int type) argument
468 openpic_disable_io_interrupt(void *cookie, int irq) argument
479 openpic_acknowledge_io_interrupt(void *cookie) argument
[all...]
/haiku/src/preferences/network/
H A DNetworkWindow.cpp338 uint32 cookie = 0; local
428 uint32 cookie = 0; local
443 uint32 cookie = 0; local

Completed in 150 milliseconds

<<11121314151617181920>>