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

/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dproc.h91 #define PROC_ARG(x,n) ((n)?(((x)>>(((n)-1)*PROC_ARG_BIT))&PROC_ARG_NULL):(((x)&~((1<<(2*PROC_ARG_BIT))-1))==~((1<<(2*PROC_ARG_BIT))-1))?(-1):((x)&~((1<<(2*PROC_ARG_BIT))-1))) macro
/osnet-11/usr/src/lib/libast/common/include/
H A Dproc.h82 #define PROC_ARG(x,n) ((n)?(((x)>>(((n)-1)*PROC_ARG_BIT))&PROC_ARG_NULL):(((x)&~((1<<(2*PROC_ARG_BIT))-1))==~((1<<(2*PROC_ARG_BIT))-1))?(-1):((x)&~((1<<(2*PROC_ARG_BIT))-1))) macro
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dproc.h91 #define PROC_ARG(x,n) ((n)?(((x)>>(((n)-1)*PROC_ARG_BIT))&PROC_ARG_NULL):(((x)&~((1<<(2*PROC_ARG_BIT))-1))==~((1<<(2*PROC_ARG_BIT))-1))?(-1):((x)&~((1<<(2*PROC_ARG_BIT))-1))) macro
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dproc.h91 #define PROC_ARG(x,n) ((n)?(((x)>>(((n)-1)*PROC_ARG_BIT))&PROC_ARG_NULL):(((x)&~((1<<(2*PROC_ARG_BIT))-1))==~((1<<(2*PROC_ARG_BIT))-1))?(-1):((x)&~((1<<(2*PROC_ARG_BIT))-1))) macro
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dproc.h91 #define PROC_ARG(x,n) ((n)?(((x)>>(((n)-1)*PROC_ARG_BIT))&PROC_ARG_NULL):(((x)&~((1<<(2*PROC_ARG_BIT))-1))==~((1<<(2*PROC_ARG_BIT))-1))?(-1):((x)&~((1<<(2*PROC_ARG_BIT))-1))) macro
/osnet-11/usr/src/lib/libast/common/misc/
H A Dprocopen.c676 if (modify(proc, forked, PROC_OP(n), PROC_ARG(n, 1), PROC_ARG(n, 2)))
680 if (modify(proc, forked, PROC_OP(n), PROC_ARG(n, 1), 0))
833 close(PROC_ARG(n, 1));
921 if (PROC_ARG(n, 2) != PROC_ARG_NULL)
922 close(PROC_ARG(n, 1));

Completed in 21 milliseconds