Searched defs:_cookie (Results 1 - 25 of 167) sorted by path

1234567

/haiku/src/add-ons/kernel/bus_managers/scsi/
H A Dbus_raw.cpp29 scsi_bus_raw_init(void *driverCookie, void **_cookie) argument
82 scsi_bus_raw_control(void *_cookie, uint32 op, void *data, size_t length) argument
/haiku/src/add-ons/kernel/busses/scsi/ahci/
H A Dahci_sim.cpp126 ahci_sim_init_bus(device_node *node, void **_cookie) argument
/haiku/src/add-ons/kernel/busses/scsi/usb/
H A Dusb_scsi.c1004 init_module(device_node_handle node, void *user_cookie, void **_cookie) argument
/haiku/src/add-ons/kernel/debugger/demangle/
H A Ddemangle.cpp42 get_next_argument(uint32* _cookie, const char* mangledName, char* name, argument
H A Dgcc2.cpp392 get_next_argument_internal(uint32* _cookie, const char* symbol, char* name, argument
549 get_next_argument_gcc2(uint32* _cookie, const char* symbol, char* name, argument
/haiku/src/add-ons/kernel/drivers/bus/pcmcia/
H A Dds.c37 ds_open(const char *name, uint32 flags, void **_cookie) argument
/haiku/src/add-ons/kernel/drivers/display/
H A Ddisplay.cpp30 display_open(void *_cookie, const char* path, int flags, void** cookie) argument
39 display_read(void *_cookie, off_t position, void *buf, size_t* num_bytes) argument
80 display_init(void *_cookie, void **cookie) argument
107 display_uninit(void *_cookie) argument
/haiku/src/add-ons/kernel/drivers/dvb/cx23882/
H A Ddriver.c193 driver_open(const char *name, uint32 flags, void** _cookie) argument
/haiku/src/add-ons/kernel/drivers/graphics/radeon_hd/
H A Ddevice.cpp104 device_open(const char* name, uint32 /*flags*/, void** _cookie) argument
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DAttribute.cpp58 Attribute::Open(const char* name, int openMode, attr_cookie** _cookie) argument
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DAttribute.cpp145 Attribute::Open(const char* name, int openMode, attr_cookie** _cookie) argument
115 Create(const char* name, type_code type, int openMode, attr_cookie** _cookie) argument
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareVolume.cpp1114 ShareVolume::OpenDir(Node* _node, void** _cookie) argument
1198 ShareVolume::FreeDirCookie(Node* _node, void* _cookie) argument
1235 ShareVolume::ReadDir(Node* _dir, void* _cookie, struct dirent* buffer, argument
1306 ShareVolume::RewindDir(Node* _node, void* _cookie) argument
1398 ShareVolume::OpenAttrDir(Node* _node, void** _cookie) argument
1478 FreeAttrDirCookie(Node* _node, void* _cookie) argument
1516 ReadAttrDir(Node* _node, void* _cookie, struct dirent* buffer, size_t bufferSize, int32 count, int32* countRead) argument
1591 RewindAttrDir(Node* _node, void* _cookie) argument
[all...]
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
H A DVolume.cpp405 Volume::OpenDir(Node* node, void** _cookie) argument
419 Volume::FreeDirCookie(Node* node, void* _cookie) argument
426 Volume::ReadDir(Node* node, void* _cookie, struct dirent* buffer, argument
434 Volume::RewindDir(Node* node, void* _cookie) argument
453 Volume::OpenAttrDir(Node* node, void** _cookie) argument
467 Volume::FreeAttrDirCookie(Node* node, void* _cookie) argument
474 Volume::ReadAttrDir(Node* node, void* _cookie, struct dirent* buffer, argument
482 Volume::RewindAttrDir(Node* node, void* _cookie) argument
/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
H A DAutoPackageAttributes.cpp132 OpenCookie(Package* package, const StringKey& name, int openMode, AttributeCookie*& _cookie) argument
H A DNode.cpp87 Node::OpenAttributeDirectory(AttributeDirectoryCookie*& _cookie) argument
100 OpenAttribute(const StringKey& name, int openMode, AttributeCookie*& _cookie) argument
H A DUnpackingAttributeCookie.cpp75 Open(PackageNode* packageNode, const StringKey& name, int openMode, AttributeCookie*& _cookie) argument
H A DUnpackingAttributeDirectoryCookie.cpp35 Open(PackageNode* packageNode, AttributeDirectoryCookie*& _cookie) argument
/haiku/src/add-ons/kernel/file_systems/packagefs/package_links/
H A DPackageLinkDirectory.cpp77 PackageLinkDirectory::OpenAttributeDirectory(AttributeDirectoryCookie*& _cookie) argument
94 OpenAttribute(const StringKey& name, int openMode, AttributeCookie*& _cookie) argument
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A DBeOSKernelVolume.cpp586 BeOSKernelVolume::FreeAttrCookie(void* node, void* _cookie) argument
601 BeOSKernelVolume::ReadAttr(void* node, void* _cookie, off_t pos, argument
621 BeOSKernelVolume::WriteAttr(void* node, void* _cookie, off_t pos, argument
641 BeOSKernelVolume::ReadAttrStat(void* node, void* _cookie, argument
835 _OpenAttr(void* node, const char* name, uint32 type, int openMode, bool create, void** _cookie) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A DHaikuKernelVolume.cpp444 HaikuKernelVolume::IterativeIOGetVecs(void* _cookie, int32 requestID, argument
468 HaikuKernelVolume::IterativeIOFinished(void* _cookie, int32 requestID, argument
H A Dhaiku_kernel_emu.cpp316 do_iterative_fd_io(int fd, io_request *_request, iterative_io_get_vecs getVecs, iterative_io_finished finished, void *_cookie) argument
/haiku/src/add-ons/kernel/partitioning_systems/vmdk/
H A Dvmdk.cpp185 parse_vmdk_header(int fd, off_t fileSize, VmdkCookie*& _cookie) argument
360 vmdk_identify_partition(int fd, partition_data* partition, void** _cookie) argument
377 vmdk_scan_partition(int fd, partition_data* partition, void* _cookie) argument
/haiku/src/system/boot/loader/
H A DRootFileSystem.cpp32 RootFileSystem::Open(void **_cookie, int mode) argument
87 RootFileSystem::GetNextEntry(void *_cookie, char *name, size_t size) argument
101 RootFileSystem::GetNextNode(void *_cookie, Node **_node) argument
116 RootFileSystem::Rewind(void *_cookie) argument
/haiku/src/system/boot/loader/file_systems/amiga_ffs/
H A DDirectory.cpp59 Directory::Open(void **_cookie, int mode) argument

Completed in 107 milliseconds

1234567