Searched refs:children (Results 26 - 50 of 65) sorted by relevance

123

/haiku/headers/os/interface/
H A DCardLayout.h45 virtual void LayoutInvalidated(bool children = false);
H A DTwoDimensionalLayout.h66 virtual void LayoutInvalidated(bool children = false);
H A DAbstractLayout.h55 virtual void LayoutInvalidated(bool children);
/haiku/src/libs/glut/
H A DglutWindow.h47 GlutWindow *children; /* first child window */ member in class:GlutWindow
/haiku/src/add-ons/kernel/file_systems/websearchfs/
H A Dwebsearchfs.h66 struct fs_node *parent, *children; member in struct:fs_node
H A Dwebsearchfs.c254 TRACE("SLL_REMOVE(node->parent->children %p, next, %p)\n", node->parent->children, node);
255 SLL_REMOVE(node->parent->children, next, node);
338 n = (fs_node *)SLL_FIND(base->children, next,
454 for (n = node->children; n && index; n = n->next, index--); //XXX: care about n->hidden || n->deleted
697 n = (fs_node *)SLL_FIND(dir->children, next,
711 n = (fs_node *)SLL_FIND(dir->children, next,
748 err = SLL_INSERT(dir->children, next, n);
815 n = (fs_node *)SLL_FIND(dir->children, next,
818 if (n->children)
[all...]
/haiku/headers/private/kernel/
H A Dcpu.h44 cpu_topology_node** children; member in struct:cpu_topology_node
/haiku/src/kits/package/hpkg/
H A DPackageWriterImpl.cpp70 DoublyLinkedList<Attribute> children; member in struct:BPackageKit::BHPKG::BPrivate::PackageWriterImpl::Attribute
85 children.Add(child);
90 children.Remove(child);
95 while (Attribute* child = children.RemoveHead())
102 = children.GetIterator(); Attribute* child = it.Next();) {
125 = children.GetIterator(); Attribute* child = it.Next();) {
141 = children.GetIterator(); Attribute* child = it.Next();) {
414 = attribute->children.GetIterator();
1129 // directory -- recursively add children
1243 = attribute->children
[all...]
/haiku/src/libs/alm/
H A DSharedSolver.h40 void Invalidate(bool children);
H A DSharedSolver.cpp126 SharedSolver::Invalidate(bool children) argument
140 fLayouts.ItemAt(i)->InvalidateLayout(children);
/haiku/src/add-ons/kernel/drivers/network/ether/broadcom570x/dev/bge/
H A Dif_bge.c6252 struct sysctl_oid_list *children; local
6256 children = SYSCTL_CHILDREN(device_get_sysctl_tree(sc->bge_dev));
6259 SYSCTL_ADD_PROC(ctx, children, OID_AUTO, "debug_info",
6263 SYSCTL_ADD_PROC(ctx, children, OID_AUTO, "reg_read",
6267 SYSCTL_ADD_PROC(ctx, children, OID_AUTO, "ape_read",
6271 SYSCTL_ADD_PROC(ctx, children, OID_AUTO, "mem_read",
6291 SYSCTL_ADD_INT(ctx, children, OID_AUTO, "forced_collapse",
6297 SYSCTL_ADD_INT(ctx, children, OID_AUTO, "msi",
6311 SYSCTL_ADD_INT(ctx, children, OID_AUTO, "forced_udpcsum",
6317 bge_add_sysctl_stats_regs(sc, ctx, children);
6332 struct sysctl_oid_list *children, *schildren; local
[all...]
/haiku/src/kits/interface/
H A DSplitLayout.h82 virtual void LayoutInvalidated(bool children);
113 bool children = false);
172 // Incorporates the children's height for width constraints for a
H A DViewPort.cpp106 virtual void LayoutInvalidated(bool children) argument
H A DAbstractLayout.cpp475 BAbstractLayout::LayoutInvalidated(bool children) argument
477 BLayout::LayoutInvalidated(children);
H A DCardLayout.cpp184 BCardLayout::LayoutInvalidated(bool children) argument
197 // this cannot be done when we are viewless, as our children
/haiku/src/kits/storage/disk_device/
H A DPartition.cpp1289 // create and init children
1294 error = child->_SetTo(fDevice, this, fPartitionData->children[i]);
1311 // delete children
1330 // remove all children not longer persistent
1340 if (data->children[k]->id == child->ID()) {
1344 data->children[k], updated);
1350 data->children[k]->user_data = child;
1389 // add new children and update existing ones
1392 user_partition_data* childData = data->children[i];
1426 // delete the BPartition and its children
[all...]
H A DDiskDevice.cpp299 * Deletes and recreates all BPartition children to apply the changes,
549 _ClearUserData(data->children[i]);
/haiku/src/tests/add-ons/print/ppd/ui/
H A DPPDConfigView.cpp455 StatementList* children= statement->GetChildren(); local
456 if (children == NULL) {
463 builder.Visit(children);
/haiku/src/apps/diskusage/
H A DPieView.cpp263 } else if (info->children.size() > 0) {
551 // Draw children.
552 vector<FileInfo*>::iterator i = info->children.begin();
553 while (i != info->children.end()) {
712 if (info->children.size() > 0) {
/haiku/src/system/kernel/
H A Dsystem_info.cpp417 count_topology_nodes(node->children[i], count);
426 node = node->children[0];
455 topology = generate_topology_array(topology, node->children[i], count);
H A Dteam.cpp159 // A list of process groups of children of dying session leaders that need to
434 hash_next = siblings_next = parent = children = group_next = NULL;
450 dead_children.condition_variable.Init(&dead_children, "team children");
1158 kprintf("children: %p\n", team->children);
1288 team->siblings_next = parent->children;
1289 parent->children = team;
1307 for (child = parent->children; child != NULL;
1311 parent->children = child->siblings_next;
2325 /*! Returns if the specified team \a parent has any children belongin
2357 get_job_control_entry(team_job_control_children& children, pid_t id) argument
[all...]
/haiku/headers/private/package/hpkg/
H A DWriterImplBase.h89 DoublyLinkedList<PackageAttribute> children; member in struct:BPackageKit::BHPKG::BPrivate::WriterImplBase::PackageAttribute
/haiku/headers/libs/alm/
H A DALMLayout.h175 virtual void LayoutInvalidated(bool children);
/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme_internal.h268 TAILQ_HEAD(, nvme_request) children; member in struct:nvme_request
/haiku/src/system/kernel/device_manager/
H A Ddevfs.cpp288 // and has children
841 devfs_vnode* children = vnode->stream.u.dir.dir_head; local
842 while (children != NULL) {
843 kprintf(" %p, id %" B_PRIdINO "\n", children, children->id);
844 children = children->dir_next;

Completed in 392 milliseconds

123