Searched refs:Open (Results 101 - 125 of 232) sorted by relevance

12345678910

/haiku/src/kits/media/legacy/
H A DOldMediaModule.cpp173 BMediaRenderer::Open() function in class:BMediaRenderer
399 BTransport::Open() function in class:BTransport
H A DOldAudioModule.h65 void Open();
H A DOldAudioModule.cpp211 BDACRenderer::Open() function in class:BDACRenderer
/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
H A DUnpackingLeafNode.cpp295 return UnpackingAttributeDirectoryCookie::Open(_ActivePackageNode(),
307 return UnpackingAttributeCookie::Open(_ActivePackageNode(), name, openMode,
/haiku/src/kits/device/
H A DJoystick.cpp106 BJoystick::Open(const char *portName) function in class:BJoystick
109 return Open(portName, true);
114 BJoystick::Open(const char *portName, bool enhanced) function in class:BJoystick
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DFDManager.cpp157 // Open
159 FDManager::Open(const char* path, uint32 openMode, mode_t mode, int& fd) function in class:FDManager
H A DClientVolume.h80 status_t Open(Node* node, int openMode,
/haiku/src/tests/add-ons/print/pdf/bezierbounds/
H A DBBView.cpp90 else fPath.Open();
/haiku/src/system/boot/loader/
H A DRootFileSystem.cpp32 RootFileSystem::Open(void **_cookie, int mode) function in class:RootFileSystem
H A Dload_driver_settings.cpp98 if (settings->Open(&cookie, O_RDONLY) == B_OK) {
H A Dloader.cpp158 if (modules->Open(&cookie, O_RDONLY) == B_OK) {
/haiku/src/add-ons/kernel/drivers/audio/ac97/sis7018/
H A DDriver.cpp146 status = gDevices[i]->Open(flags);
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DReplyInterpreter.h86 status_t Open(uint32* id, uint32* seq, bool* confirm,
H A DRequestBuilder.h52 status_t Open(OpenClaim claim, uint32 seq,
/haiku/src/add-ons/kernel/drivers/ports/usb_serial/
H A DSerialDevice.h61 status_t Open(uint32 flags);
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DAttribute.cpp58 Attribute::Open(const char* name, int openMode, attr_cookie** _cookie) function in class:Attribute
60 TRACE("Open\n");
/haiku/src/add-ons/media/plugins/dvd_streamer/
H A DDVDMediaIO.cpp64 DVDMediaIO::Open() function in class:DVDMediaIO
69 TRACE("DVDMediaIO::Open() dvdnav_open error\n");
75 TRACE("DVDMediaIO::Open() dvdnav_set_readahead_flag error: %s\n",
84 TRACE("DVDMediaIO::Open() setting languages error: %s\n",
91 TRACE("DVDMediaIO::Open() dvdnav_set_PGC_positioning_flag error: %s\n",
/haiku/src/system/boot/platform/amiga_m68k/
H A Ddevices.cpp82 ExecDevice::Open(const char *name, unsigned long unit, unsigned long flags) function in class:ExecDevice
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DPackage.h98 int Open();
H A DPackageFile.cpp157 int fd = package->Open();
/haiku/src/add-ons/kernel/drivers/network/ether/usb_davicom/
H A DDavicomDevice.h108 status_t Open(uint32 flags);
/haiku/src/add-ons/kernel/drivers/ports/pc_serial/
H A DSerialDevice.h52 status_t Open(uint32 flags);
/haiku/src/system/boot/loader/file_systems/tarfs/
H A Dtarfs.cpp108 virtual status_t Open(void** _cookie, int mode);
344 TarFS::Directory::Open(void** _cookie, int mode) function in class:TarFS::Directory
346 _inherited::Open(_cookie, mode);
643 status_t error = partition->Open(&cookie, O_RDONLY);
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DLeafAttribute.h162 status_t Open(const char* name, int openMode, attr_cookie** _cookie);
/haiku/src/system/kernel/device_manager/
H A DAbstractModuleDevice.cpp64 AbstractModuleDevice::Open(const char* path, int openMode, void** _cookie) function in class:AbstractModuleDevice

Completed in 115 milliseconds

12345678910