HomeSort by: relevance | last modified time | path
    Searched refs:efi_ops (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/
efivar.h 37 struct efi_ops { struct
48 void efi_register_ops(const struct efi_ops *);
efi.c 60 static const struct efi_ops *efi_ops = NULL; variable in typeref:typename:const struct efi_ops *
93 if (efi_ops == NULL) {
296 if (efi_ops->efi_gettab == NULL)
303 status = efi_ops->efi_gettab(&ioc->uuid, &addr);
374 status = efi_ops->efi_getvar(namebuf, &var->vendor, &var->attrib,
421 status = efi_ops->efi_nextvar(&namesize, namebuf, &var->vendor);
468 status = efi_ops->efi_setvar(namebuf, &var->vendor, var->attrib,
483 KASSERT(efi_ops != NULL);
500 efi_register_ops(const struct efi_ops *ops
    [all...]
  /src/sys/arch/arm/arm/
efi_runtime.c 54 static struct efi_ops arm_efi_ops = {
  /src/sys/arch/x86/x86/
efi_machdep.c 90 static struct efi_ops efi_runtime_ops __read_mostly;
992 static struct efi_ops efi_runtime_ops = {

Completed in 12 milliseconds