Searched refs:Node (Results 401 - 425 of 535) sorted by relevance

<<11121314151617181920>>

/haiku/src/system/boot/platform/bios_ia32/
H A Ddevices.cpp130 class BIOSDrive : public Node {
426 Node *device;
880 platform_get_boot_partitions(struct stage2_args *args, Node *bootDevice,
913 platform_register_boot_device(Node *device)
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexconfig.c287 StartNode = WalkState->ScopeInfo->Scope.Node;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutobject.c648 /* A Namespace Node should never appear here */
696 Size = AcpiNsGetPathnameLength (InternalObject->Reference.Node);
H A Dutcopy.c310 InternalObject->Reference.Node;
312 AcpiNsGetType (InternalObject->Reference.Node);
/haiku/src/kits/tracker/
H A DWidgetAttributeText.cpp1172 if (!fModel->Node())
1179 length = fModel->Node()->ReadAttr(fColumn->AttrName(),
1214 if (fModel->Node()->GetAttrInfo(fColumn->AttrName(), &info)
1217 length = fModel->Node()->ReadAttr(fColumn->AttrName(),
2058 BFile* file = dynamic_cast<BFile*>(fModel->Node());
H A DFSUndoRedo.cpp42 #include <Node.h>
H A DRecentItems.cpp300 BNode* resultNode = result->Node();
H A DBackgroundImage.cpp40 #include <Node.h>
/haiku/src/add-ons/kernel/file_systems/bfs/
H A Dkernel_interface.cpp73 const bfs_inode& node = inode->Node();
880 bfs_inode& node = inode->Node();
1090 strcpy(link->Node().short_symlink, path);
1092 link->Node().flags |= HOST_ENDIAN_TO_BFS_INT32(INODE_LONG_SYMLINK
1612 size_t linkLength = strlen(inode->Node().short_symlink);
1618 memcpy(buffer, inode->Node().short_symlink, bytesToCopy);
2238 bfs_inode& node = index.Node()->Node();
2244 stat->st_blocks = index.Node()->AllocatedSize() / 512;
/haiku/src/add-ons/kernel/file_systems/ext2/
H A Dkernel_interface.cpp266 inode->Node().SetDeletionTime(real_time_clock());
590 const ext2_inode& node = inode->Node();
626 ext2_inode& node = inode->Node();
824 strcpy(link->Node().symlink, path);
825 link->Node().SetSize((uint32)length);
1317 memcpy(buffer, inode->Node().symlink, bytesToCopy);
/haiku/src/kits/debugger/user_interface/util/
H A DUiUtils.cpp289 ValueNode* node = child->Node();
324 node = node->ChildAt(0)->Node();
/haiku/src/apps/cortex/RouteApp/
H A DRouteAppNodeManager.cpp179 BString title = B_TRANSLATE("Node '%name%' created");
203 if(ts->Node() != systemClock)
205 g->setTimeSource(ts->Node());
221 BString title = B_TRANSLATE("Node '%name%' released");
/haiku/src/servers/media_addon/
H A DMediaAddonServer.cpp267 media_node node = fSystemTimeSource->Node();
735 TRACE("Node created!\n");
773 info.active_flavors.push_back(node->Node());
/haiku/src/add-ons/kernel/bus_managers/usb/
H A Dusb_private.h245 device_node * Node() const function in class:BusManager
605 device_node * Node() const function in class:Device
/haiku/src/apps/codycam/
H A DVideoConsumer.cpp384 fIn.node = Node();
472 fIn.node = Node();
/haiku/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundAddOn.cpp15 #include <Node.h>
/haiku/src/apps/switcher/
H A DLaunchButton.cpp19 #include <Node.h>
/haiku/src/tests/kits/storage/
H A DStatableTest.cpp10 #include <Node.h>
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DDirectory.cpp1511 Node(volume, blockIndex, nodeData)
1518 Node(volume, mode)
1531 Node::DeletingNode();
1543 Node* node;
/haiku/src/kits/storage/
H A DVolume.cpp17 #include <Node.h>
H A DMime.cpp30 #include <Node.h>
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareAttrDir.cpp8 #include <Node.h>
/haiku/src/kits/game/
H A DGameProducer.cpp428 fOutput.node = Node();
/haiku/src/apps/tv/
H A DController.cpp278 video_window_node = fVideoNode->Node();
/haiku/src/bin/bfs_tools/lib/
H A DBPlusTree.h165 bplustree_node *Node(off_t nodeoffset,bool check = true);

Completed in 193 milliseconds

<<11121314151617181920>>