Searched refs:PROC_fd_dup (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/lib/libast/common/misc/ |
H A D | procopen.c | 160 case PROC_fd_dup: in modify() 161 case PROC_fd_dup|PROC_FD_PARENT: in modify() 162 case PROC_fd_dup|PROC_FD_CHILD: in modify() 163 case PROC_fd_dup|PROC_FD_PARENT|PROC_FD_CHILD: in modify() 216 case PROC_fd_dup: in modify() 217 case PROC_fd_dup|PROC_FD_PARENT: in modify() 218 case PROC_fd_dup|PROC_FD_CHILD: in modify() 219 case PROC_fd_dup|PROC_FD_PARENT|PROC_FD_CHILD: in modify() 304 case PROC_fd_dup: in restore() 305 case PROC_fd_dup|PROC_FD_PARENT: in restore() [all …]
|
/titanic_50/usr/src/lib/libast/common/include/ |
H A D | proc.h | 57 #define PROC_fd_dup 0x4 macro 70 #define PROC_FD_CLOSE(p,f) PROC_op2(PROC_fd_dup|(f),p,PROC_ARG_NULL) 71 #define PROC_FD_DUP(p,c,f) PROC_op2(PROC_fd_dup|(f),p,c)
|
/titanic_50/usr/src/lib/libast/amd64/include/ast/ |
H A D | proc.h | 66 #define PROC_fd_dup 0x4 macro 79 #define PROC_FD_CLOSE(p,f) PROC_op2(PROC_fd_dup|(f),p,PROC_ARG_NULL) 80 #define PROC_FD_DUP(p,c,f) PROC_op2(PROC_fd_dup|(f),p,c)
|
/titanic_50/usr/src/lib/libast/sparc/include/ast/ |
H A D | proc.h | 66 #define PROC_fd_dup 0x4 macro 79 #define PROC_FD_CLOSE(p,f) PROC_op2(PROC_fd_dup|(f),p,PROC_ARG_NULL) 80 #define PROC_FD_DUP(p,c,f) PROC_op2(PROC_fd_dup|(f),p,c)
|
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | proc.h | 66 #define PROC_fd_dup 0x4 macro 79 #define PROC_FD_CLOSE(p,f) PROC_op2(PROC_fd_dup|(f),p,PROC_ARG_NULL) 80 #define PROC_FD_DUP(p,c,f) PROC_op2(PROC_fd_dup|(f),p,c)
|
/titanic_50/usr/src/lib/libast/i386/include/ast/ |
H A D | proc.h | 66 #define PROC_fd_dup 0x4 macro 79 #define PROC_FD_CLOSE(p,f) PROC_op2(PROC_fd_dup|(f),p,PROC_ARG_NULL) 80 #define PROC_FD_DUP(p,c,f) PROC_op2(PROC_fd_dup|(f),p,c)
|