Searched refs:efi_va_arg (Results 1 – 2 of 2) sorted by relevance
40 #define efi_va_arg __builtin_va_arg macro46 #define efi_va_arg va_arg macro
2603 protocol = efi_va_arg(argptr, efi_guid_t*); in efi_install_multiple_protocol_interfaces()2606 protocol_interface = efi_va_arg(argptr, void*); in efi_install_multiple_protocol_interfaces()2636 protocol = efi_va_arg(argptr, efi_guid_t*); in efi_install_multiple_protocol_interfaces()2637 protocol_interface = efi_va_arg(argptr, void*); in efi_install_multiple_protocol_interfaces()2676 protocol = efi_va_arg(argptr, efi_guid_t*); in efi_uninstall_multiple_protocol_interfaces()2679 protocol_interface = efi_va_arg(argptr, void*); in efi_uninstall_multiple_protocol_interfaces()2699 protocol = efi_va_arg(argptr, efi_guid_t*); in efi_uninstall_multiple_protocol_interfaces()2700 protocol_interface = efi_va_arg(argptr, void*); in efi_uninstall_multiple_protocol_interfaces()
Completed in 9 milliseconds