Searched refs:_cookie (Results 176 - 200 of 222) sorted by relevance

123456789

/haiku/src/add-ons/kernel/file_systems/xfs/
H A DLeafAttribute.h162 status_t Open(const char* name, int openMode, attr_cookie** _cookie);
H A DNodeAttribute.cpp134 NodeAttribute::Open(const char* name, int openMode, attr_cookie** _cookie) argument
154 *_cookie = cookie;
H A DLeafAttribute.cpp110 LeafAttribute::Open(const char* name, int openMode, attr_cookie** _cookie) argument
130 *_cookie = cookie;
/haiku/src/add-ons/kernel/bus_managers/virtio/
H A DVirtioPrivate.h137 bool Dequeue(void** _cookie = NULL,
/haiku/src/system/kernel/fs/
H A Dvfs_request_io.cpp138 do_iterative_fd_io_iterate(void* _cookie, io_request* request, argument
146 iterative_io_cookie* cookie = (iterative_io_cookie*)_cookie;
261 do_iterative_fd_io_finish(void* _cookie, io_request* request, status_t status, argument
264 iterative_io_cookie* cookie = (iterative_io_cookie*)_cookie;
H A Dsocket.cpp1240 _user_get_next_socket_stat(int family, uint32 *_cookie, struct net_stat *_stat) argument
1243 if (_cookie == NULL || _stat == NULL)
1247 if (!IS_USER_ADDRESS(_stat) || !IS_USER_ADDRESS(_cookie)
1248 || user_memcpy(&cookie, _cookie, sizeof(cookie)) != B_OK) {
1259 if (user_memcpy(_cookie, &cookie, sizeof(cookie)) != B_OK
/haiku/headers/private/virtio/
H A Dvirtio.h147 bool (*queue_dequeue)(virtio_queue queue, void** _cookie,
/haiku/src/add-ons/kernel/busses/ata/ide_isa/
H A Dide_isa.c307 init_channel(device_node *node, void **_cookie) argument
354 *_cookie = channel;
/haiku/src/add-ons/kernel/busses/scsi/ahci/
H A Dahci.c295 ahci_init_driver(device_node *node, void **_cookie) argument
298 *_cookie = node;
/haiku/src/system/kernel/device_manager/
H A DIORequest.cpp143 IOBuffer::GetNextVirtualVec(void*& _cookie, iovec& vector) argument
145 virtual_vec_cookie* cookie = (virtual_vec_cookie*)_cookie;
152 _cookie = cookie;
216 IOBuffer::FreeVirtualVecCookie(void* _cookie) argument
218 virtual_vec_cookie* cookie = (virtual_vec_cookie*)_cookie;
907 IORequest::FinishedCallback(void** _cookie) const
909 if (_cookie != NULL)
910 *_cookie = fFinishedCookie;
H A Dlegacy_drivers.cpp71 void** _cookie);
1329 LegacyDevice::Control(void* _cookie, int32 op, void* buffer, size_t length) argument
1337 return AbstractModuleDevice::Control(_cookie, op, buffer, length);
1374 LegacyDevice::Open(const char* path, int openMode, void** _cookie) argument
1376 return Hooks()->open(path, openMode, _cookie);
/haiku/src/add-ons/kernel/partitioning_systems/gpt/
H A Dgpt.cpp78 efi_gpt_identify_partition(int fd, partition_data* partition, void** _cookie) argument
88 *_cookie = header;
103 efi_gpt_scan_partition(int fd, partition_data* partition, void* _cookie) argument
105 TRACE(("efi_gpt_scan_partition(cookie = %p)\n", _cookie));
106 EFI::Header* header = (EFI::Header*)_cookie;
158 efi_gpt_free_identify_partition_cookie(partition_data* partition, void* _cookie) argument
/haiku/src/add-ons/kernel/file_systems/nfs/
H A Dnfs_add_on.c901 fs_opendir(fs_volume *_volume, fs_vnode *_node, void **_cookie) argument
912 cookie = (nfs_cookie **)_cookie;
938 fs_rewinddir(fs_volume *_volume, fs_vnode *_node, void *_cookie) argument
940 nfs_cookie *cookie = (nfs_cookie *)_cookie;
950 fs_readdir(fs_volume *_volume, fs_vnode *_node, void *_cookie, argument
953 nfs_cookie *cookie = (nfs_cookie *)_cookie;
1441 fs_open(fs_volume *_volume, fs_vnode *_node, int omode, void **_cookie) argument
1451 cookie = (fs_file_cookie **)_cookie;
1499 fs_read(fs_volume *_volume, fs_vnode *_node, void *_cookie, off_t pos, argument
1510 cookie = (fs_file_cookie *)_cookie;
1578 fs_write(fs_volume *_volume, fs_vnode *_node, void *_cookie, off_t pos, const void *buf, size_t *len) argument
1720 fs_create(fs_volume *_volume, fs_vnode *_dir, const char *name, int omode, int perms, void **_cookie, ino_t *vnid) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DVirtualVolume.cpp677 VirtualVolume::FreeAttrDirCookie(Node* node, void* _cookie) argument
685 VirtualVolume::ReadAttrDir(Node* node, void* _cookie, struct dirent* buffer, argument
695 VirtualVolume::RewindAttrDir(Node* node, void* _cookie) argument
/haiku/src/system/boot/loader/file_systems/fat/
H A DDirectory.cpp332 Directory::Open(void **_cookie, int mode) argument
335 _inherited::Open(_cookie, mode);
344 *_cookie = (void *)c;
/haiku/src/system/kernel/disk_device_manager/
H A Dddm_userland_interface.cpp179 _user_get_next_disk_device_id(int32 *_cookie, size_t *neededSize) argument
182 status_t error = copy_from_user_value(cookie, _cookie);
206 error = copy_to_user_value(_cookie, cookie);
492 _user_get_next_disk_system_info(int32 *_cookie, user_disk_system_info *_info) argument
499 status_t result = copy_from_user_value(cookie, _cookie);
512 status_t error = copy_to_user_value(_cookie, cookie);
/haiku/src/add-ons/kernel/file_systems/fat/
H A Ddosfs.cpp670 dosfs_identify_partition(int fd, partition_data *partition, void **_cookie) argument
746 *_cookie = cookie;
753 dosfs_scan_partition(int fd, partition_data *partition, void *_cookie) argument
755 identify_cookie *cookie = (identify_cookie *)_cookie;
769 dosfs_free_identify_partition_cookie(partition_data *partition, void *_cookie) argument
771 identify_cookie *cookie = (identify_cookie *)_cookie;
/haiku/src/tests/system/kernel/slab/
H A DSlab.cpp89 Constructor _constructor, Destructor _destructor, void *_cookie)
90 : fConstructor(_constructor), fDestructor(_destructor), fCookie(_cookie)
88 BaseCache(const char *_name, size_t objectSize, size_t alignment, Constructor _constructor, Destructor _destructor, void *_cookie) argument
/haiku/src/libs/compat/freebsd_network/
H A Dbus.cpp378 driver_filter_t* filter, driver_intr_t handler, void *arg, void **_cookie)
450 *_cookie = intr;
377 bus_setup_intr(device_t dev, struct resource *res, int flags, driver_filter_t* filter, driver_intr_t handler, void *arg, void **_cookie) argument
/haiku/src/add-ons/kernel/drivers/disk/usb/usb_disk/
H A Dusb_disk.cpp1412 usb_disk_init_device(void* _info, void** _cookie) argument
1415 *_cookie = _info;
1421 usb_disk_uninit_device(void* _cookie) argument
1428 usb_disk_open(void *deviceCookie, const char *path, int flags, void **_cookie) argument
1458 *_cookie = lun;
2014 usb_disk_uninit_driver(void *_cookie) argument
2022 usb_disk_register_child_devices(void* _cookie) argument
2025 disk_device *device = (disk_device *)_cookie;
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A DHaikuKernelVolume.cpp444 HaikuKernelVolume::IterativeIOGetVecs(void* _cookie, int32 requestID, argument
448 = (HaikuKernelIterativeFDIOCookie*)_cookie;
468 HaikuKernelVolume::IterativeIOFinished(void* _cookie, int32 requestID, argument
472 = (HaikuKernelIterativeFDIOCookie*)_cookie;
/haiku/headers/private/kernel/boot/
H A Dvfs.h31 virtual status_t Open(void **_cookie, int mode);
/haiku/src/system/kernel/
H A Dsem.cpp1039 _get_next_sem_info(team_id teamID, int32 *_cookie, struct sem_info *info, argument
1044 if (_cookie == NULL || info == NULL || size != sizeof(sem_info))
1058 int32 newIndex = *_cookie;
1086 *_cookie = newIndex;
/haiku/headers/private/kernel/
H A Dvfs.h99 status_t vfs_get_cookie_from_fd(int fd, void **_cookie);
170 dev_t _user_next_device(int32 *_cookie);
/haiku/src/add-ons/kernel/busses/virtio/virtio_mmio/
H A Dvirtio_mmio.cpp627 virtio_device_queue_dequeue(virtio_queue aQueue, void** _cookie, argument
632 return queue->Dequeue(_cookie, _usedLength);

Completed in 212 milliseconds

123456789