Home
last modified time | relevance | path

Searched refs:PF_FORKNOEXEC (Results 1 – 8 of 8) sorted by relevance

/linux-2.4.37.9/kernel/
Dacct.c307 if (current->flags & PF_FORKNOEXEC) in do_acct_process()
Dfork.c607 new_flags |= PF_FORKNOEXEC; in copy_flags()
/linux-2.4.37.9/fs/
Dbinfmt_som.c229 current->flags &= ~PF_FORKNOEXEC; in do_load_som_binary()
Dbinfmt_aout.c317 current->flags &= ~PF_FORKNOEXEC; in load_aout_binary()
Dbinfmt_elf.c687 current->flags &= ~PF_FORKNOEXEC; in load_elf_binary()
855 current->flags &= ~PF_FORKNOEXEC; in load_elf_binary()
/linux-2.4.37.9/arch/sparc64/kernel/
Dbinfmt_aout32.c247 current->flags &= ~PF_FORKNOEXEC; in load_aout32_binary()
/linux-2.4.37.9/arch/mips/kernel/
Dirixelf.c693 current->flags &= ~PF_FORKNOEXEC; in load_irix_binary()
733 current->flags &= ~PF_FORKNOEXEC; in load_irix_binary()
/linux-2.4.37.9/include/linux/
Dsched.h429 #define PF_FORKNOEXEC 0x00000040 /* forked but didn't exec */ macro