Lines Matching refs:tomoyo_request_info
416 struct tomoyo_request_info { struct
618 struct tomoyo_request_info r;
920 bool tomoyo_condition(struct tomoyo_request_info *r,
926 bool tomoyo_domain_quota_is_ok(struct tomoyo_request_info *r);
945 char *tomoyo_init_log(struct tomoyo_request_info *r, int len, const char *fmt,
962 int tomoyo_env_perm(struct tomoyo_request_info *r, const char *env);
963 int tomoyo_execute_permission(struct tomoyo_request_info *r,
968 int tomoyo_init_request_info(struct tomoyo_request_info *r,
992 int tomoyo_supervisor(struct tomoyo_request_info *r, const char *fmt, ...)
1035 void tomoyo_check_acl(struct tomoyo_request_info *r,
1036 bool (*check_entry) (struct tomoyo_request_info *,
1056 void tomoyo_write_log(struct tomoyo_request_info *r, const char *fmt, ...)
1058 void tomoyo_write_log2(struct tomoyo_request_info *r, int len, const char *fmt,