Lines Matching refs:put_user

197 	if (put_user(status, getvariable.status)) {  in efi_runtime_get_variable()
204 if (dz && put_user(datasize, getvariable.data_size)) { in efi_runtime_get_variable()
225 if (at && put_user(attr, getvariable.attributes)) { in efi_runtime_get_variable()
230 if (dz && put_user(datasize, getvariable.data_size)) in efi_runtime_get_variable()
273 if (put_user(status, setvariable.status)) { in efi_runtime_set_variable()
302 if (put_user(status, gettime.status)) in efi_runtime_get_time()
312 if (put_user(cap.resolution, &(cap_local->resolution)) || in efi_runtime_get_time()
313 put_user(cap.accuracy, &(cap_local->accuracy)) || in efi_runtime_get_time()
314 put_user(cap.sets_to_zero, &(cap_local->sets_to_zero))) in efi_runtime_get_time()
340 if (put_user(status, settime.status)) in efi_runtime_set_time()
364 if (put_user(status, getwakeuptime.status)) in efi_runtime_get_waketime()
370 if (getwakeuptime.enabled && put_user(enabled, in efi_runtime_get_waketime()
407 if (put_user(status, setwakeuptime.status)) in efi_runtime_set_waketime()
471 if (put_user(status, getnextvariablename.status)) { in efi_runtime_get_nextvariablename()
478 if (ns && put_user(*ns, in efi_runtime_get_nextvariablename()
497 if (put_user(*ns, getnextvariablename.variable_name_size)) { in efi_runtime_get_nextvariablename()
532 if (put_user(status, getnexthighmonocount.status)) in efi_runtime_get_nexthighmonocount()
539 put_user(count, getnexthighmonocount.high_count)) in efi_runtime_get_nexthighmonocount()
561 if (put_user(status, queryvariableinfo.status)) in efi_runtime_query_variableinfo()
567 if (put_user(max_storage, in efi_runtime_query_variableinfo()
571 if (put_user(remaining, in efi_runtime_query_variableinfo()
575 if (put_user(max_size, queryvariableinfo.maximum_variable_size)) in efi_runtime_query_variableinfo()
629 if (put_user(status, qcaps.status)) { in efi_runtime_query_capsulecaps()
639 if (put_user(max_size, qcaps.maximum_capsule_size)) { in efi_runtime_query_capsulecaps()
644 if (put_user(reset_type, qcaps.reset_type)) in efi_runtime_query_capsulecaps()