Searched defs:efi_call_proto (Results 1 – 3 of 3) sorted by relevance
326 #define efi_call_proto(inst, func, ...) \ macro
49 #define efi_call_proto(inst, func, ...) inst->func(inst, ##__VA_ARGS__) macro
58 #define efi_call_proto(inst, func, ...) ({ \ macro