Lines Matching defs:in
128 * will trigger the next entry in the EFI Boot Manager list.
202 /* Lookup primary Unicode encoding in the system codepage */
345 SIMPLE_INPUT_INTERFACE *in = ST->ConIn;
350 status = uefi_call_wrapper(in->ReadKeyStroke, 2, in, &key);
357 * We currently only handle scan codes that fit in 8 bits.
365 SIMPLE_INPUT_INTERFACE *in = ST->ConIn;
368 status = WaitForSingleEvent(in->WaitForKey, 1);
426 /* Routines in support of efi boot loader were obtained from
511 /* Have we run out of space in this region? */
549 * memory and return a pointer to the base of the allocation in
592 * pages are allocated from EfiConventionalMemory in order to grow the
650 * @size: size in bytes of the requested allocation
823 char *cmdline = NULL; /* internal, in efi_physical below 0x3FFFFFFF */
975 * previously in efi_scan_memory(), we should recalculate the
976 * e820 map because it will most likely have changed in the
1055 * Can we move this allocation requirement to com32 linux loader in order
1260 SIMPLE_INPUT_INTERFACE *in;
1307 /* TODO: once all errors are captured in efi_errno, bail out if necessary */
1313 * directory that syslinux.efi resides in.
1324 in = ST->ConIn;
1326 status = uefi_call_wrapper(in->ReadKeyStroke, 2, in, &key);