/illumos-gate/usr/src/uts/intel/io/acpica/namespace/ |
H A D | nsrepair.c | 511 ACPI_OPERAND_OBJECT **Source; local 548 Source = ObjDesc->Package.Elements; 549 Dest = Source; 555 if (!*Source) 561 *Dest = *Source; 565 Source++;
|
H A D | nsxfname.c | 62 ACPI_PNP_DEVICE_ID *Source, 253 * Source - Pointer to the source PNP_DEVICE_ID 265 ACPI_PNP_DEVICE_ID *Source, 271 Dest->Length = Source->Length; 275 memcpy (StringArea, Source->String, Source->Length); 276 return (StringArea + Source->Length); 263 AcpiNsCopyDeviceId( ACPI_PNP_DEVICE_ID *Dest, ACPI_PNP_DEVICE_ID *Source, char *StringArea) argument
|
H A D | nsrepair2.c | 587 char *Source; local 627 Source = ReturnObject->String.Pointer; 628 if (*Source == '*') 630 Source++; 645 for (Dest = NewString->String.Pointer; *Source; Dest++, Source++) 647 *Dest = (char) toupper ((int) *Source); 1045 ACPI_OPERAND_OBJECT **Source; local 1058 Source = ObjDesc->Package.Elements; 1059 Dest = Source; [all...] |
/illumos-gate/usr/src/uts/intel/io/acpica/resources/ |
H A D | rsmisc.c | 83 void *Source; local 121 * Source is the external AML byte stream buffer, 124 Source = ACPI_ADD_PTR (void, Aml, Info->AmlOffset); 151 ((ACPI_GET8 (Source) >> Info->Value) & 0x01)); 159 ((ACPI_GET8 (Source) >> Info->Value) & 0x03)); 167 ((ACPI_GET8 (Source) >> Info->Value) & 0x07)); 172 ItemCount = ACPI_GET8 (Source); 191 ItemCount = ACPI_GET16 (Target) - ACPI_GET16 (Source); 200 ItemCount = ACPI_GET8 (Source); 217 ItemCount = ACPI_GET16 (Target) - ACPI_GET16 (Source); 473 void *Source = NULL; local [all...] |
H A D | rsutils.c | 137 * Source - Pointer to the source descriptor 152 void *Source, 177 memcpy (Destination, Source, ItemCount); 190 &ACPI_CAST_PTR (UINT16, Source)[i]); 197 &ACPI_CAST_PTR (UINT32, Source)[i]); 204 &ACPI_CAST_PTR (UINT64, Source)[i]); 312 * Source - Pointer to the source string 324 char *Source) 332 for (i = 0; Source[i]; i++) 334 Destination[i] = Source[ 150 AcpiRsMoveData( void *Destination, void *Source, UINT16 ItemCount, UINT8 MoveType) argument 322 AcpiRsStrcpy( char *Destination, char *Source) argument [all...] |
/illumos-gate/usr/src/cmd/acpi/common/ |
H A D | utnonansi.c | 192 char *Source) 195 if (strlen (Source) >= DestSize) 200 strcpy (Dest, Source); 208 char *Source) 211 if ((strlen (Dest) + strlen (Source)) >= DestSize) 216 strcat (Dest, Source); 224 char *Source, 230 ActualTransferLength = ACPI_MIN (MaxTransferLength, strlen (Source)); 237 strncat (Dest, Source, MaxTransferLength); 189 AcpiUtSafeStrcpy( char *Dest, ACPI_SIZE DestSize, char *Source) argument 205 AcpiUtSafeStrcat( char *Dest, ACPI_SIZE DestSize, char *Source) argument 221 AcpiUtSafeStrncat( char *Dest, ACPI_SIZE DestSize, char *Source, ACPI_SIZE MaxTransferLength) argument
|
/illumos-gate/usr/src/uts/intel/io/acpica/tables/ |
H A D | tbfadt.c | 163 UINT16 Source; member in struct:acpi_fadt_pm_info 770 FadtPmInfoTable[i].Source);
|
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/ |
H A D | utnonansi.c | 192 char *Source) 195 if (strlen (Source) >= DestSize) 200 strcpy (Dest, Source); 208 char *Source) 211 if ((strlen (Dest) + strlen (Source)) >= DestSize) 216 strcat (Dest, Source); 224 char *Source, 230 ActualTransferLength = ACPI_MIN (MaxTransferLength, strlen (Source)); 237 strncat (Dest, Source, MaxTransferLength); 189 AcpiUtSafeStrcpy( char *Dest, ACPI_SIZE DestSize, char *Source) argument 205 AcpiUtSafeStrcat( char *Dest, ACPI_SIZE DestSize, char *Source) argument 221 AcpiUtSafeStrncat( char *Dest, ACPI_SIZE DestSize, char *Source, ACPI_SIZE MaxTransferLength) argument
|
/illumos-gate/usr/src/uts/intel/io/acpica/disassembler/ |
H A D | dmresrcl.c | 104 void *Source, 127 * PARAMETERS: Source - Pointer to the contiguous data fields 139 void *Source, 154 AcpiDmDumpInteger16 (ACPI_CAST_PTR (UINT16, Source)[i], 160 AcpiDmDumpInteger32 (ACPI_CAST_PTR (UINT32, Source)[i], 176 * PARAMETERS: Source - Pointer to the contiguous data fields 188 void *Source, 205 AcpiDmDumpInteger16 (ACPI_CAST_PTR (UINT16, Source)[i], 211 AcpiDmDumpInteger32 (ACPI_CAST_PTR (UINT32, Source)[i], 217 AcpiDmDumpInteger64 (ACPI_CAST_PTR (UINT64, Source)[ 138 AcpiDmMemoryFields( void *Source, UINT8 Type, UINT32 Level) argument 187 AcpiDmAddressFields( void *Source, UINT8 Type, UINT32 Level) argument [all...] |
/illumos-gate/usr/src/uts/intel/sys/acpi/ |
H A D | acstruct.h | 178 ACPI_OPERAND_OBJECT *Source; member in struct:acpi_aml_operands::__anon341 186 ACPI_OPERAND_OBJECT *Source; member in struct:acpi_aml_operands::__anon342
|
H A D | acrestyp.h | 711 char Source[4]; /* pad to 64 bits so sizeof() works in all cases */ member in struct:acpi_pci_routing_table
|
/illumos-gate/usr/src/cmd/make/include/mksh/ |
H A D | defs.h | 764 typedef struct _Source *Source, Source_rec; typedef in typeref:struct:_Source
|