Searched refs:Parent (Results 51 - 75 of 275) sorted by relevance

1234567891011

/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DIndex.cpp80 node->Name().Data(), node->Parent()->ID());
/haiku/src/add-ons/network_settings/ftpd/
H A DFTPServiceAddOn.cpp73 if (fView->Parent() == NULL)
/haiku/src/add-ons/network_settings/ipv4/
H A DIPv4InterfaceAddOn.cpp76 if (fView->Parent() == NULL)
/haiku/src/add-ons/network_settings/ipv6/
H A DIPv6InterfaceAddOn.cpp76 if (fView->Parent() == NULL)
/haiku/src/add-ons/network_settings/telnetd/
H A DTelnetServiceAddOn.cpp74 if (fView->Parent() == NULL)
/haiku/headers/private/kernel/boot/
H A Dpartitions.h36 Partition *Parent() const;
/haiku/src/add-ons/network_settings/dialup/
H A DAddOn.cpp80 if (fView->Parent() == NULL)
/haiku/src/tests/add-ons/kernel/file_systems/bfs/btree/
H A DInode.h41 block_run Parent() const { return block_run::Run(0, 0, 0); } function in class:Inode
/haiku/src/system/boot/loader/
H A Dpartitions.cpp135 if (child->Parent() == this)
175 Partition::Parent() const function in class:boot::Partition
177 //TRACE(("%p Partition::Parent is %p\n", this, fParent));
403 child->offset, child->size, child->Parent()));
541 return partition->Parent();
/haiku/src/add-ons/network_settings/vpn/
H A DVPNInterfaceAddOn.cpp110 if (fView->Parent() == NULL)
/haiku/src/apps/webpositive/tabview/
H A DTabView.h80 TabView* Parent() const;
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DPackageNode.h37 PackageDirectory* Parent() const { return fParent; } function in class:PackageNode
/haiku/headers/private/storage/
H A DMutablePartition.h70 BMutablePartition* Parent() const;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/dispatcher/
H A Ddsobject.c204 if ((Op->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) ||
205 (Op->Common.Parent->Common.AmlOpcode == AML_VARIABLE_PACKAGE_OP))
256 if ((Op->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) ||
257 (Op->Common.Parent->Common.AmlOpcode == AML_VARIABLE_PACKAGE_OP))
/haiku/src/system/kernel/disk_device_manager/
H A Ddisk_device_manager.cpp131 if (partition && partition->Parent())
132 return partition->Parent()->PartitionData();
192 if (KPartition* parent = partition->Parent())
H A DKPartition.cpp690 if (Parent() == NULL || Parent()->IsDevice()) {
698 status_t error = Parent()->GetFileName(buffer, size);
713 // Parent() is correct.
714 if (!path || path->InitCheck() != B_OK || !Parent() || Index() < 0)
857 KPartition::Parent() const function in class:KPartition
1084 return Parent() ? Parent()->DiskSystem() : NULL;
1159 if (Parent())
1160 Parent()
[all...]
/haiku/src/system/kernel/debug/
H A Ddebug_heap.cpp89 DebugAllocPool* Parent() const function in struct:DebugAllocPool
257 otherPool = otherPool->Parent();
263 sCurrentPool = pool->Parent();
/haiku/src/kits/shared/
H A DJsonMessageWriter.cpp41 Parent();
241 BStackedMessageEventListener::Parent() function in class:BStackedMessageEventListener
475 BStackedMessageEventListener* nextListener = listener->Parent();
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPStateMachine.cpp127 if (Interface().Parent())
128 Interface().Parent()->StateMachine().DownEvent(Interface());
427 if (Interface().IsMultilink() && !Interface().Parent()) {
468 if (Interface().IsMultilink() && !Interface().Parent())
564 if (Interface().Parent())
565 Interface().Parent()->StateMachine().UpFailedEvent(Interface());
718 if (Interface().Parent())
719 Interface().Parent()->StateMachine().UpFailedEvent(Interface());
798 if (Interface().IsMultilink() && !Interface().Parent()) {
813 if (Interface().IsMultilink() && !Interface().Parent()) {
[all...]
/haiku/src/system/kernel/device_manager/
H A Ddevice_manager.cpp121 device_node* Parent() const { return fParent; } function in struct:device_node
239 node = node->Parent();
483 if (!last->Parent())
487 = last->Parent()->Children().GetIterator();
720 device_node* parent = node->Parent();
1327 if (Parent() != NULL) {
1331 Parent()->_ReleaseWaiting();
1333 Parent()->RemoveChild(this);
1396 if (Parent() != NULL) {
1397 Parent()
[all...]
/haiku/src/apps/cortex/TipManager/
H A DTipManagerImpl.cpp96 pCurView = pCurView->Parent();
166 pCurView = pCurView->Parent();
313 // ASSERT(m_target->Parent());
393 while(parent && parent->Parent())
394 parent = parent->Parent();
424 while(parent && parent->Parent())
425 parent = parent->Parent();
/haiku/src/bin/package/
H A Dcommand_extract.cpp219 Entry* Parent() const function in struct:Entry
420 if (entry->Parent() != NULL) {
421 Token* parentToken = (Token*)entry->Parent()->UserToken();
689 _parentFD = entry->Parent() != NULL
690 ? ((Token*)entry->Parent()->UserToken())->fd : fBaseDirectory;
699 = entry->Parent()) {
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacnamesp.h245 ACPI_NAMESPACE_NODE *Parent,
251 ACPI_NAMESPACE_NODE *Parent,
321 ACPI_NAMESPACE_NODE *Parent);
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/namespace/
H A Dnsaccess.c273 NewNode->Parent = &AcpiGbl_RootNodeStruct;
511 PrefixNode = PrefixNode->Parent;
546 * Parent Prefixes (in which case the name's scope is relative
572 * Handle multiple Parent Prefixes (carat) by just getting
585 * part or the next Parent Prefix
592 ThisNode = ThisNode->Parent;
H A Dnsinit.c663 ParentNode = Node->Parent;
675 ParentNode = ParentNode->Parent;
832 DeviceNode->Parent != AcpiGbl_RootNode)

Completed in 136 milliseconds

1234567891011