Lines Matching defs:t
150 #define CL_ENTERCLASS(t, cid, clparmsp, credp, bufp) \ argument
157 #define CL_CANEXIT(t, cr) (*(t)->t_clfuncs->cl_canexit)(t, cr) argument
161 #define CL_FORKRET(t, ct) (*(t)->t_clfuncs->cl_forkret)(t, ct) argument
169 #define CL_PARMSGET(t, clparmsp) \ argument
184 #define CL_PARMSSET(t, clparmsp, cid, curpcredp) \ argument
193 #define CL_STOP(t, why, what) (*(t)->t_clfuncs->cl_stop)(t, why, what) argument
195 #define CL_EXIT(t) (*(t)->t_clfuncs->cl_exit)(t) argument
197 #define CL_ACTIVE(t) (*(t)->t_clfuncs->cl_active)(t) argument
199 #define CL_INACTIVE(t) (*(t)->t_clfuncs->cl_inactive)(t) argument
201 #define CL_SWAPIN(t, flags) (*(t)->t_clfuncs->cl_swapin)(t, flags) argument
203 #define CL_SWAPOUT(t, flags) (*(t)->t_clfuncs->cl_swapout)(t, flags) argument
205 #define CL_TICK(t) (*(t)->t_clfuncs->cl_tick)(t) argument
207 #define CL_TRAPRET(t) (*(t)->t_clfuncs->cl_trapret)(t) argument
209 #define CL_WAKEUP(t) (*(t)->t_clfuncs->cl_wakeup)(t) argument
211 #define CL_DONICE(t, cr, inc, ret) \ argument
214 #define CL_DOPRIO(t, cr, inc, ret) \ argument
217 #define CL_GLOBPRI(t) (*(t)->t_clfuncs->cl_globpri)(t) argument
219 #define CL_SET_PROCESS_GROUP(t, s, b, f) \ argument