Searched refs:parent (Results 201 - 225 of 666) sorted by relevance

1234567891011>>

/haiku/headers/private/kernel/util/
H A DAVLTreeBase.h20 AVLTreeNode* parent; member in struct:AVLTreeNode
98 int _CheckTree(AVLTreeNode* parent,
177 inline AVLTreeIterator(const AVLTreeBase* parent, AVLTreeNode* current, argument
180 fParent(parent),
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DCheckVisitor.cpp202 CheckVisitor::VisitDirectoryEntry(Inode* inode, Inode* parent, argument
248 // file don't fit to its parent, there is a serious problem)
249 if (((parent->Mode() & S_ATTR_DIR) != 0
251 || ((parent->Mode() & S_INDEX_DIR) != 0
253 || (is_directory(parent->Mode())
255 FATAL(("inode at %" B_PRIdOFF " is of wrong type: %o (parent "
257 inode->Mode(), parent->Mode(), parent->BlockNumber()));
262 Control().status = _RemoveInvalidNode(parent, NULL, inode,
336 CheckVisitor::OpenInodeFailed(status_t reason, ino_t id, Inode* parent, argument
378 TreeIterationFailed(status_t reason, Inode* parent) argument
390 _RemoveInvalidNode(Inode* parent, BPlusTree* tree, Inode* inode, const char* name) argument
[all...]
/haiku/src/libs/compat/freebsd_network/
H A Dbus_dma.cpp27 bus_dma_tag_t parent; member in struct:bus_dma_tag
91 bus_dma_tag_create(bus_dma_tag_t parent, bus_size_t alignment, bus_addr_t boundary, argument
124 if (parent != NULL) {
125 newtag->parent = parent;
126 atomic_add(&parent->ref_count, 1);
128 newtag->lowaddr = MIN(parent->lowaddr, newtag->lowaddr);
129 newtag->highaddr = MAX(parent->highaddr, newtag->highaddr);
130 newtag->alignment = MAX(parent->alignment, newtag->alignment);
133 newtag->boundary = parent
158 bus_dma_tag_t parent; local
[all...]
/haiku/src/kits/tracker/infowindow/
H A DHeaderView.cpp540 HeaderView::BuildContextMenu(BMenu* parent) argument
542 if (parent == NULL)
576 parent->AddItem(navigationItem, 0);
577 parent->AddItem(new BSeparatorItem(), 1);
585 parent->AddItem(new BMenuItem(B_TRANSLATE("Open"),
589 parent->AddItem(new BMenuItem(B_TRANSLATE("Edit name"),
591 parent->AddSeparatorItem();
596 parent->AddItem(item);
608 parent->AddItem(new BMenuItem(B_TRANSLATE("Identify"),
612 parent
[all...]
/haiku/src/apps/icon-o-matic/transformable/
H A DTransformGradientBox.h31 Shape* parent);
/haiku/src/add-ons/kernel/busses/virtio/virtio_mmio/
H A Dvirtio_mmio.cpp80 virtio_device_supports_device(device_node* parent) argument
82 TRACE("supports_device(%p)\n", parent);
87 status_t status = gDeviceManager->get_attr_string(parent,
93 status = gDeviceManager->get_attr_string(parent, B_DEVICE_BUS, &bus, false);
101 status = gDeviceManager->get_attr_string(parent, "fdt/compatible",
116 status = gDeviceManager->get_attr_string(parent, "acpi/hid",
164 virtio_device_register_device(device_node* parent) argument
166 TRACE("register_device(%p)\n", parent);
170 status_t status = gDeviceManager->get_attr_string(parent, B_DEVICE_BUS, &bus, false);
182 if (gDeviceManager->get_driver(parent, (driver_module_inf
[all...]
/haiku/src/add-ons/kernel/busses/pci/ecam/
H A DECAMPCIControllerACPI.cpp20 DeviceNodePutter<&gDeviceManager> parent(gDeviceManager->get_parent_node(fNode));
21 return ReadResourceInfo(parent.Get());
26 ECAMPCIControllerACPI::ReadResourceInfo(device_node* parent) argument
39 CHECK_RET(gDeviceManager->get_driver(parent, (driver_module_info**)&acpiDeviceModule,
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DTeamsPage.cpp69 MainWindow::TeamsPage::TeamsPage(MainWindow* parent) argument
72 fParent(parent),
/haiku/src/apps/debuganalyzer/gui/table/
H A DAbstractTable.h84 virtual void MouseDown(BColumnListView* parent, BRow* row,
87 virtual void MouseUp(BColumnListView* parent, BRow* row,
/haiku/src/apps/diskusage/
H A DSnapshot.cpp33 parent(NULL),
80 if (parent == NULL) {
/haiku/src/apps/packageinstaller/
H A DPackageStatus.cpp50 const char *trailing, BHandler *parent)
55 fParent(parent)
85 // If we have a parent defined, forward this message
49 PackageStatus(const char *title, const char *label, const char *trailing, BHandler *parent) argument
/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
H A DDirectory.cpp34 Directory::Init(Directory* parent, const String& name) argument
36 status_t error = Node::Init(parent, name);
/haiku/src/tests/kits/net/urlRequest/
H A DurlProtocolListener_test.cpp93 TestThread* parent = (TestThread*)ptr; local
95 parent->t.DoTest();
/haiku/src/tests/apps/haikudepot/
H A DStandardMetaDataJsonEventListenerTest.cpp113 StandardMetaDataJsonEventListenerTest::AddTests(BTestSuite& parent) argument
138 parent.addTest("StandardMetaDataJsonEventListenerTest", &suite);
H A DValidationUtilsTest.cpp149 ValidationUtilsTest::AddTests(BTestSuite& parent) argument
179 parent.addTest("ValidationUtilsTest", &suite);
H A DDataIOUtilsTest.cpp108 DataIOUtilsTest::AddTests(BTestSuite& parent) argument
127 parent.addTest("DataIOUtilsTest", &suite);
H A DLanguageModelTest.cpp104 LanguageModelTest::AddTests(BTestSuite& parent) argument
123 parent.addTest("LanguageModelTest", &suite);
/haiku/src/tests/kits/locale/
H A DStringFormatTest.cpp129 StringFormatTest::AddTests(BTestSuite& parent) argument
138 parent.addTest("StringFormatTest", &suite);
/haiku/src/tests/kits/media/
H A DFormatDescriptions.cpp80 FormatDescriptionsTest::AddTests(BTestSuite& parent)
88 parent.addTest("FormatDescriptionsTest", &suite);
/haiku/src/bin/
H A Ddiff_zip.cpp26 static Node* create_node(Directory* parent, const string& name,
58 Node(Directory* parent, const string& name, const struct stat& st) argument
59 : fParent(parent),
135 Directory(Directory* parent, const string& name, const struct stat& st) argument
136 : Node(parent, name, st),
287 create_node(Directory* parent, const string& name, const struct stat& st) argument
290 return new Directory(parent, name, st);
291 return new Node(parent, name, st);
/haiku/src/tests/kits/net/service/
H A DFileTest.cpp93 FileTest::AddTests(BTestSuite& parent) argument
100 parent.addTest("FileTest", suite);
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DPackageNode.cpp44 PackageNode::Init(PackageDirectory* parent, const String& name) argument
46 fParent = parent;
/haiku/src/system/kernel/
H A Dusergroup.cpp252 /*! Copies the user and group information from \a parent to \a team.
253 The caller must hold the lock to both \a team and \a parent.
256 inherit_parent_user_and_group(Team* team, Team* parent) argument
258 team->saved_set_uid = parent->saved_set_uid;
259 team->real_uid = parent->real_uid;
260 team->effective_uid = parent->effective_uid;
261 team->saved_set_gid = parent->saved_set_gid;
262 team->real_gid = parent->real_gid;
263 team->effective_gid = parent->effective_gid;
264 team->supplementary_groups = parent
[all...]
/haiku/src/apps/devices/
H A DDeviceACPI.cpp39 DeviceACPI::DeviceACPI(Device* parent) argument
41 Device(parent)
/haiku/src/add-ons/kernel/drivers/power/pch_thermal/
H A Dpch_thermal.cpp183 pch_thermal_support(device_node *parent) argument
187 // make sure parent is really the PCI bus manager
188 if (sDeviceManager->get_attr_string(parent, B_DEVICE_BUS, &bus, false))
198 if (sDeviceManager->get_attr_uint16(parent, B_DEVICE_VENDOR_ID, &vendorID,
200 || sDeviceManager->get_attr_uint16(parent, B_DEVICE_ID, &deviceID,
274 device_node *parent; local
283 parent = sDeviceManager->get_parent_node(node);
284 sDeviceManager->get_driver(parent, (driver_module_info **)&device->pci,
286 sDeviceManager->put_node(parent);

Completed in 120 milliseconds

1234567891011>>