Lines Matching refs:arg1
71 void *arg1; member
99 efi_rts_work.arg1 = _arg1; \
188 void *arg1, *arg2, *arg3, *arg4, *arg5; in efi_call_rts() local
192 arg1 = efi_rts_work->arg1; in efi_call_rts()
200 status = efi_call_virt(get_time, (efi_time_t *)arg1, in efi_call_rts()
204 status = efi_call_virt(set_time, (efi_time_t *)arg1); in efi_call_rts()
207 status = efi_call_virt(get_wakeup_time, (efi_bool_t *)arg1, in efi_call_rts()
211 status = efi_call_virt(set_wakeup_time, *(efi_bool_t *)arg1, in efi_call_rts()
215 status = efi_call_virt(get_variable, (efi_char16_t *)arg1, in efi_call_rts()
220 status = efi_call_virt(get_next_variable, (unsigned long *)arg1, in efi_call_rts()
225 status = efi_call_virt(set_variable, (efi_char16_t *)arg1, in efi_call_rts()
230 status = efi_call_virt(query_variable_info, *(u32 *)arg1, in efi_call_rts()
234 status = efi_call_virt(get_next_high_mono_count, (u32 *)arg1); in efi_call_rts()
238 (efi_capsule_header_t **)arg1, in efi_call_rts()
244 (efi_capsule_header_t **)arg1, in efi_call_rts()