Searched refs:Node (Results 251 - 275 of 535) sorted by relevance

<<11121314151617181920>>

/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/resources/
H A Drscreate.c354 ACPI_NAMESPACE_NODE *Node; local
473 Node = ObjDesc->Reference.Node;
483 (ACPI_HANDLE) Node, &PathBuffer, FALSE);
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DAttributeIndexImpl.cpp14 #include "Node.h"
119 inline Node **GetCurrent()
128 inline Node **GetNext()
138 Node *fNode;
178 virtual void NodeRemoved(Node *node);
249 Node *node = attribute->GetNode();
385 FATAL("Node of current attribute and node of current entry "
465 if (Node **nodeP = fIterator.GetCurrent()) {
508 AttributeIndexImpl::Iterator::NodeRemoved(Node */*node*/)
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/events/
H A Devxface.c210 ACPI_NAMESPACE_NODE *Node = ACPI_CAST_PTR (ACPI_NAMESPACE_NODE, Device); local
270 if (!AcpiEvIsNotifyObject (Node))
278 ObjDesc = AcpiNsGetAttachedObject (Node);
283 ObjDesc = AcpiUtCreateInternalObject (Node->Type);
290 /* Attach new object to the Node, remove local reference */
292 Status = AcpiNsAttachObject (Device, ObjDesc, Node->Type);
329 HandlerObj->Notify.Node = Node;
386 ACPI_NAMESPACE_NODE *Node = ACPI_CAST_PTR (ACPI_NAMESPACE_NODE, Device); local
445 if (!AcpiEvIsNotifyObject (Node))
[all...]
H A Devgpeutil.c256 if ((GpeBlock->Node)->Type == ACPI_TYPE_DEVICE)
258 Info->GpeDevice = GpeBlock->Node;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/parser/
H A Dpsparse.c381 ReplacementOp->Common.Node = Op->Common.Node;
404 ReplacementOp->Common.Node = Op->Common.Node;
526 WalkState->MethodCallNode = (Op->Common.Value.Arg)->Common.Node;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexoparg2.c207 ACPI_NAMESPACE_NODE *Node; local
224 Node = (ACPI_NAMESPACE_NODE *) Operand[0];
232 if (!AcpiEvIsNotifyObject (Node))
236 AcpiUtGetTypeName (Node->Type)));
249 Status = AcpiEvQueueNotifyRequest (Node, Value);
/haiku/headers/private/file_systems/
H A DQueryParser.h126 typedef typename QueryPolicy::Node Node; typedef in class:QueryParser::Query
142 void LiveUpdate(Entry* entry, Node* node,
146 void LiveUpdateRenameMove(Entry* entry, Node* node,
186 typedef typename QueryPolicy::Node Node; typedef in class:QueryParser::Term
199 virtual status_t Match(Entry* entry, Node* node,
238 typedef typename QueryPolicy::Node Node; typedef in class:QueryParser::Equation
250 virtual status_t Match(Entry* entry, Node* nod
301 typedef typename QueryPolicy::Node Node; typedef in class:QueryParser::Operator
344 typedef typename QueryPolicy::Node Node; typedef in class:QueryParser::Expression
[all...]
/haiku/src/system/boot/loader/file_systems/packagefs/
H A Dpackagefs.cpp62 static status_t create_node(PackageNode* packageNode, ::Node*& _node);
512 struct File : ::Node {
606 struct Symlink : ::Node {
742 virtual Node* LookupDontTraverse(const char* name)
750 ::Node* node;
768 virtual status_t GetNextNode(void* _cookie, Node** _node)
807 create_node(PackageNode* packageNode, ::Node*& _node)
812 ::Node* node;
877 ::Node* rootNode;
/haiku/src/system/boot/loader/
H A DRootFileSystem.cpp52 Node*
101 RootFileSystem::GetNextNode(void *_cookie, Node **_node)
/haiku/src/kits/tracker/
H A DDesktopPoseView.cpp82 ASSERT(sourceModel.Node() != NULL);
84 BDirectory* sourceDirectory = dynamic_cast<BDirectory*>(sourceModel.Node());
H A DVirtualDirectoryManager.h17 #include <Node.h>
/haiku/src/kits/media/
H A DSoundPlayer.cpp201 roster->StartTimeSource(fPlayerNode->TimeSource()->Node(),
210 status_t err = roster->StartNode(fPlayerNode->Node(),
246 roster->StopNode(fPlayerNode->Node(), 0, true);
798 fInitStatus = roster->SetTimeSourceFor(fPlayerNode->Node().node,
825 fInitStatus = roster->GetFreeOutputsFor(fPlayerNode->Node(), &_output, 1,
839 fInitStatus = roster->SetRunModeNode(fPlayerNode->Node(),
871 fPlayerNode->Node().node, fPlayerNode->TimeSource()->Node().node);
/haiku/src/system/boot/platform/openfirmware/
H A Ddevices.cpp120 platform_get_boot_partitions(struct stage2_args *args, Node *device,
227 platform_register_boot_device(Node *device)
/haiku/src/system/boot/platform/amiga_m68k/
H A Ddevices.cpp171 platform_get_boot_partitions(struct stage2_args *args, Node *bootDevice,
190 platform_register_boot_device(Node *device)
/haiku/src/apps/cortex/RouteApp/
H A DRouteWindow.h48 #include <Node.h>
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DFile.h9 #include "Node.h"
15 class File : public Node {
/haiku/headers/os/storage/
H A DFile.h10 #include <Node.h>
H A DFilePanel.h11 #include <Node.h>
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DAttribute.cpp211 start += EXT2_INODE_NORMAL_SIZE + fInode->Node().ExtraInodeSize()
264 + fInode->Node().ExtraInodeSize(), end, name, index, &count,
275 if (fInode->Node().ExtendedAttributesBlock() != 0) {
276 fBlock.SetTo(fInode->Node().ExtendedAttributesBlock());
/haiku/src/servers/package/
H A DPackageFile.h12 #include <Node.h>
H A DRoot.h13 #include <Node.h>
/haiku/src/preferences/printers/
H A DPrinterListView.h94 BDirectory* Node();
/haiku/src/apps/mail/
H A DSignature.h47 #include <Node.h>
/haiku/src/servers/mail/
H A DMailDaemonApplication.h16 #include <Node.h>
/haiku/headers/private/mail/
H A Dmail_util.h17 #include <Node.h>

Completed in 201 milliseconds

<<11121314151617181920>>