Searched refs:efi_rt_call (Results 1 – 2 of 2) sorted by relevance
49 #define efi_rt_call(func, ...) efi_system_table->runtime->func(__VA_ARGS__) macro98 efi_rt_call(get_variable, (efi_char16_t *)(name), \102 efi_rt_call(set_variable, (efi_char16_t *)(name), \
362 #define efi_rt_call(func, ...) \ macro