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

/ast/src/lib/libast/include/
H A Dproc.h70 #define PROC_op1(o,a) (((o)<<(2*PROC_ARG_BIT))|((a)&((PROC_ARG_NULL<<PROC_ARG_BIT)|PROC_ARG_NULL))) macro
74 #define PROC_FD_CTTY(f) PROC_op1(PROC_fd_ctty,f)
76 #define PROC_SIG_DFL(s) PROC_op1(PROC_sig_dfl,s,0)
77 #define PROC_SIG_IGN(s) PROC_op1(PROC_sig_ign,s,0)
78 #define PROC_SYS_PGRP(g) PROC_op1(PROC_sys_pgrp,g)
79 #define PROC_SYS_UMASK(m) PROC_op1(PROC_sys_umask,m,0)

Completed in 9 milliseconds