Searched refs:qcaps_user (Results 1 – 1 of 1) sorted by relevance
597 struct efi_querycapsulecapabilities __user *qcaps_user; in efi_runtime_query_capsulecaps() local605 qcaps_user = (struct efi_querycapsulecapabilities __user *)arg; in efi_runtime_query_capsulecaps()607 if (copy_from_user(&qcaps, qcaps_user, sizeof(qcaps))) in efi_runtime_query_capsulecaps()