Searched defs:cookie (Results 101 - 125 of 673) sorted by relevance

1234567891011>>

/haiku-fatelf/src/add-ons/kernel/file_systems/packagefs/
H A DNode.cpp102 AttributeDirectoryCookie* cookie local
H A DUnpackingAttributeCookie.cpp98 UnpackingAttributeCookie* cookie = new(std::nothrow) local
/haiku-fatelf/src/add-ons/kernel/file_systems/reiserfs/
H A DSettings.h83 _FindNextParameter(const container_t *container, const char *name, int32 &cookie) argument
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A Dfile_cache.cpp150 file_cache_read(void *cacheRef, void *cookie, off_t offset, void *bufferBase, argument
164 file_cache_write(void *cacheRef, void *cookie, off_t offset, const void *buffer, argument
/haiku-fatelf/src/add-ons/kernel/network/stack/
H A Ddevice_interfaces.h21 void* cookie; member in struct:net_device_handler
/haiku-fatelf/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-fatelf/src/add-ons/media/plugins/ffmpeg/
H A DFFmpegPlugin.cpp160 FFmpegPlugin::RegisterNextEncoder(int32* cookie, media_codec_info* _codecInfo, argument
/haiku-fatelf/src/apps/3dmov/
H A DMainWindow.cpp219 static int32 animation_thread(void *cookie) argument
H A DVideo.cpp178 int32 Video :: VideoThread(void *cookie) argument
/haiku-fatelf/src/apps/powerstatus/
H A DPowerStatus.cpp46 int32 cookie = 0; local
/haiku-fatelf/src/apps/processcontroller/
H A DMemoryBarMenu.cpp123 int32 cookie = 0; local
H A DTeamBarMenu.cpp111 int32 cookie = 0; local
H A DThreadBarMenu.cpp91 int32 cookie = 0; local
/haiku-fatelf/src/bin/
H A Dfdinfo.cpp51 uint32 cookie = 0; local
64 uint32 cookie = 0; local
86 uint32 cookie = 0; local
171 int32 cookie = 0; local
/haiku-fatelf/src/build/libroot/
H A Dsem.cpp197 _get_next_sem_info(team_id team, int32 *cookie, struct sem_info *info, argument
/haiku-fatelf/src/kits/app/
H A DAppMisc.cpp48 int32 cookie = 0; local
/haiku-fatelf/src/kits/media/
H A DReaderPlugin.cpp35 Reader::Seek(void* cookie, uint32 flags, int64* frame, bigtime_t* time) argument
42 Reader::FindKeyFrame(void* cookie, uint32 flags, int64* frame, bigtime_t* time) argument
49 Reader::GetStreamMetaData(void* cookie, BMessage* _data) argument
/haiku-fatelf/src/kits/network/libnetapi/
H A DNetworkAddressResolver.cpp208 BNetworkAddressResolver::GetNextAddress(uint32* cookie, argument
235 BNetworkAddressResolver::GetNextAddress(int family, uint32* cookie, argument
/haiku-fatelf/src/libs/compat/freebsd_network/
H A Ddevice.c26 compat_open(const char *name, uint32 flags, void **cookie) argument
71 compat_close(void *cookie) argument
88 compat_free(void *cookie) argument
103 compat_read(void *cookie, off_t position, void *buffer, size_t *numBytes) argument
153 compat_write(void *cookie, off_ argument
180 compat_control(void *cookie, uint32 op, void *arg, size_t length) argument
[all...]
/haiku-fatelf/src/servers/media_addon/
H A DMediaFilePlayer.cpp143 MediaFilePlayer::PlayFunction(void *cookie, void * buffer, size_t size, const media_raw_audio_format & format) argument
/haiku-fatelf/src/system/boot/loader/
H A DRootFileSystem.cpp46 RootFileSystem::Close(void *cookie) argument
/haiku-fatelf/src/system/boot/loader/file_systems/bfs/
H A DFile.cpp48 File::ReadAt(void *cookie, off_t pos, void *buffer, size_t bufferSize) argument
59 File::WriteAt(void *cookie, off_t pos, const void *buffer, size_t bufferSize) argument
/haiku-fatelf/src/system/boot/platform/cfe/
H A Ddevices.cpp95 int cookie = 0; local
/haiku-fatelf/src/system/boot/platform/routerboard_mipsel/
H A Dconsole.cpp46 Console::ReadAt(void* cookie, off_t pos, void* buffer, size_t bufferSize) argument
54 Console::WriteAt(void* cookie, off_t /*pos*/, const void* buffer, size_t bufferSize) argument
/haiku-fatelf/src/system/kernel/device_manager/
H A DBaseDevice.cpp75 BaseDevice::Read(void* cookie, off_t pos, void* buffer, size_t* _length) argument
82 BaseDevice::Write(void* cookie, off_t pos, const void* buffer, size_t* _length) argument
89 BaseDevice::IO(void* cookie, io_request* request) argument
96 BaseDevice::Control(void* cookie, int32 op, void* buffer, size_t length) argument
103 BaseDevice::Select(void* cookie, uint8 event, selectsync* sync) argument
110 BaseDevice::Deselect(void* cookie, uint8 event, selectsync* sync) argument

Completed in 536 milliseconds

1234567891011>>