Searched refs:_params (Results 1 – 2 of 2) sorted by relevance
| /linux/security/keys/ |
| H A D | keyctl_pkey.c | 113 static int keyctl_pkey_params_get_2(const struct keyctl_pkey_params __user *_params, in keyctl_pkey_params_get_2() argument 125 if (copy_from_user(&uparams, _params, sizeof(uparams)) != 0) in keyctl_pkey_params_get_2() 213 const struct keyctl_pkey_params __user *_params, in keyctl_pkey_e_d_s() argument 222 ret = keyctl_pkey_params_get_2(_params, _info, op, ¶ms); in keyctl_pkey_e_d_s() 288 long keyctl_pkey_verify(const struct keyctl_pkey_params __user *_params, in keyctl_pkey_verify() argument 297 ret = keyctl_pkey_params_get_2(_params, _info, KEYCTL_PKEY_VERIFY, in keyctl_pkey_verify()
|
| /linux/sound/core/ |
| H A D | timer.c | 1785 struct snd_timer_params __user *_params) in snd_timer_user_params() argument 1798 if (copy_from_user(¶ms, _params, sizeof(params))) in snd_timer_user_params() 1882 if (copy_to_user(_params, ¶ms, sizeof(params))) in snd_timer_user_params()
|