Home
last modified time | relevance | path

Searched refs:IMGACT_SHELL (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/kern/
H A Dimgact_shell.c116 if (imgp->interpreted & IMGACT_SHELL) in exec_shell_imgact()
119 imgp->interpreted |= IMGACT_SHELL; in exec_shell_imgact()
/freebsd/sys/sys/
H A Dimgact.h86 #define IMGACT_SHELL 0x1 macro