Home
last modified time | relevance | path

Searched refs:auth_ctrl_data (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/common_modules/qos_auth/auth_ctl/
Dauth_ctrl.c187 static inline void set_auth_flag(struct auth_ctrl_data *data, struct auth_struct *auth_to_enable) in set_auth_flag()
197 static int auth_enable(struct auth_ctrl_data *data) in auth_enable()
256 static int auth_delete(struct auth_ctrl_data *data) in auth_delete()
282 static int auth_get(struct auth_ctrl_data *data) in auth_get()
317 static int auth_switch(struct auth_ctrl_data *data) in auth_switch()
357 typedef int (*auth_manipulate_func)(struct auth_ctrl_data *data);
373 static long do_auth_manipulate(struct auth_ctrl_data *data) in do_auth_manipulate()
391 struct auth_ctrl_data auth_data; in ctrl_auth_basic_operation()
401 sizeof(struct auth_ctrl_data)); in ctrl_auth_basic_operation()
404 ret = copy_from_user(&auth_data, uarg, sizeof(struct auth_ctrl_data)); in ctrl_auth_basic_operation()
[all …]
/kernel/linux/build/test/syzkaller/qos_auth/
Dauth_ctrl.txt11 …IC_OPERATION(fd fd_auth_ctrl, cmd const[BASIC_AUTH_CTRL_OPERATION], arg ptr[inout, auth_ctrl_data])
13 auth_ctrl_data {
/kernel/linux/common_modules/qos_auth/include/
Dauth_ctrl.h32 _IOWR(AUTH_CTRL_IPC_MAGIG, BASIC_AUTH_CTRL, struct auth_ctrl_data)
45 struct auth_ctrl_data { struct