HomeSort by: relevance | last modified time | path
    Searched defs:efi_ih (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/x86/x86/
multiboot2.c 122 efi_exit_bs(struct efi_systbl *efi_systbl, void *efi_ih)
143 if (efi_ih == NULL)
165 if (efi_bs->bs_exitbootservices(efi_ih, key) != 0)
285 void *efi_ih = NULL; local in function:multiboot2_pre_reloc
310 efi_ih = (void *)
319 efi_ih = (void *)
335 efi_exit_bs(efi_systbl, efi_ih);
multiboot2.c 122 efi_exit_bs(struct efi_systbl *efi_systbl, void *efi_ih)
143 if (efi_ih == NULL)
165 if (efi_bs->bs_exitbootservices(efi_ih, key) != 0)
285 void *efi_ih = NULL; local in function:multiboot2_pre_reloc
310 efi_ih = (void *)
319 efi_ih = (void *)
335 efi_exit_bs(efi_systbl, efi_ih);

Completed in 23 milliseconds