Searched refs:PROC_OVERLAY (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dproc.h52 #define PROC_OVERLAY (1<<7) /* overlay current process if possible */ macro
/illumos-gate/usr/src/lib/libast/common/include/
H A Dproc.h43 #define PROC_OVERLAY (1<<7) /* overlay current process if possible */ macro
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dproc.h52 #define PROC_OVERLAY (1<<7) /* overlay current process if possible */ macro
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dproc.h52 #define PROC_OVERLAY (1<<7) /* overlay current process if possible */ macro
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dproc.h52 #define PROC_OVERLAY (1<<7) /* overlay current process if possible */ macro
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dprocopen.c390 if (!argv && (flags & PROC_OVERLAY))
457 if (flags & PROC_OVERLAY)
572 if (forked || (flags & PROC_OVERLAY))
682 if (forked || (flags & PROC_OVERLAY))
710 if (forked || (flags & PROC_OVERLAY))
719 if (!(flags & PROC_OVERLAY))
737 if (flags & PROC_OVERLAY)

Completed in 60 milliseconds