HomeSort by: relevance | last modified time | path
    Searched defs:efi_ops (Results 1 - 2 of 2) 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...]

Completed in 13 milliseconds