Searched refs:cookie (Results 26 - 50 of 989) sorted by path

1234567891011>>

/haiku/headers/private/fs_shell/
H A Dfssh_disk_device_manager.h38 void *cookie; member in struct:fssh_partition_data
H A Dfssh_drivers.h17 uint32_t flags, void **cookie);
18 typedef fssh_status_t (*fssh_device_close_hook) (void *cookie);
19 typedef fssh_status_t (*fssh_device_free_hook) (void *cookie);
20 typedef fssh_status_t (*fssh_device_control_hook) (void *cookie, uint32_t op,
22 typedef fssh_status_t (*fssh_device_read_hook) (void *cookie,
25 typedef fssh_status_t (*fssh_device_write_hook) (void *cookie,
28 typedef fssh_status_t (*fssh_device_select_hook) (void *cookie, uint8_t event,
30 typedef fssh_status_t (*fssh_device_deselect_hook) (void *cookie, uint8_t event,
32 typedef fssh_status_t (*fssh_device_read_pages_hook)(void *cookie,
35 typedef fssh_status_t (*fssh_device_write_pages_hook) (void *cookie,
201 uint32_t cookie; /* must be set to 0 before iterating */ member in struct:__anon24
[all...]
H A Dfssh_os.h81 int32_t *cookie, struct fssh_sem_info *info,
87 #define fssh_get_next_sem_info(team, cookie, info) \
88 _fssh_get_next_sem_info((team), (cookie), (info), sizeof(*(info)))
185 int32_t *cookie, fssh_thread_info *info,
191 #define fssh_get_next_thread_info(team, cookie, info) \
192 _fssh_get_next_thread_info((team), (cookie), (info), sizeof(*(info)))
/haiku/headers/private/kernel/boot/
H A DFileMapDisk.h51 virtual status_t Close(void *cookie);
54 virtual ssize_t ReadAt(void *cookie, off_t pos, void *buffer,
56 virtual ssize_t WriteAt(void *cookie, off_t pos, const void *buffer,
H A Dpartitions.h22 virtual ssize_t ReadAt(void *cookie, off_t offset, void *buffer, size_t bufferSize);
23 virtual ssize_t WriteAt(void *cookie, off_t offset, const void *buffer, size_t bufferSize);
/haiku/headers/private/kernel/boot/net/
H A DRemoteDisk.h23 virtual ssize_t ReadAt(void *cookie, off_t pos, void *buffer,
25 virtual ssize_t WriteAt(void *cookie, off_t pos, const void *buffer,
H A DiSCSITarget.h84 virtual ssize_t ReadAt(void* cookie, off_t pos, void* buffer,
86 virtual ssize_t WriteAt(void* cookie, off_t pos, const void* buffer,
/haiku/headers/private/kernel/disk_device_manager/
H A DKDiskDeviceManager.h56 KDiskDevice *RegisterNextDevice(int32 *cookie);
82 KDiskDevice *NextDevice(int32 *cookie);
94 KDiskSystem *NextDiskSystem(int32 *cookie);
98 KDiskSystem *LoadNextDiskSystem(int32 *cookie);
H A DKDiskSystem.h54 virtual float Identify(KPartition* partition, void** cookie);
55 virtual status_t Scan(KPartition* partition, void* cookie);
57 void* cookie);
H A DKFileSystem.h33 virtual float Identify(KPartition* partition, void** cookie);
34 virtual status_t Scan(KPartition* partition, void* cookie);
36 void* cookie);
H A DKPartitionListener.h31 virtual void MountCookieChanged(KPartition *partition, void *cookie);
42 virtual void CookieChanged(KPartition *partition, void *cookie);
43 virtual void ContentCookieChanged(KPartition *partition, void *cookie);
H A DKPartitioningSystem.h35 virtual float Identify(KPartition* partition, void** cookie);
36 virtual status_t Scan(KPartition* partition, void* cookie);
38 void* cookie);
H A Dddm_modules.h24 void** cookie);
28 void* cookie);
68 int32* cookie, char* type);
H A Dddm_userland_interface.h27 partition_id _user_get_next_disk_device_id(int32 *cookie, size_t *neededSize);
47 status_t _user_get_next_disk_system_info(int32 *cookie,
/haiku/headers/private/kernel/
H A Dkimage.h53 typedef bool (*image_iterator_callback)(struct image* image, void* cookie);
55 void* cookie);
57 image_iterator_callback callback, void* cookie);
H A Dport.h55 status_t _user_get_next_port_info(team_id team, int32 *cookie,
/haiku/headers/private/kernel/slab/
H A DObjectDepot.h26 void* cookie; member in struct:object_depot
28 void (*return_object)(struct object_depot* depot, void* cookie,
38 size_t maxCount, uint32 flags, void* cookie,
39 void (*returnObject)(object_depot* depot, void* cookie, void* object,
/haiku/headers/private/media/
H A DEncoderPlugin.h128 virtual status_t RegisterNextEncoder(int32* cookie,
H A DMediaWriter.h51 void* cookie; member in struct:BPrivate::media::MediaWriter::StreamInfo
H A DReaderPlugin.h29 void** cookie) = 0;
30 virtual status_t FreeCookie(void* cookie) = 0;
32 virtual status_t GetStreamInfo(void* cookie, int64* frameCount,
37 virtual status_t Seek(void* cookie, uint32 flags, int64* frame,
39 virtual status_t FindKeyFrame(void* cookie, uint32 flags,
42 virtual status_t GetNextChunk(void* cookie,
46 virtual status_t GetStreamMetaData(void* cookie,
H A DServerInterface.h807 int32 cookie; member in struct:producer_get_next_output_request
812 int32 cookie; member in struct:producer_get_next_output_reply
818 int32 cookie; member in struct:producer_dispose_output_cookie_request
846 int32 cookie; member in struct:consumer_get_next_input_request
850 int32 cookie; member in struct:consumer_get_next_input_reply
855 int32 cookie; member in struct:consumer_dispose_input_cookie_request
H A DWriterPlugin.h23 virtual status_t AllocateCookie(void** cookie,
26 virtual status_t FreeCookie(void* cookie) = 0;
28 virtual status_t SetCopyright(void* cookie,
31 virtual status_t AddTrackInfo(void* cookie, uint32 code,
35 virtual status_t WriteChunk(void* cookie,
/haiku/headers/private/media/experimental/
H A DSimpleMediaClient.h30 typedef void (*notify_hook)(void* cookie,
52 void* cookie = NULL);
113 void* cookie = NULL);
/haiku/headers/private/net/
H A Darp_control.h36 uint32 cookie; member in struct:arp_control
H A Dnet_stack.h51 typedef status_t (*net_receive_func)(void* cookie, net_device* device,
62 void* cookie; member in struct:net_device_monitor
124 int32 type, net_receive_func receiveFunc, void* cookie);

Completed in 123 milliseconds

1234567891011>>