Searched defs:cookie (Results 51 - 75 of 679) sorted by relevance

1234567891011>>

/haiku/src/servers/app/drawing/
H A DUpdateQueue.cpp116 UpdateQueue::_ExecuteUpdatesEntry(void* cookie) argument
/haiku/src/system/boot/platform/amiga_m68k/
H A DHandle.cpp55 Handle::ReadAt(void *cookie, off_t pos, void *buffer, size_t bufferSize) argument
62 Handle::WriteAt(void *cookie, off_t pos, const void *buffer, size_t bufferSize) argument
98 CharHandle::ReadAt(void *cookie, off_t pos, void *buffer, size_t bufferSize) argument
109 CharHandle::WriteAt(void *cookie, off_t pos, const void *buffer, size_t bufferSize) argument
/haiku/src/system/libroot/posix/glibc/libio/
H A Diofopncook.c122 _IO_cookie_init(struct _IO_cookie_file *cfile, int read_write, void *cookie, _IO_cookie_io_functions_t io_functions) argument
/haiku/src/system/runtime_loader/
H A Dadd_ons.cpp40 register_defined_symbol_patcher(struct image_t* image, runtime_loader_symbol_patcher* _patcher, void* cookie) argument
56 unregister_defined_symbol_patcher(struct image_t* image, runtime_loader_symbol_patcher* _patcher, void* cookie) argument
73 register_undefined_symbol_patcher(struct image_t* image, runtime_loader_symbol_patcher* _patcher, void* cookie) argument
89 unregister_undefined_symbol_patcher(struct image_t* image, runtime_loader_symbol_patcher* _patcher, void* cookie) argument
[all...]
/haiku/src/tests/kits/media/soundplayer/
H A DSoundPlayerTest.cpp19 void PlayBuffer(void *cookie, void * buffer, size_t size, const media_raw_audio_format & format) argument
/haiku/src/tests/servers/input/view_input_device/
H A DViewInputDevice.cpp65 status_t ViewInputDevice::Start(const char *device, void *cookie) argument
78 status_t ViewInputDevice::Stop(const char *device, void *cookie) argument
/haiku/src/add-ons/kernel/drivers/dvb/cx23882/
H A Ddvb_interface.c69 interface_attach(void **cookie, const pci_info *info) argument
165 interface_detach(void *cookie) argument
197 interface_ioctl(void *cookie, uint32 op, void *arg, size_t len) argument
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DNFS4Object.cpp30 HandleErrors(uint32& attempt, uint32 nfs4Error, RPC::Server* server, OpenStateCookie* cookie, OpenState* state, uint32* sequence) argument
[all...]
/haiku/src/apps/cortex/NodeManager/
H A DNodeSyncThread.cpp143 _Sync( void* cookie) argument
/haiku/src/add-ons/media/media-add-ons/dvb/
H A DMediaStreamDecoder.cpp3 MediaStreamDecoder::MediaStreamDecoder(get_next_chunk_func next_chunk, void *cookie) argument
/haiku/src/tests/servers/registrar/
H A Drun_test_registrar.cpp43 int32 cookie = 0; local
/haiku/src/add-ons/kernel/drivers/audio/hda/
H A Ddevice.cpp14 hda_open(const char* name, uint32 flags, void** cookie) argument
47 hda_read(void* cookie, off_t position, void* buffer, size_t* numBytes) argument
55 hda_write(void* cookie, off_t position, const void* buffer, size_t* numBytes) argument
63 hda_control(void* cookie, uint32 op, void* arg, size_t length) argument
74 hda_close(void* cookie) argument
85 hda_free(void* cookie) argument
[all...]
/haiku/src/add-ons/network_settings/dialup/
H A DAddOn.cpp140 AddOn::CreateNextItem(uint32& cookie) argument
/haiku/src/add-ons/network_settings/hostname/
H A DHostnameAddOn.cpp135 HostnameAddOn::CreateNextItem(uint32& cookie) argument
/haiku/src/tests/kits/media/playsound/
H A Dplaywav.cpp23 play_buffer(void *cookie, void * buffer, size_t size, const media_raw_audio_format & format) argument
/haiku/src/add-ons/kernel/partitioning_systems/session/
H A Dsession.cpp40 identify_partition(int fd, partition_data *partition, void **cookie) argument
71 scan_partition(int fd, partition_data *partition, void *cookie) argument
110 free_identify_partition_cookie(partition_data */*partition*/, void *cookie) argument
[all...]
/haiku/src/bin/media_client/
H A DMediaPlay.cpp31 play_buffer(void *cookie, void * buffer, size_t size, const media_raw_audio_format & format) argument
/haiku/src/add-ons/accelerants/s3/
H A Dvirge_edid.cpp23 GetI2CSignals_Alt(void* cookie, int* _clock, int* data) argument
35 SetI2CSignals_Alt(void* cookie, int _clock, int data) argument
52 GetI2CSignals(void* cookie, int* _clock, int* data) argument
65 SetI2CSignals(void* cookie, int _clock, int data) argument
[all...]
/haiku/src/tests/kits/media/playwav/
H A Dplaywav.cpp25 void PlayBuffer(void *cookie, void * buffer, size_t size, const media_raw_audio_format & format) argument
/haiku/src/libs/compat/freebsd_iflib/compat/net/
H A Dmp_ring.h51 void * cookie; member in struct:ifmp_ring
/haiku/src/system/boot/loader/
H A Dload_driver_settings.cpp97 void* cookie; local
/haiku/src/apps/processcontroller/
H A DTeamBarMenu.cpp97 int32 cookie = 0; local
H A DThreadBarMenu.cpp77 int32 cookie = 0; local
/haiku/src/add-ons/kernel/drivers/graphics/framebuffer/
H A Ddevice.cpp79 device_close(void* cookie) argument
86 device_free(void* cookie) argument
103 device_ioctl(void* cookie, uint32 msg, void* buffer, size_t bufferLength) argument
/haiku/headers/os/add-ons/input_server/
H A DInputServerDevice.h18 void* cookie; member in struct:input_device_ref

Completed in 294 milliseconds

1234567891011>>