Searched refs:Open (Results 76 - 100 of 232) sorted by relevance

12345678910

/haiku/src/kits/print/
H A DPrintTransport.cpp60 status_t PrintTransport::Open(BNode* printerFolder) function in class:PrintTransport
/haiku/src/add-ons/kernel/drivers/input/i2c_hid/
H A DHIDDevice.h28 status_t Open(ProtocolHandler *handler, uint32 flags);
/haiku/src/add-ons/kernel/drivers/network/ether/usb_rndis/
H A DRNDISDevice.h18 status_t Open();
/haiku/src/add-ons/kernel/network/protocols/unix/
H A DUnixEndpoint.h46 virtual status_t Open() = 0;
H A DUnixStreamEndpoint.h41 status_t Open() override;
/haiku/src/system/boot/platform/amiga_m68k/
H A DHandle.h56 status_t Open(const char *name, unsigned long unit = 0,
/haiku/headers/private/media/experimental/
H A DAdapterIO.h58 virtual status_t Open();
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNode.cpp192 // Open
194 Node::Open(int openMode, FileHandle** _fileHandle) function in class:Node
206 status_t error = fileHandle->Open(this, openMode);
234 status_t error = iterator->Open(this);
H A DNodeHandle.cpp95 // Open
97 FileHandle::Open(Node* node, int openMode) function in class:FileHandle
111 error = FDManager::Open(path.GetPath(), openMode | O_NOTRAVERSE, 0, fFD);
268 // Open
270 AttrDirIterator::Open(Node* node) function in class:AttrDirIterator
/haiku/src/apps/expander/
H A DExpanderSettings.cpp55 // 1 byte : Open destination folder (default : 0x1)
86 if (Open(&file, B_READ_ONLY) != B_OK)
149 if (Open(&file, B_CREATE_FILE | B_WRITE_ONLY) != B_OK)
201 ExpanderSettings::Open(BFile* file, int32 mode) function in class:ExpanderSettings
/haiku/src/tools/fs_shell/
H A Dcommand_cp.cpp125 virtual fssh_status_t Open(const char *path, int openMode, Node *&node) = 0;
355 virtual fssh_status_t Open(const char *path, int openMode, Node *&_node) function in class:FSShell::HostFSDomain
719 virtual fssh_status_t Open(const char *path, int openMode, Node *&_node) function in class:FSShell::GuestFSDomain
1082 fssh_status_t error = sourceDomain->Open(source,
1095 error = targetDomain->Open(target, FSSH_O_RDONLY | FSSH_O_NOTRAVERSE,
1106 error = targetDomain->Open(target, FSSH_O_RDONLY,
1136 error = targetDomain->Open(target, FSSH_O_RDWR | FSSH_O_TRUNC,
1323 fssh_status_t error = targetDomain->Open(target, FSSH_O_RDONLY, targetNode);
1365 error = targetDomain->Open(target, FSSH_O_RDONLY, targetNode);
1384 error = sourceDomain->Open(sourc
[all...]
/haiku/headers/private/kernel/boot/net/
H A DiSCSITarget.h35 status_t Open(ip_addr_t address, uint16 port);
/haiku/src/tests/add-ons/print/pdf/linepathbuilder/
H A DPathView.cpp123 else fPath.Open();
/haiku/src/add-ons/kernel/drivers/audio/ac97/sis7018/
H A DDevice.h50 status_t Open(uint32 flags);
/haiku/headers/os/midi/
H A DMidiPort.h19 status_t Open(const char* name);
/haiku/src/add-ons/media/plugins/rtsp_streamer/
H A DRTSPMediaIO.cpp56 RTSPMediaIO::Open() function in class:RTSPMediaIO
/haiku/src/apps/diskprobe/
H A DDiskProbe.cpp69 status_t Open(BFile* file, int32 mode);
127 if (Open(&file, B_READ_ONLY) != B_OK)
176 if (Open(&file, B_CREATE_FILE | B_WRITE_ONLY) != B_OK)
207 Settings::Open(BFile* file, int32 mode) function in class:Settings
/haiku/headers/private/kernel/platform/efi/protocol/
H A Dfile.h65 efi_status (*Open) (struct efi_file_protocol* self, struct efi_file_protocol** new_handle,
/haiku/src/add-ons/kernel/drivers/network/ether/usb_asix/
H A DASIXDevice.h49 status_t Open(uint32 flags);
/haiku/src/add-ons/kernel/drivers/input/i2c_elan/
H A DELANDevice.h27 status_t Open(uint32 flags);
/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A DL2capEndpoint.h30 status_t Open();
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DOpenState.cpp177 req.Open(CLAIM_PREVIOUS, sequence, sModeToAccess(fMode), newClientID,
199 result = reply.Open(fStateID, &fStateSeq, &confirm, &delegation);
/haiku/src/kits/midi/
H A DMidiPort.cpp41 Open(name);
67 BMidiPort::Open(const char* name) function in class:BMidiPort
/haiku/src/tests/kits/device/stickit_BJoystick/
H A DStickItWindow.cpp107 err = joystick->Open(devName);
109 temp1 = AddToList(fListView1, "BJoystick::Open()");
110 temp1 = AddToList(fListView1, "BJoystick::Open()");
167 err = stick->Open(devName);
168 temp1 = AddToList(fListView1, "BJoystick::Open()");
/haiku/src/kits/media/legacy/
H A DOldMediaModule.h92 virtual void Open();
142 virtual void Open();

Completed in 278 milliseconds

12345678910