Home
last modified time | relevance | path

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

/freebsd-14.2/sys/sys/
H A Defi.h269 if (active_efi_ops->rt_ok == NULL) in efi_rt_ok()
271 return (active_efi_ops->rt_ok()); in efi_rt_ok()
286 if (active_efi_ops->copy_table == NULL) in efi_copy_table()
294 if (active_efi_ops->get_time == NULL) in efi_get_time()
296 return (active_efi_ops->get_time(tm)); in efi_get_time()
310 if (active_efi_ops->reset_system == NULL) in efi_reset_system()
318 if (active_efi_ops->set_time == NULL) in efi_set_time()
320 return (active_efi_ops->set_time(tm)); in efi_set_time()
326 if (active_efi_ops->get_waketime == NULL) in efi_get_waketime()
342 if (active_efi_ops->var_get == NULL) in efi_var_get()
[all …]
/freebsd-14.2/sys/dev/xen/efi/
H A Dpvefi.c229 prev = active_efi_ops; in modevents()
230 active_efi_ops = &pvefi_ops; in modevents()
235 active_efi_ops = prev; in modevents()
/freebsd-14.2/sys/dev/efidev/
H A Defirt.c799 const struct efi_ops *active_efi_ops = &efi_ops; variable