Searched defs:from (Results 1 - 3 of 3) sorted by relevance

/security/
H A Dcapability.c20 static int cap_binder_transaction(struct task_struct *from, struct task_struct *to) argument
25 static int cap_binder_transfer_binder(struct task_struct *from, struct task_struct *to) argument
30 static int cap_binder_transfer_file(struct task_struct *from, struct task_struct *to, struct file *file) argument
H A Dsecurity.c143 int security_binder_transaction(struct task_struct *from, struct task_struct *to) argument
145 return security_ops->binder_transaction(from, to);
148 int security_binder_transfer_binder(struct task_struct *from, struct task_struct *to) argument
150 return security_ops->binder_transfer_binder(from, to);
153 int security_binder_transfer_file(struct task_struct *from, struct task_struct *to, struct file *file) argument
155 return security_ops->binder_transfer_file(from, to, file);
/security/selinux/
H A Dhooks.c649 * from an explicit call and once from the generic calls from the vfs.
1310 /* Called from d_instantiate or d_splice_alias. */
1313 /* Called from selinux_complete_init, try to find a dentry. */
1426 /* Called from d_instantiate or
1430 /* Called from selinux_complete_init, try to
1472 /* Commonly granted from child to parent. */
1644 /* Same as path_has_perm, but uses the inode from the file struct. */
1938 static int selinux_binder_transaction(struct task_struct *from, struc argument
1954 selinux_binder_transfer_binder(struct task_struct *from, struct task_struct *to) argument
1961 selinux_binder_transfer_file(struct task_struct *from, struct task_struct *to, struct file *file) argument
2497 take_option(char **to, char *from, int *first, int len) argument
2508 take_selinux_option(char **to, char *from, int *first, int len) argument
[all...]

Completed in 892 milliseconds