/illumos-gate/usr/src/uts/intel/io/acpica/events/ |
H A D | evregion.c | 3 * Module Name: evregion - Operation Region support 177 HandlerDesc = RegionObj->Region.Handler; 181 "No handler for Region [%4.4s] (%p) [%s]", 182 AcpiUtGetNodeName (RegionObj->Region.Node), 183 RegionObj, AcpiUtGetRegionName (RegionObj->Region.SpaceId))); 194 if (!(RegionObj->Region.Flags & AOPOBJ_SETUP_COMPLETE)) 205 RegionObj, AcpiUtGetRegionName (RegionObj->Region.SpaceId))); 223 /* Check for failure of the Region Setup */ 229 AcpiUtGetRegionName (RegionObj->Region.SpaceId))); 233 /* Region initializatio [all...] |
H A D | evrgnini.c | 63 * PARAMETERS: Handle - Region we are interested in 66 * RegionContext - Region specific context 117 LocalRegionContext->Length = RegionDesc->Region.Length; 118 LocalRegionContext->Address = RegionDesc->Region.Address; 129 * PARAMETERS: Handle - Region we are interested in 132 * RegionContext - Region specific context 167 * PARAMETERS: Handle - Region we are interested in 170 * RegionContext - Region specific context 200 HandlerObj = RegionObj->Region.Handler; 222 ParentNode = RegionObj->Region [all...] |
H A D | evhandler.c | 209 * of type Region or Device. 308 /* Object is a Region */ 310 if (ObjDesc->Region.SpaceId != HandlerObj->AddressSpace.SpaceId)
|
/illumos-gate/usr/src/uts/intel/io/acpica/executer/ |
H A D | exfield.c | 182 (ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_SMBUS || 183 ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_GSBUS || 184 ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_IPMI)) 193 if (ObjDesc->Field.RegionObj->Region.SpaceId == 199 else if (ObjDesc->Field.RegionObj->Region.SpaceId == 280 (ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_GPIO)) 400 (ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_SMBUS || 401 ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_GSBUS || 402 ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_IPMI)) 427 if (ObjDesc->Field.RegionObj->Region [all...] |
H A D | exfldio.c | 86 * AcpiExInsertIntoField. Initialize the Region if necessary and 110 ACPI_ERROR ((AE_INFO, "Needed Region, found type 0x%X (%s)", 117 SpaceId = RgnDesc->Region.SpaceId; 129 * If the Region Address and Length have not been previously evaluated, 171 * (Region length is specified in bytes) 173 if (RgnDesc->Region.Length < 184 if (ACPI_ROUND_UP (RgnDesc->Region.Length, 194 if (RgnDesc->Region.Length < ObjDesc->CommonField.AccessByteWidth) 206 AcpiUtGetNodeName (RgnDesc->Region.Node), 207 RgnDesc->Region [all...] |
H A D | excreate.c | 337 ACPI_DEBUG_PRINT ((ACPI_DB_LOAD, "Region Type - %s (0x%X)\n", 368 ObjDesc->Region.SpaceId = SpaceId; 369 ObjDesc->Region.Address = 0; 370 ObjDesc->Region.Length = 0; 371 ObjDesc->Region.Node = Node; 372 ObjDesc->Region.Handler = NULL;
|
H A D | exdump.c | 169 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Region.SpaceId), "Space Id"}, 170 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Region.Flags), "Flags"}, 171 {ACPI_EXD_NODE, ACPI_EXD_OFFSET (Region.Node), "Parent Node"}, 172 {ACPI_EXD_ADDRESS, ACPI_EXD_OFFSET (Region.Address), "Address"}, 173 {ACPI_EXD_UINT32, ACPI_EXD_OFFSET (Region.Length), "Length"}, 174 {ACPI_EXD_HDLR_LIST,ACPI_EXD_OFFSET (Region.Handler), "Handler"}, 175 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Region.Next), "Next"} 219 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Field.RegionObj), "Region Object"}, 228 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (BankField.RegionObj), "Region Object"}, 259 {ACPI_EXD_RGN_LIST, ACPI_EXD_OFFSET (AddressSpace.RegionList), "Region Lis [all...] |
H A D | exconfig.c | 303 * PARAMETERS: ObjDesc - Region descriptor 350 * PARAMETERS: ObjDesc - Region or Buffer/Field where the table will be 359 * NOTE: Region Fields (Field, BankField, IndexFields) are resolved to buffer 391 "Load table from Region %p\n", ObjDesc)); 393 /* Region must be SystemMemory (from ACPI spec) */ 395 if (ObjDesc->Region.SpaceId != ACPI_ADR_SPACE_SYSTEM_MEMORY) 401 * If the Region Address and Length have not been previously
|
H A D | exprep.c | 464 ACPI_ERROR ((AE_INFO, "Needed Region, found type 0x%X (%s)", 531 if ((ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_EC) && 551 "RegionField: BitOff %X, Off %X, Gran %X, Region %p\n", 572 "Bank Field: BitOff %X, Off %X, Gran %X, Region %p, BankReg %p\n",
|
/illumos-gate/usr/src/uts/intel/io/acpica/dispatcher/ |
H A D | dsopcode.c | 73 * PARAMETERS: ObjHandle - Region namespace node 465 ObjDesc->Region.Length = (UINT32) OperandDesc->Integer.Value; 474 ObjDesc->Region.Address = (ACPI_PHYSICAL_ADDRESS) 479 ObjDesc, ACPI_FORMAT_UINT64 (ObjDesc->Region.Address), 480 ObjDesc->Region.Length)); 484 ObjDesc->Region.Flags |= AOPOBJ_DATA_VALID; 523 * and OemTableId string of the Data Table Region declaration 586 ObjDesc->Region.Address = ACPI_PTR_TO_PHYSADDR (Table); 587 ObjDesc->Region.Length = Table->Length; 590 ObjDesc, ACPI_FORMAT_UINT64 (ObjDesc->Region [all...] |
H A D | dsargs.c | 404 if (ObjDesc->Region.Flags & AOPOBJ_DATA_VALID) 415 /* Get the Region node */ 417 Node = ObjDesc->Region.Node; 435 Status = AcpiUtAddAddressRange (ObjDesc->Region.SpaceId, 436 ObjDesc->Region.Address, ObjDesc->Region.Length, Node);
|
H A D | dsfield.c | 134 ObjDesc->Region.Node = *Node; 494 * RegionNode - Object for the containing Operation Region 688 * RegionNode - Object for the containing Operation Region 780 * RegionNode - Object for the containing Operation Region
|
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/ |
H A D | utdelete.c | 233 "***** Region %p\n", Object)); 239 if (!(Object->Region.Node->Flags & ANOBJ_TEMPORARY)) 241 AcpiUtRemoveAddressRange (Object->Region.SpaceId, 242 Object->Region.Node); 253 HandlerDesc = Object->Region.Handler; 266 *LastObjPtr = NextDesc->Region.Next; 272 LastObjPtr = &NextDesc->Region.Next; 273 NextDesc = NextDesc->Region.Next;
|
H A D | utcopy.c | 818 * We copied the Region Handler, so we now must add a reference 820 if (DestDesc->Region.Handler) 822 AcpiUtAddReference (DestDesc->Region.Handler);
|
/illumos-gate/usr/src/uts/intel/io/acpica/namespace/ |
H A D | nsdump.c | 391 AcpiUtGetRegionName (ObjDesc->Region.SpaceId)); 392 if (ObjDesc->Region.Flags & AOPOBJ_DATA_VALID) 395 ACPI_FORMAT_UINT64 (ObjDesc->Region.Address), 396 ObjDesc->Region.Length); 424 ObjDesc->CommonField.RegionObj->Region.Node)); 431 ObjDesc->CommonField.RegionObj->Region.Node),
|
/illumos-gate/usr/src/uts/intel/sys/acpi/ |
H A D | acobject.h | 97 #define AOPOBJ_OBJECT_INITIALIZED 0x08 /* Region is initialized */ 99 #define AOPOBJ_SETUP_COMPLETE 0x20 /* Region setup is complete */ 100 #define AOPOBJ_INVALID 0x40 /* Host OS won't allow a Region address */ 331 union acpi_operand_object *RegionObj; /* Parent Operation Region object (REGION/BANK fields only) */ 468 * Currently: Region and FieldUnit types 475 void *RegionContext; /* Region-specific data */ 519 ACPI_OBJECT_REGION Region; member in union:acpi_operand_object
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/ |
H A D | exioct.h | 669 UINT16 Region; member in struct:_EXT_REGIONVERSION
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_dump.c | 726 uint32_t Offset; /* Offset into Config Region, for each dump */ 1895 uint8_t Region, 1922 emlxs_read_cfg_region(hba, Region, DUMP_MAX_CONFIG_REGION_LENGTH, 1951 if (Region == 4) { 1957 if (Region == 14) { 2929 uint8_t *pBuf; /* ptr to data buffer to receive Dump Region Data */ 2966 uint8_t *pBuf; /* ptr to data buffer to receive Dump Region Data */ 3005 uint8_t *pBuf; /* ptr to data buffer to receive Dump Region Data */ 3039 uint8_t *pBuf; /* ptr to data buffer to receive Dump Region Data */ 3073 uint8_t *pBuf; /* ptr to data buffer to receive Dump Region Dat 1891 emlxs_dump_cfg_region( emlxs_hba_t *hba, emlxs_file_t *fpTxtFile, emlxs_file_t *fpDmpFile, uint8_t Region, char *pLidLegend, int fSwap) argument [all...] |
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/ |
H A D | mpi2_ioc.h | 1580 MPI2_FLASH_REGION Region[MPI2_FLASH_NUMBER_OF_REGIONS];/* 0x10 */ member in struct:_MPI2_FLASH_LAYOUT
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_xioctl.c | 8965 padapter_ver->RegionVersion[0].Region = 8977 padapter_ver->RegionVersion[1].Region =
|