Searched refs:Node (Results 376 - 400 of 535) sorted by relevance

<<11121314151617181920>>

/haiku/src/kits/device/
H A DUSBRoster.cpp14 #include <Node.h>
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DFile.cpp65 Node(volume, blockIndex, nodeData),
74 Node(volume, mode),
110 Node::DeletingNode();
294 Node::RevertNodeData(nodeData);
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DAttributeDirectory.cpp9 #include <Node.h>
H A DClientConnection.h127 void _GetNodeInfo(Node* node, NodeInfo* info);
/haiku/src/add-ons/kernel/file_systems/packagefs/package_links/
H A DPackageLinkDirectory.cpp216 Node* node = FindChild(dependency->FileName());
/haiku/src/apps/tv/
H A DVideoView.cpp82 VideoView::Node() function in class:VideoView
/haiku/src/tests/kits/media/nodetest/
H A DConsumerNode.cpp292 fInput.node = Node();
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPFolder.h15 #include <Node.h>
/haiku/src/add-ons/mail_daemon/inbound_filters/spam_filter/
H A DSpamFilter.cpp28 #include <Node.h>
/haiku/src/libs/print/libprint/
H A DPrinterDriver.cpp14 #include <Node.h>
/haiku/src/preferences/media/
H A DMidiSettingsView.cpp19 #include <Node.h>
/haiku/src/bin/
H A Dtrash.cpp17 #include <storage/Node.h>
H A Dreindex.cpp18 #include <Node.h>
/haiku/src/bin/desklink/
H A DMixerControl.cpp80 fMuteMediaNode = fMuteParameter->Web()->Node();
/haiku/src/kits/interface/
H A DDeskbar.cpp22 #include <Node.h>
/haiku/src/preferences/notifications/
H A DGeneralView.cpp25 #include <Node.h>
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DAttribute.cpp90 fSmall = fInode->FindSmallData(fNodeGetter.Node(), (const char*)name);
/haiku/src/apps/cortex/addons/LoggingConsumer/
H A DNodeHarnessWin.cpp163 r->GetNodeFor(mLogNode->Node().node, &mConnection.consumer);
/haiku/src/apps/codycam/
H A DCodyCam.cpp273 status = fMediaRoster->GetFreeInputsFor(fVideoConsumer->Node(),
366 status = fMediaRoster->StartNode(fVideoConsumer->Node(), perf);
388 fMediaRoster->StopNode(fVideoConsumer->Node(), 0, true);
399 fMediaRoster->ReleaseNode(fVideoConsumer->Node());
/haiku/headers/os/media/
H A DMediaNode.h157 media_node Node() const;
/haiku/src/kits/print/
H A DJobs.cpp44 #include <Node.h>
/haiku/src/kits/storage/
H A DStatable.cpp17 #include <Node.h>
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DInode.cpp131 if (Node().Size() > 0x7fffffffLL) {
159 TRACE("Inode::WriteBack() finished %" B_PRId32 "\n", Node().stream.direct[0]);
618 ext2_inode& node = inode->Node();
623 node.SetGroupID(parent != NULL ? parent->Node().GroupID() : getegid());
H A DInode.h97 ext2_inode& Node() { return fNode; } function in class:Inode
/haiku/src/apps/deskbar/
H A DStatusView.h40 #include <Node.h>

Completed in 132 milliseconds

<<11121314151617181920>>