Lines Matching refs:arg2
1874 SYSCALL_DEFINE5(keyctl, int, option, unsigned long, arg2, unsigned long, arg3,
1879 return keyctl_get_keyring_ID((key_serial_t) arg2,
1883 return keyctl_join_session_keyring((const char __user *) arg2);
1886 return keyctl_update_key((key_serial_t) arg2,
1891 return keyctl_revoke_key((key_serial_t) arg2);
1894 return keyctl_describe_key((key_serial_t) arg2,
1899 return keyctl_keyring_clear((key_serial_t) arg2);
1902 return keyctl_keyring_link((key_serial_t) arg2,
1906 return keyctl_keyring_unlink((key_serial_t) arg2,
1910 return keyctl_keyring_search((key_serial_t) arg2,
1916 return keyctl_read_key((key_serial_t) arg2,
1921 return keyctl_chown_key((key_serial_t) arg2,
1926 return keyctl_setperm_key((key_serial_t) arg2,
1930 return keyctl_instantiate_key((key_serial_t) arg2,
1936 return keyctl_negate_key((key_serial_t) arg2,
1941 return keyctl_set_reqkey_keyring(arg2);
1944 return keyctl_set_timeout((key_serial_t) arg2,
1948 return keyctl_assume_authority((key_serial_t) arg2);
1951 return keyctl_get_security((key_serial_t) arg2,
1959 return keyctl_reject_key((key_serial_t) arg2,
1966 (key_serial_t) arg2,
1972 return keyctl_invalidate_key((key_serial_t) arg2);
1975 return keyctl_get_persistent((uid_t)arg2, (key_serial_t)arg3);
1978 return keyctl_dh_compute((struct keyctl_dh_params __user *) arg2,
1983 return keyctl_restrict_keyring((key_serial_t) arg2,
1990 return keyctl_pkey_query((key_serial_t)arg2,
1999 (const struct keyctl_pkey_params __user *)arg2,
2006 (const struct keyctl_pkey_params __user *)arg2,
2012 return keyctl_keyring_move((key_serial_t)arg2,
2018 return keyctl_capabilities((unsigned char __user *)arg2, (size_t)arg3);
2021 return keyctl_watch_key((key_serial_t)arg2, (int)arg3, (int)arg4);