Changeset View
Changeset View
Standalone View
Standalone View
sys/sys/efi.h
| Show First 20 Lines • Show All 388 Lines • ▼ Show 20 Lines | |||||
| { | { | ||||
| if (active_efi_ops->var_set == NULL) | if (active_efi_ops->var_set == NULL) | ||||
| return (ENXIO); | return (ENXIO); | ||||
| return (active_efi_ops->var_set(name, vendor, attrib, datasize, data)); | return (active_efi_ops->var_set(name, vendor, attrib, datasize, data)); | ||||
| } | } | ||||
| int efi_status_to_errno(efi_status status); | int efi_status_to_errno(efi_status status); | ||||
| void efi_panic(const char *, ...) __attribute__((format(printf, 1, 2), | |||||
| __noreturn__)); | |||||
| #endif /* _KERNEL */ | #endif /* _KERNEL */ | ||||
| #endif /* _SYS_EFI_H_ */ | #endif /* _SYS_EFI_H_ */ | ||||