Lines Matching refs:ee
101 static bool tomoyo_scan_bprm(struct tomoyo_execve *ee, in tomoyo_scan_bprm() argument
105 struct linux_binprm *bprm = ee->bprm; in tomoyo_scan_bprm()
106 struct tomoyo_page_dump *dump = &ee->dump; in tomoyo_scan_bprm()
107 char *arg_ptr = ee->tmp; in tomoyo_scan_bprm()
767 if (r->ee) in tomoyo_condition()
768 bprm = r->ee->bprm; in tomoyo_condition()
792 struct tomoyo_execve *ee; in tomoyo_condition() local
802 ee = r->ee; in tomoyo_condition()
803 file = ee ? ee->bprm->file : NULL; in tomoyo_condition()
1092 if (r->ee && (argc || envc)) in tomoyo_condition()
1093 return tomoyo_scan_bprm(r->ee, argc, argv, envc, envp); in tomoyo_condition()