Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dimgact_shell.c119 if (imgp->interpreted & IMGACT_SHELL) in exec_shell_imgact()
122 imgp->interpreted |= IMGACT_SHELL; in exec_shell_imgact()
/f-stack/freebsd/sys/
H A Dimgact.h71 #define IMGACT_SHELL 0x1 macro