Lines Matching refs:ee
100 static bool tomoyo_scan_bprm(struct tomoyo_execve *ee, in tomoyo_scan_bprm() argument
104 struct linux_binprm *bprm = ee->bprm; in tomoyo_scan_bprm()
105 struct tomoyo_page_dump *dump = &ee->dump; in tomoyo_scan_bprm()
106 char *arg_ptr = ee->tmp; in tomoyo_scan_bprm()
766 if (r->ee) in tomoyo_condition()
767 bprm = r->ee->bprm; in tomoyo_condition()
791 struct tomoyo_execve *ee; in tomoyo_condition() local
801 ee = r->ee; in tomoyo_condition()
802 file = ee ? ee->bprm->file : NULL; in tomoyo_condition()
1091 if (r->ee && (argc || envc)) in tomoyo_condition()
1092 return tomoyo_scan_bprm(r->ee, argc, argv, envc, envp); in tomoyo_condition()