Searched defs:l (Results 1 – 10 of 10) sorted by relevance
/DragonStub/inc/ |
H A D | efistdarg.h | 25 # define va_start(v,l) __builtin_va_start(v,l) argument 27 # define va_arg(v,l) __builtin_va_arg(v,l) argument
|
H A D | efidebug.h | 38 #define DBGSETMEM(a,l) SetMem(a,l,(CHAR8)BAD_POINTER) argument 42 #define DBGSETMEM(a,l) argument 80 #define ASSERT_LOCKED(l) if(!(l)->Lock) DBGASSERT(l not locked) argument 86 #define ASSERT_LOCKED(l) argument
|
H A D | efidevp.h | 61 #define SetDevicePathNodeLength(a,l) { \ argument
|
/DragonStub/apps/ |
H A D | alignedmem.c | 48 int l = (alloc_addr & (align - 1)) / EFI_PAGE_SIZE; in efi_allocate_pages_aligned() local
|
H A D | fdt.c | 316 int l; in allocate_new_fdt_and_exit_boot() local
|
H A D | stub.c | 216 int l; in efi_get_virtmap() local
|
/DragonStub/inc/dragonstub/linux/ |
H A D | stdarg.h | 9 #define va_start(v, l) __builtin_va_start(v, l) argument
|
/DragonStub/lib/ia64/ |
H A D | palproc.h | 31 #define NESTED_SETUP(i,l,o,r) \ argument
|
/DragonStub/lib/ |
H A D | init.c | 259 const unsigned char *l = vl, *r = vr; in memcmp() local
|
H A D | str.c | 331 CHAR16 c, p, l; in MetaMatch() local
|