Searched defs:t_flag (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dfindstack_subr.c133 ushort_t t_flag; member in struct:mdb_findstack_kthread
164 fsip->fsi_panic = !!(thr.t_flag & T_PANIC);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_srv.c298 curthread->t_flag |= T_WOULDBLOCK;
689 curthread->t_flag |= T_WOULDBLOCK;
816 curthread->t_flag |= T_WOULDBLOCK;
1014 curthread->t_flag |= T_WOULDBLOCK;
1128 curthread->t_flag |= T_WOULDBLOCK;
1194 ushort_t t_flag; local
1294 t_flag = curthread->t_flag & T_WOULDBLOCK;
1297 rp->thread->t_flag |= t_flag;
[all...]
/illumos-gate/usr/src/cmd/sgs/dump/common/
H A Ddump.c72 t_flag = 0, /* dump symbol table entries */ variable
1007 if (n_flag && t_flag && !T_flag) {
1719 if (p_symtab && (t_flag || T_flag)) {
2073 t_flag = 1;
2079 t_flag = 1;
/illumos-gate/usr/src/uts/common/sys/
H A Dthread.h118 ushort_t t_flag; /* modified only by current thread */ member in struct:_kthread
351 * Thread flag (t_flag) definitions.
448 ((t)->t_flag & T_WAKEABLE)))
467 ((t)->t_flag & T_WAKEABLE) && \

Completed in 69 milliseconds