Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/sys/ !
H A Dimgact.h142 #define IMGPF_INTERPRET 0x00000001 /* Interpreter invoked */ macro
/xnu-12377.81.4/bsd/kern/ !
H A Dkern_exec.c619 (imgp->ip_flags & IMGPF_INTERPRET) != 0) { in exec_shell_imgact()
628 imgp->ip_flags |= IMGPF_INTERPRET; in exec_shell_imgact()
2964 if (imgp->ip_flags & IMGPF_INTERPRET && ndp->ni_vp) { in exec_activate_image()
6594 if ((imgp->ip_flags & IMGPF_INTERPRET) != 0) { in exec_extract_strings()