Searched refs:open_exec (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dbinfmt_loader.c27 file = open_exec("/sbin/loader");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dbinfmt_em86.c80 * Note that we use open_exec() as the name is now in kernel
83 file = open_exec(interp);
H A Dbinfmt_script.c90 file = open_exec(interp);
H A Dexec.c713 struct file *open_exec(const char *name) function
744 EXPORT_SYMBOL(open_exec); variable
1395 file = open_exec(filename);
H A Dbinfmt_misc.c181 interp_file = open_exec (iname);
H A Dbinfmt_flat.c825 bprm.file = open_exec(bprm.filename);
H A Dbinfmt_elf.c666 interpreter = open_exec(elf_interpreter);
H A Dbinfmt_elf_fdpic.c228 interpreter = open_exec(interpreter_name);
H A Dcompat.c1516 file = open_exec(filename);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dfs.h2138 extern struct file * open_exec(const char *);

Completed in 136 milliseconds