Searched refs:Region (Results 1 - 25 of 161) sorted by relevance

1234567

/haiku/headers/build/os/interface/
H A DRegion.h1 #include <../os/interface/Region.h>
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/events/
H A Devregion.c3 * Module Name: evregion - Operation Region support
289 HandlerDesc = RegionObj->Region.Handler;
293 "No handler for Region [%4.4s] (%p) [%s]",
294 AcpiUtGetNodeName (RegionObj->Region.Node),
295 RegionObj, AcpiUtGetRegionName (RegionObj->Region.SpaceId)));
308 if (!(RegionObj->Region.Flags & AOPOBJ_SETUP_COMPLETE))
319 RegionObj, AcpiUtGetRegionName (RegionObj->Region.SpaceId)));
323 if (RegionObj->Region.SpaceId == ACPI_ADR_SPACE_PLATFORM_COMM)
328 Ctx->Length = (UINT16) RegionObj->Region.Length;
329 Ctx->SubspaceId = (UINT8) RegionObj->Region
[all...]
H A Devrgnini.c166 * PARAMETERS: Handle - Region we are interested in
169 * RegionContext - Region specific context
223 LocalRegionContext->Length = RegionDesc->Region.Length;
224 LocalRegionContext->Address = RegionDesc->Region.Address;
235 * PARAMETERS: Handle - Region we are interested in
238 * RegionContext - Region specific context
273 * PARAMETERS: Handle - Region we are interested in
276 * RegionContext - Region specific context
306 HandlerObj = RegionObj->Region.Handler;
328 ParentNode = RegionObj->Region
[all...]
/haiku/src/tests/servers/app/benchmark/
H A DTest.h8 #include <Region.h>
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexfield.c296 (ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_SMBUS ||
297 ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_GSBUS ||
298 ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_IPMI ||
299 ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_PLATFORM_RT ||
300 ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_FIXED_HARDWARE))
352 (ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_GPIO))
360 (ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_PLATFORM_COMM))
462 (ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_GPIO))
470 (ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_SMBUS ||
471 ObjDesc->Field.RegionObj->Region
[all...]
H A Dexcreate.c420 ACPI_DEBUG_PRINT ((ACPI_DB_LOAD, "Region Type - %s (0x%X)\n",
451 ObjDesc->Region.SpaceId = SpaceId;
452 ObjDesc->Region.Address = 0;
453 ObjDesc->Region.Length = 0;
454 ObjDesc->Region.Pointer = NULL;
455 ObjDesc->Region.Node = Node;
456 ObjDesc->Region.Handler = NULL;
H A Dexfldio.c194 * AcpiExInsertIntoField. Initialize the Region if necessary and
218 ACPI_ERROR ((AE_INFO, "Needed Region, found type 0x%X (%s)",
225 SpaceId = RgnDesc->Region.SpaceId;
237 * If the Region Address and Length have not been previously evaluated,
279 * (Region length is specified in bytes)
281 if (RgnDesc->Region.Length <
292 if (ACPI_ROUND_UP (RgnDesc->Region.Length,
302 if (RgnDesc->Region.Length < ObjDesc->CommonField.AccessByteWidth)
314 AcpiUtGetNodeName (RgnDesc->Region.Node),
315 RgnDesc->Region
[all...]
/haiku/src/servers/app/drawing/
H A DUpdateQueue.h11 #include <Region.h>
H A DBitmapDrawingEngine.h8 #include <Region.h>
/haiku/src/servers/input/
H A DInputServerFilter.cpp33 #include <Region.h>
/haiku/src/tests/servers/app/newClipping/
H A DWinBorder.h1 #include <Region.h>
H A DMyView.h3 #include <Region.h>
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/dispatcher/
H A Ddsopcode.c181 * PARAMETERS: ObjHandle - Region namespace node
575 ObjDesc->Region.Length = (UINT32) OperandDesc->Integer.Value;
580 if (!ObjDesc->Region.Length && (SpaceId < ACPI_NUM_PREDEFINED_REGIONS))
583 "Operation Region [%4.4s] has zero length (SpaceId %X)",
593 ObjDesc->Region.Address = (ACPI_PHYSICAL_ADDRESS)
598 ObjDesc, ACPI_FORMAT_UINT64 (ObjDesc->Region.Address),
599 ObjDesc->Region.Length));
601 Status = AcpiUtAddAddressRange (ObjDesc->Region.SpaceId,
602 ObjDesc->Region.Address, ObjDesc->Region
[all...]
H A Ddsargs.c514 if (ObjDesc->Region.Flags & AOPOBJ_DATA_VALID)
525 /* Get the Region node */
527 Node = ObjDesc->Region.Node;
545 Status = AcpiUtAddAddressRange (ObjDesc->Region.SpaceId,
546 ObjDesc->Region.Address, ObjDesc->Region.Length, Node);
/haiku/src/servers/app/stackandtile/
H A DTiling.h59 Decorator::Region region, bool highlight);
61 Decorator::Region region, bool highlight);
H A DSATWindow.h13 #include <Region.h>
81 bool HighlightBorders(Decorator::Region region,
/haiku/src/servers/app/decorator/
H A DWindowBehaviour.h12 #include <Region.h>
H A DDecorator.h20 #include <Region.h>
76 enum Region { enum in class:Decorator
171 virtual Region RegionAt(BPoint where, int32& tab) const;
184 virtual bool SetRegionHighlight(Region region,
187 inline uint8 RegionHighlight(Region region,
196 virtual void ExtendDirtyRegion(Region region, BRegion& dirty);
327 Decorator::RegionHighlight(Region region, int32 tab) const
H A DTabDecorator.h20 #include <Region.h>
70 virtual Region RegionAt(BPoint where, int32& tab) const;
72 virtual bool SetRegionHighlight(Region region,
/haiku/src/tests/servers/app/newerClipping/drawing/
H A DDrawingEngine.h6 #include <Region.h>
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutdelete.c341 "***** Region %p\n", Object));
347 if (!(Object->Region.Node->Flags & ANOBJ_TEMPORARY))
349 AcpiUtRemoveAddressRange (Object->Region.SpaceId,
350 Object->Region.Node);
361 HandlerDesc = Object->Region.Handler;
374 *LastObjPtr = NextDesc->Region.Next;
380 LastObjPtr = &NextDesc->Region.Next;
381 NextDesc = NextDesc->Region.Next;
/haiku/src/add-ons/decorators/WinDecorator/
H A DWinDecorator.h42 virtual Region RegionAt(BPoint where, int32& tab) const;
44 virtual bool SetRegionHighlight(Region region,
/haiku/src/add-ons/decorators/MacDecorator/
H A DMacDecorator.h38 virtual Region RegionAt(BPoint where, int32& tab) const;
40 virtual bool SetRegionHighlight(Region region,
/haiku/src/apps/cortex/DiagramView/
H A DDiagramBox.h44 #include <Region.h>
H A DDiagramEndPoint.h46 #include <Region.h>

Completed in 111 milliseconds

1234567