Home
last modified time | relevance | path

Searched refs:t_astflag (Results 1 – 11 of 11) sorted by relevance

/onnv-gate/usr/src/uts/common/sys/
H A Dthread.h228 #define t_astflag _tu._ts._t_astflag macro
438 #define aston(t) ((t)->t_astflag = 1)
439 #define astoff(t) ((t)->t_astflag = 0)
/onnv-gate/usr/src/uts/sparc/v9/ml/
H A Dsyscall_trap.s217 ! This tests all members of the union containing t_astflag, t_post_sys,
/onnv-gate/usr/src/uts/sun4u/sunfire/io/
H A Dsysctrl_quiesce.c317 (t)->t_astflag && \
/onnv-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_quiesce.c495 (t)->t_astflag && \
/onnv-gate/usr/src/uts/i86pc/io/dr/
H A Ddr_quiesce.c518 (t)->t_astflag && \
/onnv-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr_quiesce.c519 (t)->t_astflag && \
/onnv-gate/usr/src/uts/i86pc/os/
H A Dintr.c1022 if (tp->t_astflag) { in sys_rtt_common()
H A Dtrap.c1417 if (ct->t_astflag | ct->t_sig_check) { in trap()
/onnv-gate/usr/src/uts/sparc/os/
H A Dsyscall.c696 if (t->t_astflag | t->t_sig_check) { in post_syscall()
/onnv-gate/usr/src/uts/intel/ia32/os/
H A Dsyscall.c597 if (t->t_astflag | t->t_sig_check) { in post_syscall()
/onnv-gate/usr/src/uts/sun4/os/
H A Dtrap.c1273 if (curthread->t_astflag | curthread->t_sig_check) { in trap_cleanup()