Searched refs:UINTN (Results 26 - 50 of 53) sorted by relevance

123

/freebsd-11-stable/stand/efi/include/
H A Defifpswa.h24 IN UINTN TrapType,
H A Defiser.h101 IN OUT UINTN *BufferSize,
109 IN OUT UINTN *BufferSize,
H A Defiapi.h53 IN UINTN NoPages,
61 IN UINTN NoPages
67 IN OUT UINTN *MemoryMapSize,
69 OUT UINTN *MapKey,
70 OUT UINTN *DescriptorSize,
81 IN UINTN Size,
94 IN UINTN MemoryMapSize,
95 IN UINTN DescriptorSize,
109 IN UINTN DebugDisposition,
174 IN UINTN NumberOfEvent
[all...]
H A Deficon.h64 IN UINTN ModeNumber,
65 OUT UINTN *Columns,
66 OUT UINTN *Rows
73 IN UINTN ModeNumber
80 IN UINTN Attribute
123 IN UINTN Column,
124 IN UINTN Row
H A Defidef.h46 typedef UINTN EFI_STATUS;
48 typedef UINTN EFI_TPL;
H A Defidebug.h30 extern UINTN EFIDebug;
H A Defipxebc.h310 IN UINTN *BlockSize OPTIONAL,
327 IN UINTN *HeaderSize, OPTIONAL
329 IN UINTN *BufferSize,
342 IN UINTN *HeaderSize, OPTIONAL
344 IN OUT UINTN *BufferSize,
H A Defilib.h94 UINTN efi_devpath_length(EFI_DEVICE_PATH *);
/freebsd-11-stable/stand/efi/libefi/
H A Ddevpath.c222 UINTN
229 return ((UINTN)path - (UINTN)start) + DevicePathNodeLength(path);
H A Defi_driver_utils.c43 UINTN nhandles, i, hsize;
H A Defienv.c44 UINTN dl;
H A Denv.c348 efi_print_other_value(uint8_t *data, UINTN datasz)
350 UINTN i;
396 UINTN datasz __unused)
450 UINTN datasz)
476 UINTN datasz __unused)
501 efi_print_global(const CHAR16 *varnamearg, uint8_t *data, UINTN datasz)
531 UINTN i;
673 UINTN datasz;
762 UINTN varalloc;
763 UINTN vars
[all...]
H A Defi_console.c135 UINTN x, y;
210 UINTN x, y;
258 UINTN x, y;
H A Definet.c151 UINTN bufsz;
275 UINTN sz;
/freebsd-11-stable/stand/efi/loader/arch/i386/
H A Defimd.c49 static UINTN mapkey;
70 UINTN mmsz, pages, sz;
/freebsd-11-stable/lib/libefivar/
H A Duefi-dplib.h80 UINTN Count;
81 UINTN Capacity;
203 UINTN
359 OUT UINTN *Size
515 * but the parse code casts this to an UINTN, which is bogus. This
H A Defivar-dp-format.c105 UINTN Count;
235 UINTN Index;
236 UINTN DataLength;
720 UINTN Index;
756 UINTN Index;
1273 UINTN HwAddressSize;
1274 UINTN Index;
1747 UINTN UriLength;
2191 UINTN Index;
2299 UINTN Inde
[all...]
H A Defivar-dp-parse.c119 UINTN NodeNameLength;
120 UINTN ParameterLength;
260 UINTN ParenthesesStack;
363 @return A UINTN value represented by Str
367 UINTN
449 UINTN DataLength;
624 UINTN Length;
1056 UINTN Index;
1057 UINTN Length;
1756 UINTN Inde
[all...]
/freebsd-11-stable/stand/efi/boot1/
H A Dboot1.c154 UINTN i;
292 UINTN i;
394 UINTN i, max_dim, best_mode, cols, rows, hsize, nhandles;
493 hsize = (UINTN)NUM_HANDLES_INIT * sizeof(EFI_HANDLE);
/freebsd-11-stable/stand/efi/loader/
H A Dbootinfo.c258 efi_do_vmap(EFI_MEMORY_DESCRIPTOR *mm, UINTN sz, UINTN mmsz, UINT32 mmver)
294 UINTN efi_mapkey;
295 UINTN dsz, pages, retry, sz;
H A Dmain.c92 UINTN sz;
547 UINTN k;
806 UINTN sz;
808 UINTN key, dsz;
880 UINTN i;
910 UINTN cols, rows;
966 UINTN bufsz = 0, i, j;
991 UINTN nproto = 0;
1080 status = BS->AllocatePool(EfiLoaderCode, (UINTN)st.st_size, &buf);
H A Dcopy.c97 UINTN sz;
100 UINTN key, dsz;
H A Defi_main.c36 static UINTN heapsize;
H A Dframebuffer.c194 UINTN bufsz;
511 UINTN infosz;
/freebsd-11-stable/sys/contrib/edk2/Include/Uefi/
H A DUefiBaseType.h45 typedef UINTN EFI_TPL;
196 @param Size A size in bytes. This parameter is assumed to be type UINTN.
197 Passing in a parameter that is larger than UINTN may produce
210 type UINTN. Passing in a parameter that is larger than
211 UINTN may produce unexpected results.

Completed in 266 milliseconds

123