Searched refs:child (Results 201 - 225 of 292) sorted by relevance

1234567891011>>

/haiku/src/libs/compat/openbsd_wlan/sys/
H A Dtree.h525 struct type *child, *parent, *old = elm; \
528 child = RB_RIGHT(elm, field); \
530 child = RB_LEFT(elm, field); \
536 child = RB_RIGHT(elm, field); \
539 if (child) \
540 RB_PARENT(child, field) = parent; \
543 RB_LEFT(parent, field) = child; \
545 RB_RIGHT(parent, field) = child; \
548 RB_ROOT(head) = child; \
573 if (child) \
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/rdc/dev/vte/
H A Dif_vte.c557 struct sysctl_oid_list *child, *parent; local
564 child = SYSCTL_CHILDREN(device_get_sysctl_tree(sc->vte_dev));
566 SYSCTL_ADD_PROC(ctx, child, OID_AUTO, "int_rx_mod",
569 SYSCTL_ADD_PROC(ctx, child, OID_AUTO, "int_tx_mod",
599 tree = SYSCTL_ADD_NODE(ctx, child, OID_AUTO, "stats", CTLFLAG_RD,
606 child = SYSCTL_CHILDREN(tree);
607 VTE_SYSCTL_STAT_ADD32(ctx, child, "good_frames",
609 VTE_SYSCTL_STAT_ADD32(ctx, child, "good_bcast_frames",
611 VTE_SYSCTL_STAT_ADD32(ctx, child, "good_mcast_frames",
613 VTE_SYSCTL_STAT_ADD32(ctx, child, "run
[all...]
/haiku/src/libs/compat/freebsd_network/
H A Dbus.cpp538 bus_print_child_header(device_t dev, device_t child) argument
546 bus_print_child_footer(device_t dev, device_t child) argument
554 bus_generic_print_child(device_t dev, device_t child) argument
569 bus_child_present(device_t child) argument
571 device_t parent = device_get_parent(child);
H A Ddriver.c95 device_t child = device_add_child_driver(root, driver->name, driver, 0); local
96 if (child == NULL)
100 *_child = child;
/haiku/src/kits/interface/
H A DGridLayout.cpp392 BGridLayout::AddView(BView* child) argument
394 return BTwoDimensionalLayout::AddView(child);
399 BGridLayout::AddView(int32 index, BView* child) argument
401 return BTwoDimensionalLayout::AddView(index, child);
406 BGridLayout::AddView(BView* child, int32 column, int32 row, int32 columnCount, argument
409 if (!child)
412 BLayoutItem* item = new BViewLayoutItem(child);
/haiku/src/add-ons/kernel/drivers/network/ether/atheros813x/dev/alc/
H A Dif_alc.c1743 struct sysctl_oid_list *child, *parent; local
1750 child = SYSCTL_CHILDREN(device_get_sysctl_tree(sc->alc_dev));
1752 SYSCTL_ADD_PROC(ctx, child, OID_AUTO, "int_rx_mod",
1755 SYSCTL_ADD_PROC(ctx, child, OID_AUTO, "int_tx_mod",
1783 SYSCTL_ADD_PROC(ctx, child, OID_AUTO, "process_limit",
1802 tree = SYSCTL_ADD_NODE(ctx, child, OID_AUTO, "stats",
1809 child = SYSCTL_CHILDREN(tree);
1810 ALC_SYSCTL_STAT_ADD32(ctx, child, "good_frames",
1812 ALC_SYSCTL_STAT_ADD32(ctx, child, "good_bcast_frames",
1814 ALC_SYSCTL_STAT_ADD32(ctx, child, "good_mcast_frame
[all...]
/haiku/src/kits/debugger/dwarf/
H A DDebugInfoEntries.h167 virtual status_t AddChild(DebugInfoEntry* child);
347 virtual status_t AddChild(DebugInfoEntry* child);
376 virtual status_t AddChild(DebugInfoEntry* child);
494 virtual status_t AddChild(DebugInfoEntry* child);
556 virtual status_t AddChild(DebugInfoEntry* child);
652 virtual status_t AddChild(DebugInfoEntry* child);
791 virtual status_t AddChild(DebugInfoEntry* child);
1234 virtual status_t AddChild(DebugInfoEntry* child);
1290 virtual status_t AddChild(DebugInfoEntry* child);
1688 virtual status_t AddChild(DebugInfoEntry* child);
[all...]
/haiku/src/kits/debugger/value/value_nodes/
H A DBMessageValueNode.cpp618 BMessageFieldNodeChild *child, BMessageValueNode* parent,
621 ValueNode(child),
657 BMessageFieldNodeChild* child = new(std::nothrow) local
661 if (child == NULL)
665 child->SetContainer(fContainer);
667 fChildren.AddItem(child);
617 BMessageFieldNode( BMessageFieldNodeChild *child, BMessageValueNode* parent, const BString &name, type_code type, int32 count) argument
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DImageFunctionsView.cpp114 bool AddChild(SourcePathComponentNode* child) argument
116 if (!fChildPathComponents.BinaryInsert(child,
121 child->AcquireReference();
126 bool RemoveChild(SourcePathComponentNode* child) argument
128 if (!fChildPathComponents.RemoveItem(child))
131 child->ReleaseReference();
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DExtentStream.cpp525 ext2_extent_stream *child = (ext2_extent_stream *)cached.SetTo( local
527 if (child->extent_header.Depth() != (stream->extent_header.Depth() - 1)
528 || _Check(child, block) != B_OK)
567 ext2_extent_stream *child = (ext2_extent_stream *)cached.SetTo( local
569 if (child->extent_header.Depth() != (stream->extent_header.Depth() - 1)
570 || _CheckBlock(child, block) != B_OK)
/haiku/src/tests/system/libroot/posix/
H A Dxsi_sem_test1.cpp188 pid_t child = fork(); local
189 if (child == 0) {
190 // The child first will test the IPC_NOWAIT
200 wait_for_child(child);
/haiku/src/apps/clock/
H A Dcl_view.cpp338 BView *child = ChildAt(0); local
339 if (child)
340 child->Invalidate();
/haiku/src/apps/webpositive/
H A DCookieWindow.cpp251 // The item has no cookies, and only a single child. We can
252 // remove it and move its child one level up in the tree.
257 BListItem* child = fDomains->FullListItemAt(index + j); local
258 child->SetOutlineLevel(child->OutlineLevel() - 1);
264 // The moved child is at the same index the removed item was.
/haiku/src/apps/cortex/RouteApp/
H A DDormantNodeIO.cpp527 IPersistent* child,
530 StringContent* obj = dynamic_cast<StringContent*>(child);
562 delete child;
526 xmlImportChild( IPersistent* child, ImportContext& context) argument
/haiku/src/servers/app/stackandtile/
H A DSATWindow.cpp150 SATWindow::StackWindow(SATWindow* child) argument
157 if (group->AddWindow(child, area, this) == false)
162 if (fWindow->AddWindowToStack(child->GetWindow()) == false) {
163 group->RemoveWindow(child);
/haiku/src/servers/net/
H A DServices.cpp429 pid_t child = fork(); local
430 if (child == 0) {
436 // We're the child, replace standard input/output
466 if (child < 0) {
470 service.process = child;
473 // TODO: make sure child started successfully...
/haiku/src/add-ons/kernel/drivers/network/ether/nforce/dev/nfe/
H A Dif_nfe.c3121 struct sysctl_oid_list *child, *parent; local
3128 child = SYSCTL_CHILDREN(device_get_sysctl_tree(sc->nfe_dev));
3129 SYSCTL_ADD_PROC(ctx, child,
3151 tree = SYSCTL_ADD_NODE(ctx, child, OID_AUTO, "stats", CTLFLAG_RD,
3158 child = SYSCTL_CHILDREN(tree);
3160 NFE_SYSCTL_STAT_ADD32(ctx, child, "frame_errors",
3162 NFE_SYSCTL_STAT_ADD32(ctx, child, "extra_bytes",
3164 NFE_SYSCTL_STAT_ADD32(ctx, child, "late_cols",
3166 NFE_SYSCTL_STAT_ADD32(ctx, child, "runts",
3168 NFE_SYSCTL_STAT_ADD32(ctx, child, "jumbo
[all...]
/haiku/src/kits/tracker/
H A DTracker.cpp796 const entry_ref* child, const node_ref* parent,
802 fEntry(*child)
1594 const node_ref* child)
1597 (&TTracker::SelectChildInParent, this, parent, child),
1603 TTracker::CloseParentWaitingForChildSoon(const entry_ref* child, argument
1607 (&TTracker::CloseParentWaitingForChild, this, child, parent),
1634 TTracker::CloseParentWaitingForChild(const entry_ref* child, argument
1645 // If child is a symbolic link, dereference it, so that
1647 BEntry entry(child, true);
1650 resolvedChild = *child;
795 EntryAndNodeDoSoonWithMessageFunctor(FT func, T* target, const entry_ref* child, const node_ref* parent, const BMessage* message) argument
1593 SelectChildInParentSoon(const entry_ref* parent, const node_ref* child) argument
1709 SelectChildInParent(const entry_ref* parent, const node_ref* child) argument
[all...]
H A DVirtualDirectoryManager.cpp121 for (int32 i = 0; Info* child = fChildren.ItemAt(i); i++) {
122 if (strcmp(name, child->Name()) == 0)
123 return child;
673 for (int32 i = 0; Info* child = info->Children().ItemAt(i); i++)
674 _RemoveDirectory(child);
676 // remove the directory for the child definition file
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPInterface.h144 bool AddChild(KPPPInterface *child);
145 bool RemoveChild(KPPPInterface *child);
146 //! Returns the number of child interfaces that this interface has.
/haiku/src/kits/debugger/controllers/
H A DDebugReportGenerator.cpp621 ValueNodeChild* child = container->ChildAt(i); local
623 _ResolveValueIfNeeded(child->Node(), frame, 1);
625 UiUtils::PrintValueNodeGraph(data, child, 3, 1);
801 ValueNodeChild* child = node->ChildAt(i); local
803 result = fNodeManager->AddChildNodes(child);
811 && child->GetType()->ResolveRawType(false)->Kind()
813 _ResolveValueIfNeeded(child->Node(), frame, maxDepth);
815 _ResolveValueIfNeeded(child->Node(), frame, maxDepth - 1);
/haiku/headers/private/storage/
H A DPartition.h150 // Returns all partition types for a child
162 // Modification of child partitions
171 BPartition** child = NULL);
213 bool _SupportsChildOperation(const BPartition* child,
/haiku/src/add-ons/kernel/drivers/network/ether/marvell_yukon/dev/msk/
H A Dif_msk.c1953 device_printf(dev, "failed to add child for PORT_A\n");
1976 device_printf(dev, "failed to add child for PORT_B\n");
2123 mskc_get_dma_tag(device_t bus, device_t child __unused)
4508 struct sysctl_oid_list *child, *schild; local
4512 child = SYSCTL_CHILDREN(device_get_sysctl_tree(sc_if->msk_if_dev));
4514 tree = SYSCTL_ADD_NODE(ctx, child, OID_AUTO, "stats", CTLFLAG_RD,
4519 child = SYSCTL_CHILDREN(tree);
4521 child, rx_ucast_frames, "Good unicast frames");
4523 child, rx_bcast_frames, "Good broadcast frames");
4525 child, rx_pause_frame
[all...]
/haiku/src/bin/package/
H A Dcommand_extract.cpp287 Entry* child = fChildren.Clear(true); local
288 while (child != NULL) {
289 Entry* next = child->fHashTableNext;
290 delete child;
291 child = next;
/haiku/src/bin/fwcontrol/
H A Dfwcrom.c442 struct crom_chunk *child, int key)
447 STAILQ_INSERT_TAIL(&src->chunk_list, child, link);
455 child->ref_chunk = parent;
456 child->ref_index = index;
457 STAILQ_INSERT_TAIL(&src->chunk_list, child, link);
441 crom_add_chunk(struct crom_src *src, struct crom_chunk *parent, struct crom_chunk *child, int key) argument

Completed in 188 milliseconds

1234567891011>>