Lines Matching refs:bprm
14 * @bprm: Pointer to "struct linux_binprm".
17 * Returns the contents of @bprm on success, NULL otherwise.
22 static char *tomoyo_print_bprm(struct linux_binprm *bprm,
30 unsigned long pos = bprm->p;
32 int argv_count = bprm->argc;
33 int envp_count = bprm->envc;
46 if (!tomoyo_dump_page(bprm, pos, dump))
261 struct file *file = r->ee->bprm->file;
264 bprm_info = tomoyo_print_bprm(r->ee->bprm, &r->ee->dump);
281 struct linux_binprm *bprm = r->ee->bprm;
285 realpath, bprm->argc, bprm->envc, bprm_info);