Home
last modified time | relevance | path

Searched refs:efi_ops (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/efidev/
H A Defirt.c788 const static struct efi_ops efi_ops = { variable
802 const struct efi_ops *active_efi_ops = &efi_ops;
/freebsd/sys/sys/
H A Defi.h242 struct efi_ops { struct
263 extern const struct efi_ops *active_efi_ops; argument
/freebsd/sys/dev/xen/efi/
H A Dpvefi.c203 const static struct efi_ops pvefi_ops = {
216 const static struct efi_ops *prev; in modevents()