Searched defs:cookie (Results 276 - 300 of 679) sorted by relevance

<<11121314151617181920>>

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DInodeRegular.cpp66 Inode::Create(const char* name, int mode, int perms, OpenFileCookie* cookie, argument
100 Inode::Open(int mode, OpenFileCookie* cookie) argument
191 Close(OpenFileCookie* cookie) argument
234 OpenAttr(const char* _name, int mode, OpenAttrCookie* cookie, bool create, int32 type) argument
292 CloseAttr(OpenAttrCookie* cookie) argument
308 ReadDirect(OpenStateCookie* cookie, off_t pos, void* buffer, size_t* _length, bool* eof) argument
345 Read(OpenFileCookie* cookie, off_t pos, void* buffer, size_t* _length) argument
359 WriteDirect(OpenStateCookie* cookie, off_t pos, const void* _buffer, size_t* _length) argument
408 Write(OpenFileCookie* cookie, off_t pos, const void* _buffer, size_t* _length) argument
[all...]
/haiku/src/add-ons/input_server/devices/serial_mouse/
H A DMouseInputDevice.cpp117 MouseInputDevice::InitFromSettings(void* cookie, uint32 opcode) argument
179 MouseInputDevice::Start(const char* name, void* cookie) argument
202 MouseInputDevice::Stop(const char* name, void* cookie) argument
223 MouseInputDevice::Control(const char* name, void* cookie, argument
/haiku/src/add-ons/kernel/drivers/video/usb_vision/
H A Dusb_vision.c105 static status_t usb_vision_open (const char *name, uint32 flags, void** cookie) argument
137 static status_t usb_vision_read (void* cookie, off_ argument
146 usb_vision_write(void* cookie, off_t position, const void* buffer, size_t* num_bytes) argument
168 usb_vision_control(void* cookie, uint32 op, void* arg, size_t len) argument
187 usb_vision_close(void* cookie) argument
198 usb_vision_free(void* cookie) argument
340 usb_vision_device_added(const usb_device *dev, void **cookie) argument
378 usb_vision_device_removed(void *cookie) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DClientVolume.cpp493 ClientVolume::LockNodeHandle(int32 cookie, NodeHandle** _handle) argument
/haiku/src/add-ons/kernel/drivers/audio/ice1712/
H A Dice1712.cpp514 ice1712Audio_open(const char *name, uint32 flags, void **cookie) argument
539 ice1712Audio_close(void *cookie) argument
547 ice1712Audio_free(void *cookie) argument
555 ice1712Audio_control(void *cookie, uint32 op, void *arg, size_t len) argument
657 ice1712Audio_read(void *cookie, off_t position, void *buf, size_t *num_bytes) argument
667 ice1712Audio_write(void *cookie, off_t position, const void *buffer, size_t *num_bytes) argument
[all...]
/haiku/src/add-ons/network_settings/sshd/
H A DSSHServiceAddOn.cpp252 SSHServiceAddOn::CreateNextItem(uint32& cookie) argument
/haiku/src/preferences/network/
H A DNetworkSettingsAddOn.cpp263 BNetworkSettingsAddOn::CreateNextInterfaceItem(uint32& cookie, argument
271 BNetworkSettingsAddOn::CreateNextItem(uint32& cookie) argument
/haiku/src/tests/kits/media/nodetest/
H A DConsumerNode.cpp58 ConsumerNode::GetNextInput(int32* cookie, media_input* _input) argument
74 ConsumerNode::DisposeInputCookie(int32 cookie) argument
/haiku/src/add-ons/media/media-add-ons/video_mixer/
H A DVideoMixerNodeProducer.cpp98 status_t VideoMixerNode::GetNextOutput( /* cookie starts as 0 */ argument
116 status_t VideoMixerNode::DisposeOutputCookie(int32 cookie) argument
H A DVideoMixerNode.cpp288 AddTimer( bigtime_t at_performance_time, int32 cookie) argument
/haiku/src/kits/debug/
H A DImage.cpp435 int32 cookie = 0; local
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/
H A DPPPManager.cpp538 uint32 cookie = 0; local
/haiku/src/kits/media/experimental/
H A DSimpleMediaClient.cpp51 BSimpleMediaClient::SetHook(notify_hook notifyHook, void* cookie) argument
133 SetHooks(process_hook processHook, notify_hook notifyHook, void* cookie) argument
/haiku/src/kits/media/
H A DMediaRecorderNode.cpp242 BMediaRecorderNode::GetNextInput(int32* cookie, media_input* outInput) argument
257 BMediaRecorderNode::DisposeInputCookie(int32 cookie) argument
H A DMediaRecorder.cpp85 SetHooks(ProcessFunc recordFunc, NotifyFunc notifyFunc, void* cookie) argument
/haiku/src/bin/debug/ltrace/
H A Dltrace_stub.cpp144 symbol_patcher(void* cookie, image_t* rootImage, image_t* image, argument
/haiku/src/add-ons/kernel/network/ppp/pppoe/
H A Dpppoe.cpp161 pppoe_input(void *cookie, net_device *_device, net_buffer *packet) argument
/haiku/src/tests/add-ons/kernel/network/
H A Duserland_ipc.c170 on_socket_event(void * socket, uint32 event, void * cookie) argument
203 connection_cookie *cookie = (connection_cookie *)_cookie; local
449 connection_cookie *cookie; local
519 shutdown_connection(connection_cookie *cookie) argument
544 connection_cookie *cookie; local
[all...]
/haiku/src/system/boot/loader/file_systems/amiga_ffs/
H A DFile.cpp206 File::Close(void *cookie) argument
216 File::ReadAt(void *cookie, off_t pos, void *buffer, size_t bufferSize) argument
227 File::WriteAt(void *cookie, off_t pos, const void *buffer, size_t bufferSize) argument
/haiku/src/system/boot/loader/
H A Dpartitions.cpp183 Partition::ReadAt(void *cookie, off_t position, void *buffer, size_t bufferSize) argument
199 Partition::WriteAt(void *cookie, off_t position, const void *buffer, argument
333 void *cookie = NULL; local
/haiku/src/system/kernel/slab/
H A DObjectCache.h78 void* cookie; member in struct:ObjectCache
/haiku/src/add-ons/kernel/drivers/graphics/radeon/
H A Ddriver.c214 open_hook(const char *name, uint32 flags, void **cookie) argument
/haiku/src/add-ons/input_server/devices/easypen/
H A DEasyPenInputDevice.cpp162 EasyPenInputDevice::Start(const char *name, void *cookie) argument
184 EasyPenInputDevice::Stop(const char *name, void *cookie) argument
203 EasyPenInputDevice::Control(const char *name, void *cookie, argument
/haiku/src/tests/kits/media/mp3_decoder_test/
H A Dmp3_decoder_test.cpp159 InitializeMp3DecodingCookie(cookie_decode* cookie) argument
189 FreeMp3DecodingCookie(cookie_decode* cookie) argument
256 Mp3Decoding(void* cookie, void* buffer, size_t bufferSize, const media_raw_audio_format& format) argument
[all...]
/haiku/src/tests/add-ons/kernel/partitioning_systems/
H A DPartitioningSystemsTest.cpp152 void* cookie; local

Completed in 134 milliseconds

<<11121314151617181920>>