Searched defs:openMode (Results 26 - 50 of 110) sorted by relevance

12345

/haiku-fatelf/src/tests/system/kernel/device_manager/playground/
H A Dspecific_video_driver.cpp99 device_open(void* deviceCookie, int openMode, void** _cookie) argument
/haiku-fatelf/src/kits/storage/
H A DFile.cpp44 BFile::BFile(const entry_ref* ref, uint32 openMode) argument
54 BFile::BFile(const BEntry* entry, uint32 openMode) argument
64 BFile::BFile(const char* path, uint32 openMode) argument
75 BFile::BFile(const BDirectory *dir, const char* path, uint32 openMode) argument
98 BFile::SetTo(const entry_ref* ref, uint32 openMode) argument
127 SetTo(const BEntry* entry, uint32 openMode) argument
154 SetTo(const char* path, uint32 openMode) argument
179 SetTo(const BDirectory* dir, const char* path, uint32 openMode) argument
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/disk/norflash/
H A Dnorflash.cpp79 nor_open(void *deviceCookie, const char *path, int openMode, argument
/haiku-fatelf/src/add-ons/kernel/file_systems/ext2/
H A DAttribute.cpp65 Attribute::CheckAccess(const char* name, int openMode) argument
115 Attribute::Create(const char* name, type_code type, int openMode, argument
145 Attribute::Open(const char* name, int openMode, attr_cookie** _cookie) argument
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/server/
H A DClientVolume.cpp393 ClientVolume::Open(Node* node, int openMode, FileHandle** _handle) argument
H A DNode.cpp193 Node::Open(int openMode, FileHandle** _fileHandle) argument
H A DNodeHandle.cpp97 FileHandle::Open(Node* node, int openMode) argument
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/
H A Dattributes.c211 fs_create_attrib(fs_volume *_vol, fs_vnode *_node, const char* name, uint32 type, int openMode, void** _cookie) argument
321 fs_open_attrib(fs_volume *_vol, fs_vnode *_node, const char *name, int openMode, void **_cookie) argument
H A Dfake_attributes.c210 fake_create_attrib(fs_volume *_vol, fs_vnode *_node, const char* name, uint32 type, int openMode, void** _cookie) argument
230 fake_open_attrib(fs_volume *_vol, fs_vnode *_node, const char *name, int openMode, void **_cookie) argument
/haiku-fatelf/src/add-ons/kernel/file_systems/packagefs/
H A DUnpackingLeafNode.cpp286 UnpackingLeafNode::OpenAttribute(const char* name, int openMode, argument
/haiku-fatelf/src/add-ons/kernel/file_systems/ramfs/
H A DNode.h148 open_mode_to_access(int openMode) argument
/haiku-fatelf/src/build/libroot/
H A Dfs_attr_generic.cpp314 fs_fopen_attr(int fd, const char *attribute, uint32 type, int openMode) argument
H A Dfs_descriptors.cpp263 AttributeDescriptor(int fileFD, const char* attribute, uint32 type, int openMode) argument
H A Dfunction_remapper.cpp220 open(const char* path, int openMode, ...) argument
239 openat(int fd, const char* path, int openMode, ...) argument
/haiku-fatelf/src/libs/gnu/
H A Dxattr.cpp137 int openMode = O_WRONLY | O_TRUNC; local
/haiku-fatelf/src/servers/print/
H A DPrintServerApp.cpp634 uint32 openMode = forReading ? B_READ_ONLY : B_CREATE_FILE | B_ERASE_FILE local
/haiku-fatelf/src/system/kernel/device_manager/
H A DFileDevice.cpp132 FileDevice::Open(const char* path, int openMode, void** _cookie) argument
/haiku-fatelf/src/system/kernel/disk_device_manager/
H A Ddisk_device_manager.cpp150 open_partition(partition_id partitionID, int openMode) argument
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/server/
H A DClientVolume.cpp391 ClientVolume::Open(Node* node, int openMode, FileHandle** _handle) argument
H A DNode.cpp193 Node::Open(int openMode, FileHandle** _fileHandle) argument
H A DNodeHandle.cpp97 FileHandle::Open(Node* node, int openMode) argument
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/ramfs/
H A DNode.h147 open_mode_to_access(int openMode) argument
/haiku-fatelf/src/tests/add-ons/kernel/partitioning_systems/
H A DPartitioningSystemsTest.cpp254 open_partition(partition_id partitionID, int openMode) argument
/haiku-fatelf/src/tests/system/kernel/unit/
H A Dkernel_unit_tests.cpp140 device_open(const char* name, uint32 openMode, void** _cookie) argument
/haiku-fatelf/src/add-ons/kernel/drivers/disk/scsi/scsi_disk/
H A Dscsi_disk.cpp217 das_open(void* _info, const char* path, int openMode, void** _cookie) argument

Completed in 233 milliseconds

12345