Searched refs:Object (Results 51 - 75 of 89) sorted by relevance

1234

/haiku/src/add-ons/kernel/busses/usb/
H A Dohci_rh.cpp128 OHCIRootHub::OHCIRootHub(Object *rootObject, int8 deviceAddress)
H A Duhci_rh.cpp127 UHCIRootHub::UHCIRootHub(Object *rootObject, int8 deviceAddress)
H A Dxhci_rh.cpp137 XHCIRootHub::XHCIRootHub(Object *rootObject, int8 deviceAddress)
H A Duhci.h266 UHCIRootHub(Object *rootObject,
H A Dehci.h265 EHCIRootHub(Object *rootObject,
H A Dohci.h230 OHCIRootHub(Object *rootObject,
/haiku/src/tests/servers/app/playground/
H A DObjectWindow.cpp67 State* Object() const function in class:ObjectItem
398 fObjectLV->AddItem(new ObjectItem("Object", object));
407 fObjectView->SetState(item->Object());
408 fObjectView->SetStateColor(item->Object()->Color());
415 fObjectView->RemoveObject(item->Object());
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/namespace/
H A Dnseval.c3 * Module Name: nseval - Object evaluation, includes control method execution
170 * PrefixNode - Prefix or Method/Object Node to execute
230 ACPI_NAMESPACE_NODE, Info->Node->Object);
304 * 1) Object types that cannot be evaluated by definition
331 * 2) Object is a control method - execute it
H A Dnsxfeval.c4 * ACPI Object evaluation interfaces
175 * PARAMETERS: Handle - Object handle (optional)
176 * Pathname - Object pathname (optional)
308 * PARAMETERS: Handle - Object handle (optional)
309 * Pathname - Object pathname (optional)
689 Node = Info->ReturnObject->Reference.Object;
692 ObjDesc = Node->Object;
H A Dnsalloc.c250 ObjDesc = Node->Object;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Duttrack.c861 AcpiUtGetTypeName (Descriptor->Object.Common.Type),
862 Descriptor->Object.Common.ReferenceCount);
H A Dutosi.c596 StringDesc = WalkState->Arguments[0].Object;
H A Dutcopy.c676 InternalObject->Reference.Object = ExternalObject->Reference.Handle;
913 * it does not have a Reference.Object, so does not need to
921 AcpiUtAddReference (SourceDesc->Reference.Object);
/haiku/src/apps/debuganalyzer/gui/table/
H A DTreeTable.cpp23 void* Object() const function in class:TreeTableField
360 if (!fModel->GetValueAt(field->Object(), modelIndex, value))
382 bool valid1 = fModel->GetValueAt(field1->Object(), modelIndex, value1);
384 bool valid2 = fModel->GetValueAt(field2->Object(), modelIndex, value2);
411 if (!fModel->GetValueAt(field->Object(), modelIndex, value))
527 return field->Object();
/haiku/src/add-ons/kernel/bus_managers/usb/
H A Dusb.cpp79 Object *object = gUSBStack->GetObjectNoLock((usb_id)id);
203 ObjectBusyReleaser(Object* object) : fObject(object) {}
223 inline Object *Get() const
228 inline Object *operator->() const
234 Object *fObject;
622 Object *parent = object->Parent();
H A DHub.cpp18 Hub::Hub(Object *parent, int8 hubAddress, uint8 hubPort,
71 Object *object = GetStack()->GetObject(list->active->endpoint[0].handle);
H A DBusManager.cpp22 fRootObject = new(std::nothrow) Object(stack, this);
/haiku/src/tests/system/kernel/slab/
H A DSlab.h134 return fStrategy.Object(BaseCache::AllocateObject());
215 void *Object(Link *link) const function in class:MergedLinkCacheStrategy
356 void *Object(ObjectLink *link) const function in struct:BaseHashCacheStrategy
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/dispatcher/
H A Ddswexec.c661 AcpiUtAddReference (Op->Asl.Value.Arg->Asl.Node->Object);
741 Status = AcpiExWriteDataToField (ObjDesc, Op->Common.Node->Object, NULL);
H A Ddswload2.c797 if (Node->Object)
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/events/
H A Devregion.c495 * PARAMETERS: RegionObj - Region Object
664 * PARAMETERS: HandlerObj - Handler Object
665 * RegionObj - Region Object
980 /* Object is a Region */
1059 (NextNode->Object) &&
1060 (NextNode->Object->Region.SpaceId == SpaceId))
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacpiosxf.h381 * Memory/Object Cache
414 void *Object);
H A Dacnamesp.h188 /* Object is not a package element */
544 * nsobject - Object management for namespace nodes
549 ACPI_OPERAND_OBJECT *Object,
/haiku/src/apps/debuganalyzer/model/
H A DModel.cpp462 = ThreadWaitObjectGroupFor(waitObject->Type(), waitObject->Object());
878 = WaitObjectGroupFor(waitObject->Type(), waitObject->Object());
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexprep.c613 SecondDesc = Info->ConnectionNode->Object;
707 ACPI_ERROR ((AE_INFO, "Null Index Object during field prep"));

Completed in 122 milliseconds

1234