Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/kern/
HDimgact_shell.c117 if (imgp->interpreted & IMGACT_SHELL) in exec_shell_imgact()
120 imgp->interpreted |= IMGACT_SHELL; in exec_shell_imgact()
/freebsd-14-stable/sys/sys/
HDimgact.h86 #define IMGACT_SHELL 0x1 macro