Home
last modified time | relevance | path

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

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