Searched refs:Open (Results 1 - 25 of 236) sorted by relevance

12345678910

/haiku-fatelf/headers/private/print/
H A DPrintTransport.h48 status_t Open(BNode* printerFolder);
/haiku-fatelf/src/apps/expander/
H A DExpanderSettings.h46 status_t Open(BFile *file, int32 mode);
/haiku-fatelf/src/kits/device/
H A DA2D.cpp20 BA2D::Open(const char* portName) function in class:BA2D
H A DD2A.cpp19 BD2A::Open(const char* portName) function in class:BD2A
H A DDigitalPort.cpp19 BDigitalPort::Open(const char *portName) function in class:BDigitalPort
/haiku-fatelf/headers/os/device/
H A DA2D.h18 status_t Open(const char* portName);
H A DD2A.h18 status_t Open(const char* portName);
H A DDigitalPort.h19 status_t Open(const char* portName);
H A DJoystick.h26 status_t Open(const char* portName);
27 status_t Open(const char* portName, bool enhanced);
/haiku-fatelf/src/add-ons/kernel/file_systems/packagefs/
H A DUnpackingAttributeDirectoryCookie.h25 static status_t Open(PackageNode* packageNode,
H A DUnpackingAttributeCookie.h26 static status_t Open(PackageNode* packageNode, const char* name,
/haiku-fatelf/src/add-ons/media/plugins/ape_reader/MAClib/
H A DIO.h26 virtual int Open(const wchar_t * pName) = 0;
H A DStdLibFileIO.h18 int Open(LPCTSTR pName);
/haiku-fatelf/src/add-ons/print/drivers/pdf/source/
H A DSubPath.h57 void Open();
/haiku-fatelf/src/system/kernel/disk_device_manager/
H A DKPartitioningSystem.cpp70 if (partition->Open(O_RDONLY, &fd) != B_OK)
87 status_t result = partition->Open(O_RDONLY, &fd);
157 status_t result = partition->Open(O_RDWR, &fd);
183 status_t result = child->Parent()->Open(O_RDWR, &fd);
209 status_t result = partition->Open(O_RDWR, &fd);
235 status_t result = child->Parent()->Open(O_RDWR, &fd);
263 status_t result = child->Parent()->Open(O_RDWR, &fd);
291 status_t result = partition->Open(O_RDWR, &fd);
318 status_t result = child->Parent()->Open(O_RDWR, &fd);
346 status_t result = child->Parent()->Open(O_RDW
[all...]
H A DKFileSystem.cpp63 if (partition->Open(O_RDONLY, &fd) != B_OK)
79 status_t result = partition->Open(O_RDONLY, &fd);
157 status_t result = partition->Open(O_RDWR, &fd);
183 status_t result = partition->Open(O_RDWR, &fd);
210 status_t result = partition->Open(O_RDWR, &fd);
235 status_t result = partition->Open(O_RDWR, &fd);
/haiku-fatelf/src/add-ons/kernel/file_systems/btrfs/
H A DAttribute.h32 status_t Open(const char* name, int openMode,
/haiku-fatelf/src/add-ons/media/plugins/ape_reader/LibMonkeysAudio/
H A DPositionBridgeIO.h19 virtual int Open(const wchar_t* oName);
/haiku-fatelf/src/apps/terminal/
H A DShell.h32 status_t Open(int row, int col,
/haiku-fatelf/src/system/boot/loader/file_systems/amiga_ffs/
H A DDirectory.h27 virtual status_t Open(void **_cookie, int mode);
H A DFile.h23 virtual status_t Open(void **_cookie, int mode);
/haiku-fatelf/src/system/boot/loader/file_systems/bfs/
H A DDirectory.h27 virtual status_t Open(void **_cookie, int mode);
/haiku-fatelf/src/add-ons/kernel/file_systems/exfat/
H A DVolume.cpp44 int Open(const char* device, int mode);
45 int Open(int fd, int mode);
75 Open(device, mode);
83 Open(fd, mode);
97 DeviceOpener::Open(const char* device, int mode) function in class:DeviceOpener
105 return Open(device, O_RDONLY | O_NOCACHE);
118 return Open(device, O_RDONLY | O_NOCACHE);
129 DeviceOpener::Open(int fd, int mode) function in class:DeviceOpener
/haiku-fatelf/src/system/boot/platform/amiga_m68k/
H A Dconsole.cpp44 status_t Open();
69 status_t Open();
85 status_t Open();
233 ConsoleDevice::Open() function in class:ConsoleDevice
279 err = ExecDevice::Open(CONSOLENAME, CONU_STANDARD, 0);
434 KeyboardDevice::Open() function in class:KeyboardDevice
436 return ExecDevice::Open("keyboard.device");
544 LLKeyboardDevice::Open() function in class:LLKeyboardDevice
688 err = sDebugOutput.Open();
690 panic("sDebugOutput.Open()
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Ddevice.h51 #define NDevOpen(nd) test_ndev_flag(nd, Open)
52 #define NDevSetOpen(nd) set_ndev_flag(nd, Open)
53 #define NDevClearOpen(nd) clear_ndev_flag(nd, Open)

Completed in 119 milliseconds

12345678910