Searched refs:objectType (Results 1 - 12 of 12) sorted by relevance

/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A Dcondition_variable.cpp153 ConditionVariable::Init(const void* object, const char* objectType) argument
156 fObjectType = objectType;
162 ConditionVariable::Publish(const void* object, const char* objectType) argument
167 fObjectType = objectType;
/haiku/headers/private/kernel/
H A Dscheduling_analysis.h72 const char* objectType)
76 fObjectType(alloc_tracing_buffer_strcpy(objectType, 128, false))
71 InitConditionVariable(ConditionVariable* variable, const void* object, const char* objectType) argument
H A Dcondition_variable.h54 const char* objectType);
58 const char* objectType);
/haiku/src/tests/servers/app/playground/
H A DStates.h48 static State* StateFor(int32 objectType,
H A DStates.cpp266 State::StateFor(int32 objectType, rgb_color color, drawing_mode mode, argument
270 switch (objectType) {
/haiku/headers/os/drivers/
H A DACPI.h242 status_t (*get_next_entry)(uint32 objectType, const char *base,
244 status_t (*get_next_object)(uint32 objectType, acpi_handle parent,
247 uint32 objectType, uint32 maxDepth,
261 acpi_object_type **_returnValue, uint32 objectType);
352 uint32 objectType, uint32 maxDepth,
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DBusManager.cpp468 get_next_entry(uint32 objectType, const char *base, char *result, argument
475 TRACE("get_next_entry %ld, %s\n", objectType, base);
487 status = AcpiGetNextObject(objectType, parent, child, &newChild);
504 get_next_object(uint32 objectType, acpi_handle parent, argument
508 return AcpiGetNextObject(objectType, parent, child, currentChild) == AE_OK
632 uint32 objectType)
645 status = AcpiEvaluateObjectTyped(handle, NULL, NULL, &buffer, objectType);
742 walk_namespace(acpi_handle busDeviceHandle, uint32 objectType, argument
746 return AcpiWalkNamespace(objectType, busDeviceHandle, maxDepth,
631 get_object_typed(const char* path, acpi_object_type** _returnValue, uint32 objectType) argument
H A DDevice.cpp88 acpi_walk_namespace(acpi_device device, uint32 objectType, uint32 maxDepth, argument
92 return walk_namespace(device->handle, objectType, maxDepth,
H A DACPIPrivate.h111 status_t (*get_next_entry)(uint32 objectType, const char *base,
113 status_t (*get_next_object)(uint32 objectType, acpi_handle parent,
124 acpi_object_type **_returnValue, uint32 objectType);
229 status_t walk_namespace(acpi_handle busDeviceHandle, uint32 objectType,
/haiku/src/system/kernel/
H A Dcondition_variable.cpp229 ConditionVariable::Init(const void* object, const char* objectType) argument
232 fObjectType = objectType;
237 T_SCHEDULING_ANALYSIS(InitConditionVariable(this, object, objectType));
244 ConditionVariable::Publish(const void* object, const char* objectType) argument
248 Init(object, objectType);
/haiku/src/kits/debugger/value/value_nodes/
H A DBListValueNode.cpp370 CompoundType* objectType = dynamic_cast<CompoundType*>(fType); local
371 if (objectType->CountTemplateParameters() != 0) {
373 status_t result = objectType->TemplateParameterAt(0)->GetType()
/haiku/src/add-ons/kernel/debugger/demangle/
H A Dgcc3+.cpp481 object_type objectType; member in struct:DemanglingInfo
486 objectType(OBJECT_TYPE_UNKNOWN)
2164 demanglingInfo.objectType = node->ObjectType();
3799 switch (info.objectType) {

Completed in 187 milliseconds