Searched refs:t_astflag (Results 1 – 11 of 11) sorted by relevance
228 #define t_astflag _tu._ts._t_astflag macro438 #define aston(t) ((t)->t_astflag = 1)439 #define astoff(t) ((t)->t_astflag = 0)
217 ! This tests all members of the union containing t_astflag, t_post_sys,
317 (t)->t_astflag && \
495 (t)->t_astflag && \
518 (t)->t_astflag && \
519 (t)->t_astflag && \
1022 if (tp->t_astflag) { in sys_rtt_common()
1417 if (ct->t_astflag | ct->t_sig_check) { in trap()
696 if (t->t_astflag | t->t_sig_check) { in post_syscall()
597 if (t->t_astflag | t->t_sig_check) { in post_syscall()
1273 if (curthread->t_astflag | curthread->t_sig_check) { in trap_cleanup()