Lines Matching refs:put_user

199 	if (put_user(status, getvariable.status)) {  in efi_runtime_get_variable()
206 if (dz && put_user(datasize, getvariable.data_size)) { in efi_runtime_get_variable()
227 if (at && put_user(attr, getvariable.attributes)) { in efi_runtime_get_variable()
232 if (dz && put_user(datasize, getvariable.data_size)) in efi_runtime_get_variable()
275 if (put_user(status, setvariable.status)) { in efi_runtime_set_variable()
304 if (put_user(status, gettime.status)) in efi_runtime_get_time()
314 if (put_user(cap.resolution, &(cap_local->resolution)) || in efi_runtime_get_time()
315 put_user(cap.accuracy, &(cap_local->accuracy)) || in efi_runtime_get_time()
316 put_user(cap.sets_to_zero, &(cap_local->sets_to_zero))) in efi_runtime_get_time()
342 if (put_user(status, settime.status)) in efi_runtime_set_time()
366 if (put_user(status, getwakeuptime.status)) in efi_runtime_get_waketime()
372 if (getwakeuptime.enabled && put_user(enabled, in efi_runtime_get_waketime()
409 if (put_user(status, setwakeuptime.status)) in efi_runtime_set_waketime()
473 if (put_user(status, getnextvariablename.status)) { in efi_runtime_get_nextvariablename()
480 if (ns && put_user(*ns, in efi_runtime_get_nextvariablename()
499 if (put_user(*ns, getnextvariablename.variable_name_size)) { in efi_runtime_get_nextvariablename()
534 if (put_user(status, getnexthighmonocount.status)) in efi_runtime_get_nexthighmonocount()
541 put_user(count, getnexthighmonocount.high_count)) in efi_runtime_get_nexthighmonocount()
587 if (put_user(status, queryvariableinfo.status)) in efi_runtime_query_variableinfo()
593 if (put_user(max_storage, in efi_runtime_query_variableinfo()
597 if (put_user(remaining, in efi_runtime_query_variableinfo()
601 if (put_user(max_size, queryvariableinfo.maximum_variable_size)) in efi_runtime_query_variableinfo()
655 if (put_user(status, qcaps.status)) { in efi_runtime_query_capsulecaps()
665 if (put_user(max_size, qcaps.maximum_capsule_size)) { in efi_runtime_query_capsulecaps()
670 if (put_user(reset_type, qcaps.reset_type)) in efi_runtime_query_capsulecaps()