Searched defs:child (Results 51 - 75 of 189) sorted by relevance

12345678

/haiku/src/system/kernel/disk_device_manager/
H A DKPartitionListener.cpp111 KPartitionListener::ChildAdded(KPartition *partition, KPartition *child, argument
118 KPartitionListener::ChildRemoved(KPartition *partition, KPartition *child, argument
H A DKPartitioningSystem.cpp178 KPartitioningSystem::ResizeChild(KPartition* child, off_t size, disk_job_id job) argument
230 KPartitioningSystem::MoveChild(KPartition* child, off_t offset, disk_job_id job) argument
257 SetName(KPartition* child, const char* name, disk_job_id job) argument
312 SetType(KPartition* child, const char* type, disk_job_id job) argument
340 SetParameters(KPartition* child, const char* parameters, disk_job_id job) argument
449 CreateChild(KPartition* partition, off_t offset, off_t size, const char* type, const char* name, const char* parameters, disk_job_id job, KPartition** child, partition_id childID) argument
481 DeleteChild(KPartition* child, disk_job_id job) argument
[all...]
/haiku/src/tests/system/benchmarks/
H A Dctxbench.c33 child(void) function
/haiku/src/tests/system/kernel/device_manager/
H A Dconfig.c32 device_node_handle child; member in struct:_driver_cookie
75 device_node_handle child = NULL; local
[all...]
/haiku/src/tests/system/libroot/posix/
H A DTestUnitUtils.h112 _wait_for_child(const char* test, pid_t child, int lineNumber) argument
/haiku/src/servers/launch/
H A DBaseJob.cpp204 pid_t child = fork(); local
/haiku/src/kits/debugger/value/value_nodes/
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/apps/pairs/
H A DPairsView.cpp69 BView* child = ChildAt(i); local
/haiku/src/apps/diskusage/
H A DScanner.cpp254 FileInfo *child = new FileInfo; local
/haiku/src/servers/mail/
H A DErrorLogWindow.cpp110 BView* child = view->ChildAt(0); local
/haiku/src/tests/servers/debug/
H A Dcrashing_app.cpp244 pid_t child = fork(); local
/haiku/src/tests/kits/net/service/
H A DTestServer.cpp197 pid_t child = ::fork(); local
[all...]
/haiku/src/preferences/appearance/
H A DFakeScrollBar.cpp165 BView* child = NULL; local
[all...]
/haiku/src/add-ons/kernel/partitioning_systems/intel/
H A Dintel.cpp190 partition_data* child = create_child_partition(partition->id, local
345 partition_data* child = create_child_partition(partition->id, index, local
[all...]
/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DHIDCollection.cpp73 HIDCollection::AddChild(HIDCollection *child) argument
102 HIDCollection *child = fChildren[i]; local
147 HIDCollection *child = fChildren[i]; local
210 HIDCollection *child local
228 HIDCollection *child = fChildren[i]; local
251 HIDCollection *child = fChildren[i]; local
293 HIDCollection *child = fChildren[i]; local
[all...]
/haiku/src/libs/compat/freebsd_network/
H A Ddriver.c95 device_t child = device_add_child_driver(root, driver->name, driver, 0); local
/haiku/src/add-ons/disk_systems/gpt/
H A DGPTPartitionHandle.cpp96 GPTPartitionHandle::SupportedChildOperations(const BMutablePartition* child, argument
110 GPTPartitionHandle::GetNextSupportedType(const BMutablePartition* child, argument
142 BMutablePartition* child = Partition()->ChildAt(index); local
170 GPTPartitionHandle::ValidateSetName(const BMutablePartition *child, BString* name) argument
194 GPTPartitionHandle::SetName(BMutablePartition* child, cons argument
201 ValidateSetType(const BMutablePartition* child, const char* type) argument
213 SetType(BMutablePartition* child, const char* type) argument
234 BMutablePartition* child; local
251 DeleteChild(BMutablePartition* child) argument
[all...]
/haiku/src/tests/kits/net/netservices2/
H A DTestServer.cpp187 pid_t child = ::fork(); local
[all...]
/haiku/src/add-ons/kernel/partitioning_systems/amiga/
H A Damiga_rdb.cpp193 partition_data *child = create_child_partition(partition->id, index++, local
/haiku/src/kits/debugger/dwarf/
H A DDebugInfoEntry.cpp152 DebugInfoEntry::AddChild(DebugInfoEntry* child) argument
/haiku/src/add-ons/kernel/bus_managers/pci/
H A Dpci.h28 PCIDev * child; member in struct:PCIBus
36 PCIBus * child; member in struct:PCIDev
/haiku/3rdparty/proj2make/
H A Dproj2make.cpp135 hdr* child = (hdr*)data->Data(); local
219 hdr* child = (hdr*)(current->Data() + off); local
[all...]
/haiku/src/add-ons/kernel/partitioning_systems/vmdk/
H A Dvmdk.cpp395 partition_data* child = create_child_partition(partition->id, 0, local
/haiku/src/apps/cortex/Persistence/Wrappers/
H A DMessageIO.cpp248 xmlImportChild( IPersistent* child, ImportContext& context) argument
/haiku/src/apps/cortex/RouteApp/
H A DConnectionIO.cpp411 xmlImportChild( IPersistent* child, ImportContext& context) argument
[all...]

Completed in 133 milliseconds

12345678