Symbol: Width
usr/src/boot/common/gfx_fb.c
482
uint32_t Width, uint32_t Height)
usr/src/boot/common/gfx_fb.c
501
if (DestinationX + Width > gfx_fb.framebuffer_common.framebuffer_width)
usr/src/boot/common/gfx_fb.c
504
if (Width == 0 || Height == 0)
usr/src/boot/common/gfx_fb.c
529
for (x = 0; x < Width; x++) {
usr/src/boot/common/gfx_fb.c
563
uint32_t Width, uint32_t Height, uint32_t Delta)
usr/src/boot/common/gfx_fb.c
584
if (SourceX + Width > gfx_fb.framebuffer_common.framebuffer_width)
usr/src/boot/common/gfx_fb.c
587
if (Width == 0 || Height == 0)
usr/src/boot/common/gfx_fb.c
591
Delta = Width * sizeof (*p);
usr/src/boot/common/gfx_fb.c
596
copybytes = Width * bpp;
usr/src/boot/common/gfx_fb.c
623
for (x = 0; x < Width; x++) {
usr/src/boot/common/gfx_fb.c
665
uint32_t Width, uint32_t Height, uint32_t Delta)
usr/src/boot/common/gfx_fb.c
686
if (DestinationX + Width > gfx_fb.framebuffer_common.framebuffer_width)
usr/src/boot/common/gfx_fb.c
689
if (Width == 0 || Height == 0)
usr/src/boot/common/gfx_fb.c
693
Delta = Width * sizeof (*p);
usr/src/boot/common/gfx_fb.c
698
copybytes = Width * bpp;
usr/src/boot/common/gfx_fb.c
725
for (x = 0; x < Width; x++) {
usr/src/boot/common/gfx_fb.c
775
uint32_t Width, uint32_t Height)
usr/src/boot/common/gfx_fb.c
786
if (SourceX + Width > gfx_fb.framebuffer_common.framebuffer_width)
usr/src/boot/common/gfx_fb.c
793
if (DestinationX + Width > gfx_fb.framebuffer_common.framebuffer_width)
usr/src/boot/common/gfx_fb.c
796
if (Width == 0 || Height == 0)
usr/src/boot/common/gfx_fb.c
802
copybytes = Width * bpp;
usr/src/boot/common/gfx_fb.c
830
uint32_t Width, uint32_t Height)
usr/src/boot/common/gfx_fb.c
843
if (DestinationX + Width > fbX)
usr/src/boot/common/gfx_fb.c
844
Width = fbX - DestinationX;
usr/src/boot/common/gfx_fb.c
853
for (uint32_t x = 0; x < Width; x++) {
usr/src/boot/common/gfx_fb.c
863
uint32_t Width, uint32_t Height, uint32_t Delta)
usr/src/boot/common/gfx_fb.c
881
DestinationY, Width, Height);
usr/src/boot/common/gfx_fb.c
884
Width, Height, Delta);
usr/src/boot/common/gfx_fb.c
891
Width, Height, Delta);
usr/src/boot/common/gfx_fb.c
897
Width, Height, Delta);
usr/src/boot/common/gfx_fb.c
903
Width, Height, Delta);
usr/src/boot/common/gfx_fb.c
934
Width, Height);
usr/src/boot/common/gfx_fb.c
936
Width, Height);
usr/src/boot/common/gfx_fb.c
941
DestinationX, DestinationY, Width, Height, Delta);
usr/src/boot/common/gfx_fb.c
946
DestinationX, DestinationY, Width, Height, Delta);
usr/src/boot/common/gfx_fb.c
951
DestinationX, DestinationY, Width, Height);
usr/src/boot/efi/include/Protocol/CpuIo2.h
99
IN EFI_CPU_IO_PROTOCOL_WIDTH Width,
usr/src/boot/efi/include/Protocol/DeviceIo.h
72
IN EFI_IO_WIDTH Width,
usr/src/boot/efi/include/Protocol/GraphicsOutput.h
219
IN UINTN Width,
usr/src/boot/efi/include/Protocol/HiiImage.h
188
UINT16 Width;
usr/src/boot/efi/include/Protocol/HiiImage.h
47
UINT16 Width;
usr/src/boot/efi/include/Protocol/IsaIo.h
118
IN EFI_ISA_IO_PROTOCOL_WIDTH Width,
usr/src/boot/efi/include/Protocol/IsaIo.h
158
IN EFI_ISA_IO_PROTOCOL_WIDTH Width,
usr/src/boot/efi/include/Protocol/PciIo.h
148
IN EFI_PCI_IO_PROTOCOL_WIDTH Width,
usr/src/boot/efi/include/Protocol/PciIo.h
181
IN EFI_PCI_IO_PROTOCOL_WIDTH Width,
usr/src/boot/efi/include/Protocol/PciIo.h
221
IN EFI_PCI_IO_PROTOCOL_WIDTH Width,
usr/src/boot/efi/include/Protocol/PciIo.h
270
IN EFI_PCI_IO_PROTOCOL_WIDTH Width,
usr/src/boot/efi/include/Protocol/PciRootBridgeIo.h
139
IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH Width,
usr/src/boot/efi/include/Protocol/PciRootBridgeIo.h
166
IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH Width,
usr/src/boot/efi/include/Protocol/PciRootBridgeIo.h
202
IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH Width,
usr/src/boot/efi/include/Protocol/Print2.h
261
IN UINTN Width
usr/src/boot/efi/include/Protocol/Print2.h
495
IN UINTN Width
usr/src/boot/efi/include/Protocol/Print2.h
579
IN UINTN Width
usr/src/boot/efi/include/Protocol/Print2.h
638
IN UINTN Width
usr/src/boot/efi/include/Protocol/UgaDraw.h
142
IN UINTN Width,
usr/src/boot/efi/include/Uefi/UefiInternalFormRepresentation.h
175
UINT16 Width;
usr/src/boot/efi/include/Uefi/UefiInternalFormRepresentation.h
1968
UINT16 Width;
usr/src/boot/efi/include/Uefi/UefiInternalFormRepresentation.h
2002
UINT16 Width;
usr/src/boot/efi/include/Uefi/UefiInternalFormRepresentation.h
2041
UINT16 Width;
usr/src/boot/efi/include/Uefi/UefiInternalFormRepresentation.h
528
UINT16 Width;
usr/src/boot/efi/include/Uefi/UefiInternalFormRepresentation.h
552
UINT16 Width;
usr/src/boot/efi/include/Uefi/UefiInternalFormRepresentation.h
568
UINT16 Width;
usr/src/boot/efi/include/Uefi/UefiInternalFormRepresentation.h
586
UINT16 Width;
usr/src/boot/efi/libefi/efiisaio.c
383
EFI_ISA_IO_PROTOCOL_WIDTH Width __unused,
usr/src/boot/efi/libefi/efiisaio.c
397
EFI_ISA_IO_PROTOCOL_WIDTH Width __unused,
usr/src/cmd/acpi/common/dmtbinfo1.c
512
{ACPI_DMT_UINT8, ACPI_DMAR_OFFSET (Width), "Host Address Width", 0},
usr/src/cmd/acpi/common/osunixxf.c
1334
UINT32 Width)
usr/src/cmd/acpi/common/osunixxf.c
1362
UINT32 Width)
usr/src/cmd/acpi/common/osunixxf.c
1387
UINT32 Width)
usr/src/cmd/acpi/common/osunixxf.c
1390
switch (Width)
usr/src/cmd/acpi/common/osunixxf.c
1434
UINT32 Width)
usr/src/cmd/acpi/common/osunixxf.c
1460
UINT32 Width)
usr/src/cmd/acpi/common/osunixxf.c
1463
switch (Width)
usr/src/cmd/acpi/common/osunixxf.c
1499
UINT32 Width)
usr/src/cmd/acpi/iasl/aslpld.c
314
PldInfo.Width = (UINT16) Value;
usr/src/cmd/acpi/iasl/aslpld.c
750
ACPI_PLD_SET_WIDTH (&Dword, PldInfo->Width);
usr/src/cmd/acpi/iasl/aslrestype1i.c
342
Descriptor->FixedDma.Width = (UINT8) InitializerOp->Asl.Value.Integer;
usr/src/cmd/acpi/iasl/aslrestype1i.c
344
CurrentByteOffset + ASL_RESDESC_OFFSET (FixedDma.Width));
usr/src/cmd/acpi/iasl/aslstubs.c
193
UINT32 Width)
usr/src/cmd/acpi/iasl/aslstubs.c
202
UINT32 Width)
usr/src/common/acpica/disassembler/dmbuffer.c
892
AcpiOsPrintf (ACPI_PLD_OUTPUT16, "PLD_Width", PldInfo->Width);
usr/src/common/acpica/disassembler/dmresrcs.c
275
if (Resource->FixedDma.Width <= 5)
usr/src/common/acpica/disassembler/dmresrcs.c
278
AcpiGbl_DtsDecode [Resource->FixedDma.Width]);
usr/src/common/acpica/disassembler/dmresrcs.c
283
Resource->FixedDma.Width);
usr/src/common/acpica/hardware/hwvalid.c
348
UINT32 Width)
usr/src/common/acpica/hardware/hwvalid.c
364
Status = AcpiHwValidateIoRequest (Address, Width);
usr/src/common/acpica/hardware/hwvalid.c
367
Status = AcpiOsReadPort (Address, Value, Width);
usr/src/common/acpica/hardware/hwvalid.c
381
for (i = 0, *Value = 0; i < Width; i += 8)
usr/src/common/acpica/hardware/hwvalid.c
423
UINT32 Width)
usr/src/common/acpica/hardware/hwvalid.c
438
Status = AcpiHwValidateIoRequest (Address, Width);
usr/src/common/acpica/hardware/hwvalid.c
441
Status = AcpiOsWritePort (Address, Value, Width);
usr/src/common/acpica/hardware/hwvalid.c
455
for (i = 0; i < Width; i += 8)
usr/src/common/acpica/resources/rsdumpinfo.c
436
{ACPI_RSD_UINT8, ACPI_RSD_OFFSET (FixedDma.Width), "TransferWidth", AcpiGbl_DtsDecode},
usr/src/common/acpica/resources/rsirq.c
423
{ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.FixedDma.Width),
usr/src/common/acpica/resources/rsirq.c
424
AML_OFFSET (FixedDma.Width),
usr/src/common/acpica/utilities/utxface.c
709
PldInfo->Width = ACPI_PLD_GET_WIDTH (&Dword);
usr/src/lib/fm/topo/modules/common/usb/topo_usb_acpi.c
85
infop->Width = ACPI_PLD_GET_WIDTH(&buf32p[1]);
usr/src/lib/libeti/menu/common/post.c
202
if (c < Width(m) || r < Height(m)) {
usr/src/lib/libeti/menu/common/post.c
207
if ((Win(m) = newwin(Rows(m), Width(m), 0, 0)) ==
usr/src/lib/libeti/menu/common/post.c
219
if ((Sub(m) = derwin(Win(m), r, Width(m), 0, 0)) ==
usr/src/lib/libeti/menu/common/scale.c
56
Width(m) = width;
usr/src/lib/libeti/menu/common/scale.c
68
*c = Width(m);
usr/src/lib/libeti/menu/common/show.c
49
c = min(Width(m), c);
usr/src/uts/intel/io/acpica/osl.c
1010
Reg, Width);
usr/src/uts/intel/io/acpica/osl.c
829
AcpiOsReadPort(ACPI_IO_ADDRESS Address, UINT32 *Value, UINT32 Width)
usr/src/uts/intel/io/acpica/osl.c
837
(long)Address, Width);
usr/src/uts/intel/io/acpica/osl.c
842
switch (Width) {
usr/src/uts/intel/io/acpica/osl.c
854
(long)Address, Width);
usr/src/uts/intel/io/acpica/osl.c
861
AcpiOsWritePort(ACPI_IO_ADDRESS Address, UINT32 Value, UINT32 Width)
usr/src/uts/intel/io/acpica/osl.c
869
(long)Address, Width);
usr/src/uts/intel/io/acpica/osl.c
873
switch (Width) {
usr/src/uts/intel/io/acpica/osl.c
885
(long)Address, Width);
usr/src/uts/intel/io/acpica/osl.c
903
UINT32 Width, int write)
usr/src/uts/intel/io/acpica/osl.c
905
size_t maplen = Width / 8;
usr/src/uts/intel/io/acpica/osl.c
926
Width);
usr/src/uts/intel/io/acpica/osl.c
935
UINT64 *Value, UINT32 Width)
usr/src/uts/intel/io/acpica/osl.c
937
osl_rw_memory(Address, Value, Width, 0);
usr/src/uts/intel/io/acpica/osl.c
943
UINT64 Value, UINT32 Width)
usr/src/uts/intel/io/acpica/osl.c
945
osl_rw_memory(Address, &Value, Width, 1);
usr/src/uts/intel/io/acpica/osl.c
952
UINT64 *Value, UINT32 Width)
usr/src/uts/intel/io/acpica/osl.c
955
switch (Width) {
usr/src/uts/intel/io/acpica/osl.c
971
Reg, Width);
usr/src/uts/intel/io/acpica/osl.c
984
UINT64 Value, UINT32 Width)
usr/src/uts/intel/io/acpica/osl.c
990
PciId->Function, Reg, (long)Value, Width);
usr/src/uts/intel/io/acpica/osl.c
994
switch (Width) {
usr/src/uts/intel/sys/acpi/acbuffer.h
233
UINT16 Width;
usr/src/uts/intel/sys/acpi/achware.h
264
UINT32 Width);
usr/src/uts/intel/sys/acpi/achware.h
270
UINT32 Width);
usr/src/uts/intel/sys/acpi/acpiosxf.h
481
UINT32 Width);
usr/src/uts/intel/sys/acpi/acpiosxf.h
489
UINT32 Width);
usr/src/uts/intel/sys/acpi/acpiosxf.h
501
UINT32 Width);
usr/src/uts/intel/sys/acpi/acpiosxf.h
509
UINT32 Width);
usr/src/uts/intel/sys/acpi/acpiosxf.h
524
UINT32 Width);
usr/src/uts/intel/sys/acpi/acpiosxf.h
533
UINT32 Width);
usr/src/uts/intel/sys/acpi/acrestyp.h
343
UINT8 Width;
usr/src/uts/intel/sys/acpi/actbl1.h
711
UINT8 Width; /* Host Address Width */
usr/src/uts/intel/sys/acpi/amlresrc.h
360
UINT8 Width;
usr/src/uts/intel/sys/acpi/platform/acefiex.h
1075
ACPI_EFI_PCI_IO_PROTOCOL_WIDTH Width,