Lines Matching refs:to
1628 #error Fix SELinux to handle capabilities > 63.
2060 struct task_struct *to) in selinux_binder_transaction() argument
2064 u32 tosid = task_sid(to); in selinux_binder_transaction()
2081 struct task_struct *to) in selinux_binder_transfer_binder() argument
2084 u32 tosid = task_sid(to); in selinux_binder_transfer_binder()
2092 struct task_struct *to, in selinux_binder_transfer_file() argument
2095 u32 sid = task_sid(to); in selinux_binder_transfer_file()
2629 char *to = options; in selinux_sb_eat_lsm_opts() local
2666 if (to != from) in selinux_sb_eat_lsm_opts()
2667 memmove(to, from, len); in selinux_sb_eat_lsm_opts()
2668 to += len; in selinux_sb_eat_lsm_opts()
2675 *to = '\0'; in selinux_sb_eat_lsm_opts()