Searched refs:efi_status_t (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/include/linux/ |
D | efi.h | 31 typedef unsigned long efi_status_t; typedef 157 typedef efi_status_t efi_get_time_t (efi_time_t *tm, efi_time_cap_t *tc); 158 typedef efi_status_t efi_set_time_t (efi_time_t *tm); 159 typedef efi_status_t efi_get_wakeup_time_t (efi_bool_t *enabled, efi_bool_t *pending, 161 typedef efi_status_t efi_set_wakeup_time_t (efi_bool_t enabled, efi_time_t *tm); 162 typedef efi_status_t efi_get_variable_t (efi_char16_t *name, efi_guid_t *vendor, u32 *attr, 164 typedef efi_status_t efi_get_next_variable_t (unsigned long *name_size, efi_char16_t *name, 166 typedef efi_status_t efi_set_variable_t (efi_char16_t *name, efi_guid_t *vendor, u32 attr, 168 typedef efi_status_t efi_get_next_high_mono_count_t (u64 *count); 169 typedef void efi_reset_system_t (int reset_type, efi_status_t status,
|
/linux-2.4.37.9/arch/ia64/kernel/ |
D | efi.c | 37 extern efi_status_t efi_call_phys (void *, ...); 58 static efi_status_t \ 62 efi_status_t ret; \ 72 static efi_status_t \ 76 efi_status_t ret; \ 85 static efi_status_t \ 89 efi_status_t ret; \ 99 static efi_status_t \ 103 efi_status_t ret; \ 113 static efi_status_t \ [all …]
|
D | efivars.c | 101 efi_status_t Status; 272 efi_status_t status; in efivar_write() 422 efi_status_t status; in efivars_init()
|
D | fw-emu.c | 233 static efi_status_t 256 efi_reset_system (int reset_type, efi_status_t status, unsigned long data_size, efi_char16_t *data) in efi_reset_system() 265 static efi_status_t
|
/linux-2.4.37.9/arch/ia64/sn/fakeprom/ |
D | fw-emu.c | 156 static efi_status_t 179 efi_reset_system (int reset_type, efi_status_t status, unsigned long data_size, efi_char16_t *data) in efi_reset_system() 184 static efi_status_t 190 static efi_status_t
|
/linux-2.4.37.9/drivers/char/ |
D | efirtc.c | 153 efi_status_t status; in efi_rtc_ioctl()
|