Searched defs:Destination (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/intel/io/acpica/resources/ |
H A D | rsmisc.c | 84 void *Destination; local 125 Destination = ACPI_ADD_PTR (void, Resource, Info->ResourceOffset); 150 ACPI_SET8 (Destination, 158 ACPI_SET8 (Destination, 166 ACPI_SET8 (Destination, 173 ACPI_SET8 (Destination, ItemCount); 182 ACPI_SET16 (Destination, ItemCount); 195 ACPI_SET16 (Destination, ItemCount); 201 ACPI_SET8 (Destination, ItemCount); 229 ACPI_SET16 (Destination, ItemCoun 474 void *Destination; local [all...] |
H A D | rsutils.c | 136 * PARAMETERS: Destination - Pointer to the destination descriptor 151 void *Destination, 177 memcpy (Destination, Source, ItemCount); 189 &ACPI_CAST_PTR (UINT16, Destination)[i], 196 &ACPI_CAST_PTR (UINT32, Destination)[i], 203 &ACPI_CAST_PTR (UINT64, Destination)[i], 311 * PARAMETERS: Destination - Pointer to the destination string 323 char *Destination, 334 Destination[i] = Source[i]; 337 Destination[ 150 AcpiRsMoveData( void *Destination, void *Source, UINT16 ItemCount, UINT8 MoveType) argument 322 AcpiRsStrcpy( char *Destination, char *Source) argument [all...] |
/illumos-gate/usr/src/boot/sys/boot/efi/include/ |
H A D | efiip.h | 231 EFI_IPv6_ADDRESS Destination; member in struct:__anon179 348 IN EFI_IPv6_ADDRESS *Destination OPTIONAL,
|
/illumos-gate/usr/src/uts/intel/io/acpica/ |
H A D | osl.c | 1231 AcpiOsRedirectOutput(void *Destination) argument 1233 _NOTE(ARGUNUSED(Destination))
|
Completed in 63 milliseconds