/src/sys/external/bsd/acpica/dist/tools/examples/ |
exstubs.c | 175 UINT32 Width) 184 UINT32 Width)
|
extables.c | 445 [0001] Duty Cycle Width : 00 483 [0001] Bit Width : 08 485 [0001] Encoded Access Width : 01 [Byte Access:8] 494 [0001] Bit Width : 20 496 [0001] Encoded Access Width : 02 [Word Access:16] 501 [0001] Bit Width : 00 503 [0001] Encoded Access Width : 00 [Undefined/Legacy] 508 [0001] Bit Width : 10 510 [0001] Encoded Access Width : 02 [Word Access:16] 515 [0001] Bit Width : 0 [all...] |
/src/sys/dev/acpi/acpica/ |
OsdHardware.c | 72 AcpiOsReadPort(ACPI_IO_ADDRESS Address, UINT32 *Value, UINT32 Width) 75 switch (Width) { 101 AcpiOsWritePort(ACPI_IO_ADDRESS Address, UINT32 Value, UINT32 Width) 104 switch (Width) { 130 AcpiOsReadMemory(ACPI_PHYSICAL_ADDRESS Address, UINT64 *Value, UINT32 Width) 135 LogicalAddress = AcpiOsMapMemory(Address, Width / 8); 139 switch (Width) { 160 AcpiOsUnmapMemory(LogicalAddress, Width / 8); 171 AcpiOsWriteMemory(ACPI_PHYSICAL_ADDRESS Address, UINT64 Value, UINT32 Width) 176 LogicalAddress = AcpiOsMapMemory(Address, Width / 8) [all...] |
/src/sys/external/bsd/acpica/dist/utilities/ |
utprint.c | 187 INT32 Width, 387 * Width - Field width 403 INT32 Width, 441 Width--; 446 Width--; 451 Width--; 456 Width--; 459 Width--; 475 Width -= Precision [all...] |
/src/sys/external/bsd/gnu-efi/dist/lib/ |
hw.c | 76 IN EFI_IO_WIDTH Width, 83 Status = uefi_call_wrapper(GlobalIoFncs->Io.Read, 5, GlobalIoFncs, Width, (UINT64)Port, 1, &Data); 91 IN EFI_IO_WIDTH Width, 98 Status = uefi_call_wrapper(GlobalIoFncs->Io.Write, 5, GlobalIoFncs, Width, (UINT64)Port, 1, &Data); 106 IN EFI_IO_WIDTH Width, 113 Status = uefi_call_wrapper(GlobalIoFncs->Pci.Read, 5, GlobalIoFncs, Width, (UINT64)Address, 1, &Data); 121 IN EFI_IO_WIDTH Width, 128 Status = uefi_call_wrapper(GlobalIoFncs->Pci.Write, 5, GlobalIoFncs, Width, (UINT64)Address, 1, &Data);
|
print.c | 72 UINTN Width; 996 // if there is no item field width, use the items width 1001 // if item is larger then width, update width 1002 if (Len > Item->Width) { 1003 Item->Width = Len; 1009 for (i=Item->Width; i < Item->FieldWidth; i+=1) { 1015 for (i=Len; i < Item->Width; i++) { 1027 for (i=Item->Width; i < Item->FieldWidth; i+=1) [all...] |
/src/sys/external/bsd/acpica/dist/hardware/ |
hwvalid.c | 334 * Width Number of bits 348 UINT32 Width) 364 Status = AcpiHwValidateIoRequest (Address, Width); 367 Status = AcpiOsReadPort (Address, Value, Width); 381 for (i = 0, *Value = 0; i < Width; i += 8) 409 * Width Number of bits 423 UINT32 Width) 438 Status = AcpiHwValidateIoRequest (Address, Width); 441 Status = AcpiOsWritePort (Address, Value, Width); 455 for (i = 0; i < Width; i += 8 [all...] |
/src/sys/external/bsd/acpica/dist/os_specific/service_layers/ |
oszephyr.c | 354 * Width - Number of bits (8,16,32, or 64) 357 * as a 64-bit integer, regardless of the read Width. 367 UINT32 Width) 369 switch (Width) 406 * Width - Number of bits (8,16,32, or 64) 418 UINT32 Width) 420 switch (Width) 457 * Width - Number of bits 469 UINT32 Width) 472 switch (Width) [all...] |
oswinxf.c | 1295 * Width - Number of bits 1308 UINT32 Width) 1323 * Width - Number of bits 1336 UINT32 Width) 1349 * Width - Number of bits 1361 UINT32 Width) 1366 switch (Width) 1385 ACPI_ERROR ((AE_INFO, "Bad width parameter: %X", Width)); 1399 * Width - Number of bit [all...] |
osunixxf.c | 1321 * Width - Number of bits 1334 UINT32 Width) 1349 * Width - Number of bits 1362 UINT32 Width) 1375 * Width - Number of bits 1387 UINT32 Width) 1390 switch (Width) 1422 * Width - Number of bits 1434 UINT32 Width) 1447 * Width - Number of bits (8,16,32, or 64 [all...] |
/src/sys/external/bsd/gnu-efi/dist/apps/ |
bltgrid.c | 9 fill_boxes(UINT32 *PixelBuffer, UINT32 Width, UINT32 Height) 22 for (x = 0; x < Width; x++) { 25 PixelBuffer[y * Width + x] = *(UINT32 *)Color;
|
lfbgrid.c | 11 fill_boxes(UINT32 *PixelBuffer, UINT32 Width, UINT32 Height, UINT32 Pitch, 39 for (x = 0; x < Width; x++) {
|
/src/sys/external/bsd/acpica/dist/include/ |
achware.h | 264 UINT32 Width); 270 UINT32 Width);
|
acpiosxf.h | 481 UINT32 Width); 489 UINT32 Width); 501 UINT32 Width); 509 UINT32 Width); 524 UINT32 Width); 533 UINT32 Width);
|
acbuffer.h | 233 UINT16 Width;
|
/src/sys/external/bsd/gnu-efi/dist/inc/ |
efipciio.h | 37 IN EFI_PCI_IO_PROTOCOL_WIDTH Width, 50 IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH Width, 62 IN EFI_PCI_IO_PROTOCOL_WIDTH Width, 73 IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH Width, 93 IN EFI_PCI_IO_PROTOCOL_WIDTH Width, 115 IN EFI_PCI_IO_PROTOCOL_WIDTH Width, 127 IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH Width,
|
efilib.h | 1033 IN EFI_IO_WIDTH Width, 1040 IN EFI_IO_WIDTH Width, 1048 IN EFI_IO_WIDTH Width, 1055 IN EFI_IO_WIDTH Width,
|
/src/sys/external/bsd/acpica/dist/disassembler/ |
dmresrcs.c | 275 if (Resource->FixedDma.Width <= 5) 278 AcpiGbl_DtsDecode [Resource->FixedDma.Width]); 282 AcpiOsPrintf ("%X /* INVALID DMA WIDTH */, ", 283 Resource->FixedDma.Width);
|
/src/sys/external/bsd/acpica/dist/compiler/ |
aslstubs.c | 187 UINT32 Width) 196 UINT32 Width)
|
aslpld.c | 314 PldInfo.Width = (UINT16) Value; 746 ACPI_PLD_SET_WIDTH (&Dword, PldInfo->Width);
|
aslrestype1i.c | 222 case 2: /* Xfer Type (transfer width) */ 340 case 2: /* Transfer Width [BYTE] (_SIZ) */ 342 Descriptor->FixedDma.Width = (UINT8) InitializerOp->Asl.Value.Integer; 344 CurrentByteOffset + ASL_RESDESC_OFFSET (FixedDma.Width));
|
/src/sys/external/bsd/acpica/dist/resources/ |
rsirq.c | 423 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.FixedDma.Width), 424 AML_OFFSET (FixedDma.Width),
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_common_interceptors_format.inc | 39 // width. 205 // Field width 209 if (dir->fieldWidth <= 0) // Width if at all must be non-zero 352 int argIdx; // width argument index, or -1 if not specified ("%*n$") 408 // Field width 511 // Dynamic width
|
/src/sys/external/bsd/acpica/dist/debugger/ |
dbconvert.c | 485 ACPI_PLD_SET_WIDTH (&Dword, PldInfo->Width); 606 AcpiOsPrintf (ACPI_PLD_OUTPUT, "PLD_Width", PldInfo->Width);
|
/src/sys/arch/hpcmips/stand/pbsdboot/res/ |
pbsdboot.rc | 49 RTEXT "Width ",IDC_STATIC,0,24,25,8
|