Searched defs:openMode (Results 1 - 25 of 108) sorted by relevance

12345

/haiku/headers/private/file_systems/
H A Dfs_ops_support.h20 open_mode_to_access(int openMode) argument
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DUtility.h57 open_mode_to_access(int openMode) argument
H A DAttribute.cpp50 Attribute::CheckAccess(const char* name, int openMode) argument
58 Attribute::Open(const char* name, int openMode, attr_cookie** _cookie) argument
/haiku/src/system/libroot/posix/
H A Dfcntl.cpp32 open(const char *path, int openMode, ...) argument
48 openat(int fd, const char *path, int openMode, ...) argument
/haiku/src/add-ons/kernel/bus_managers/scsi/
H A Dbus_raw.cpp59 scsi_bus_raw_open(void *bus, const char *path, int openMode, argument
/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
H A DNode.cpp100 Node::OpenAttribute(const StringKey& name, int openMode, argument
H A DUnpackingAttributeCookie.cpp54 UnpackingAttributeCookie(PackageNode* packageNode, PackageNodeAttribute* attribute, int openMode) argument
75 Open(PackageNode* packageNode, const StringKey& name, int openMode, AttributeCookie*& _cookie) argument
H A DAutoPackageAttributes.cpp132 OpenCookie(Package* package, const StringKey& name, int openMode, AttributeCookie*& _cookie) argument
/haiku/src/bin/
H A Dfdinfo.cpp33 open_mode_to_string(int openMode) argument
/haiku/src/apps/text_search/
H A DModel.cpp304 Model::_OpenFile(BFile* file, const char* name, uint32 openMode, argument
/haiku/src/system/boot/loader/
H A Dloader.cpp59 open_maybe_packaged(BootVolume& volume, const char* path, int openMode) argument
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DAttribute.cpp58 Attribute::CheckAccess(const char* name, int openMode) argument
120 Attribute::Create(const char* name, type_code type, int openMode, argument
152 Attribute::Open(const char* name, int openMode, attr_cookie** _cookie) argument
[all...]
/haiku/src/add-ons/kernel/bus_managers/i2c/
H A Dbus_raw.cpp32 i2c_bus_raw_open(void *bus, const char *path, int openMode, argument
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DShortAttribute.cpp42 ShortAttribute::Open(const char* name, int openMode, attr_cookie** _cookie) argument
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DFDManager.cpp131 FDManager::SetFile(BFile* file, const char* path, uint32 openMode) argument
159 FDManager::Open(const char* path, uint32 openMode, mode_t mode, int& fd) argument
/haiku/src/bin/rc/
H A Dcompile.cpp233 uint32 openMode = B_READ_WRITE | B_CREATE_FILE; local
/haiku/src/build/libbe/storage/
H A DFile.cpp58 BFile::BFile(const entry_ref *ref, uint32 openMode) argument
73 BFile::BFile(const BEntry *entry, uint32 openMode) argument
88 BFile(const char *path, uint32 openMode) argument
106 BFile(const BDirectory *dir, const char *path, uint32 openMode) argument
157 SetTo(const entry_ref *ref, uint32 openMode) argument
199 SetTo(const BEntry *entry, uint32 openMode) argument
240 SetTo(const char *path, uint32 openMode) argument
282 SetTo(const BDirectory *dir, const char *path, uint32 openMode) argument
[all...]
/haiku/src/system/libroot/os/
H A Dfs_attr.cpp103 fs_open_attr(const char *path, const char *attribute, uint32 type, int openMode) argument
111 fs_fopen_attr(int fd, const char* attribute, uint32 type, int openMode) argument
/haiku/src/tests/system/kernel/device_manager/playground/
H A Ddriver.cpp115 device_open(void* deviceCookie, int openMode, void** _cookie) argument
H A Dgeneric_video_driver.cpp101 device_open(void* deviceCookie, int openMode, void** _cookie) argument
H A Dspecific_video_driver.cpp101 device_open(void* deviceCookie, int openMode, void** _cookie) argument
/haiku/src/add-ons/kernel/file_systems/packagefs/package_links/
H A DPackageLinkDirectory.cpp94 PackageLinkDirectory::OpenAttribute(const StringKey& name, int openMode, argument
/haiku/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/src/add-ons/kernel/file_systems/fat/
H A Dattr.cpp125 dosfs_open_attr(fs_volume *_vol, fs_vnode *_node, const char *name, int openMode, void **_cookie) argument
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DCall.cpp77 acpi_call_open(void* _device, const char* path, int openMode, void** _cookie) argument

Completed in 311 milliseconds

12345