Searched refs:Width (Results 1 – 5 of 5) sorted by relevance
/xen/xen/include/efi/ |
A D | efipciio.h | 31 IN EFI_PCI_IO_PROTOCOL_WIDTH Width, 44 IN EFI_PCI_IO_PROTOCOL_WIDTH Width, 60 IN EFI_PCI_IO_PROTOCOL_WIDTH Width, 75 IN EFI_PCI_IO_PROTOCOL_WIDTH Width,
|
A D | efiprot.h | 402 IN EFI_IO_WIDTH Width, 707 IN UINTN Width,
|
/xen/xen/common/efi/ |
A D | boot.c | 112 static CHAR16 *FormatHex(UINT64 Val, UINTN Width, CHAR16 *Buffer); 113 static void DisplayUint(UINT64 Val, INTN Width); 222 static CHAR16 *__init FormatHex(UINT64 Val, UINTN Width, CHAR16 *Buffer) in FormatHex() argument 224 if ( Width > 1 || Val >= 0x10 ) in FormatHex() 225 Buffer = FormatHex(Val >> 4, Width ? Width - 1 : 0, Buffer); in FormatHex() 230 static void __init DisplayUint(UINT64 Val, INTN Width) in DisplayUint() argument 234 if (Width < 0) in DisplayUint() 239 end = FormatHex(Val, Width, PrintString); in DisplayUint()
|
/xen/tools/golang/xenlight/ |
A D | types.gen.go | 618 Width uint32 member 820 Width uint32 member 1008 Width uint32 member
|
A D | helpers.gen.go | 1673 x.Width = uint32(xc.width) 1698 xc.width = C.uint32_t(x.Width) 2437 x.Width = uint32(xc.width) 2449 xc.width = C.uint32_t(x.Width) 3401 x.Width = uint32(xc.width) 3417 xc.width = C.uint32_t(x.Width)
|
Completed in 20 milliseconds