Searched refs:_info (Results 26 - 28 of 28) sorted by last modified time

12

/linux-master/security/keys/
H A Dkeyctl_pkey.c79 const char __user *_info,
89 p = strndup_user(_info, PAGE_SIZE);
114 const char __user *_info,
128 ret = keyctl_pkey_params_get(uparams.key_id, _info, params);
170 const char __user *_info,
177 ret = keyctl_pkey_params_get(id, _info, &params);
200 * _info is a string of supplementary information in key=val format. For
214 const char __user *_info,
222 ret = keyctl_pkey_params_get_2(_params, _info, op, &params);
277 * _info i
78 keyctl_pkey_params_get(key_serial_t id, const char __user *_info, struct kernel_pkey_params *params) argument
113 keyctl_pkey_params_get_2(const struct keyctl_pkey_params __user *_params, const char __user *_info, int op, struct kernel_pkey_params *params) argument
169 keyctl_pkey_query(key_serial_t id, const char __user *_info, struct keyctl_pkey_query __user *_res) argument
212 keyctl_pkey_e_d_s(int op, const struct keyctl_pkey_params __user *_params, const char __user *_info, const void __user *_in, void __user *_out) argument
288 keyctl_pkey_verify(const struct keyctl_pkey_params __user *_params, const char __user *_info, const void __user *_in, const void __user *_in2) argument
[all...]
/linux-master/sound/drivers/pcsp/
H A Dpcsp_mixer.c118 .info = pcsp_##ctl_type##_info, \
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dmci.h56 #define INC_PROF(_mci, _info) do { \
57 switch (_info->type) { \
63 if (!_info->edr) \
81 #define DEC_PROF(_mci, _info) do { \
82 switch (_info->type) { \
88 if (!_info->edr) \

Completed in 322 milliseconds

12