Home
last modified time | relevance | path

Searched refs:ex_imgact (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/sys/
H A Dexec.h73 int (*ex_imgact)(struct image_params *); member
/freebsd/sys/kern/
H A Dimgact_shell.c249 .ex_imgact = exec_shell_imgact,
H A Dimgact_aout.c365 .ex_imgact = exec_aout_imgact,
H A Dimgact_binmisc.c778 .ex_imgact = imgact_binmisc_exec,
H A Dkern_exec.c662 if (execsw[i]->ex_imgact == NULL) in do_execve()
664 error = (*execsw[i]->ex_imgact)(imgp); in do_execve()
H A Dimgact_elf.c2895 .ex_imgact = __CONCAT(exec_, __elfN(imgact)),