Searched defs:child (Results 101 - 125 of 189) sorted by last modified time

12345678

/haiku/src/tests/system/network/
H A Dtcp_connection_test.cpp50 pid_t child = fork(); local
/haiku/src/tests/servers/debug/
H A Dcrashing_app.cpp244 pid_t child = fork(); local
/haiku/src/system/boot/loader/
H A Dpartitions.cpp132 Partition *child; local
241 Partition *child = new(nothrow) Partition(fFD); local
398 Partition *child = NULL; local
504 Partition *child = partition->AddChild(); local
[all...]
/haiku/src/libs/compat/freebsd_network/
H A Dfbsd_mii.c177 miibus_print_child(device_t dev, device_t child) argument
212 miibus_child_pnpinfo_str(device_t dev __unused, device_t child, char *buf, argument
225 miibus_child_location_str(device_t dev __unused, device_t child, char *buf, argument
549 struct mii_softc *child; local
585 struct mii_softc *child; local
605 struct mii_softc *child; local
[all...]
/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme_ns.c250 struct nvme_request *child, *tmp; local
[all...]
/haiku/src/servers/mail/
H A DErrorLogWindow.cpp110 BView* child = view->ChildAt(0); local
/haiku/src/add-ons/kernel/drivers/audio/hda/
H A Dhda_multi_audio.cpp528 hda_widget& child = *hda_audio_group_get_widget(audioGroup, local
/haiku/src/tests/system/libroot/posix/
H A Dposix_spawn_redir_test.c10 pid_t child; local
H A Duser_thread_fork_test.cpp14 pid_t child = fork(); local
/haiku/src/kits/debugger/source_language/c_family/
H A DCLanguageExpressionEvaluator.cpp1647 ValueNodeChild* child = NULL; local
1771 ValueNodeChild* child = NULL; local
1905 _RequestValueIfNeeded( const Token& token, ValueNodeChild* child) argument
[all...]
/haiku/src/kits/debugger/debug_managers/
H A DValueNodeManager.cpp161 ValueNodeChild* child = valueNode->ChildAt(i); local
/haiku/src/kits/debugger/value/value_nodes/
H A DBListValueNode.cpp393 BListElementNodeChild* child = local
H A DArrayValueNode.cpp312 AbstractArrayValueNodeChild* child local
[all...]
H A DCompoundValueNode.cpp204 BaseTypeChild* child = new(std::nothrow) BaseTypeChild(this, baseType); local
217 MemberChild* child = new(std::nothrow) MemberChild(this, member); local
[all...]
/haiku/src/kits/debugger/value/
H A DValueNodeContainer.cpp55 ValueNodeContainer::AddChild(ValueNodeChild* child) argument
70 ValueNodeContainer::RemoveChild(ValueNodeChild* child) argument
[all...]
/haiku/src/apps/debuganalyzer/gui/table/
H A DTreeTable.cpp532 TreeTableNode::AddChild(TreeTableNode* child, int32 index) argument
566 TreeTableNode::IndexOf(TreeTableNode* child) argument
1055 void* child = fModel->ChildAt(parentNode->ModelObject(), i); local
[all...]
/haiku/src/system/kernel/disk_device_manager/
H A Dddm_userland_interface.cpp668 KPartition* child = manager->RegisterPartition(childID); local
801 KPartition* child = manager->RegisterPartition(childID); local
930 KPartition* child = manager->RegisterPartition(childID); local
1006 KPartition* child = manager->RegisterPartition(childID); local
1308 KPartition *child = NULL; local
1354 KPartition* child = manager->RegisterPartition(childID); local
[all...]
/haiku/src/system/libroot/posix/sys/
H A Dwait.cpp31 pid_t child = _kern_wait_for_child(pid, options | WEXITED, &info, local
121 pid_t child local
[all...]
/haiku/src/servers/package/
H A DProblemWindow.cpp212 BView* child = fContainerView->ChildAt(i); local
/haiku/src/apps/diskusage/
H A DScanner.cpp254 FileInfo *child = new FileInfo; local
/haiku/src/kits/interface/
H A DPrintJob.cpp551 BView* child = view->ChildAt(0); local
H A DRadioButton.cpp201 BView* child = NULL; local
[all...]
/haiku/src/system/libroot/posix/unistd/
H A Dfork.c107 __register_atfork(void (*prepare)(void), void (*parent)(void), void (*child)(void)) argument
/haiku/src/apps/pairs/
H A DPairsView.cpp69 BView* child = ChildAt(i); local
/haiku/src/kits/debugger/model/
H A DExpressionInfo.cpp54 ExpressionResult::SetToValueNode(ValueNodeChild* child) argument

Completed in 152 milliseconds

12345678