HomeSort by relevance Sort by last modified time
    Searched defs:t_flag (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/fs/nfs/
nfs_srv.c 293 curthread->t_flag |= T_WOULDBLOCK;
654 curthread->t_flag |= T_WOULDBLOCK;
776 curthread->t_flag |= T_WOULDBLOCK;
973 curthread->t_flag |= T_WOULDBLOCK;
1087 curthread->t_flag |= T_WOULDBLOCK;
1152 ushort_t t_flag; local
1251 t_flag = curthread->t_flag & T_WOULDBLOCK;
1254 rp->thread->t_flag |= t_flag;
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/dump/common/
dump.c 73 t_flag = 0, /* dump symbol table entries */ variable
76 T_flag = 0, /* dump symbol table range */
971 * Set the range of symbols to print if T_flag, and set
1008 if (n_flag && t_flag && !T_flag) {
1035 } else if (T_flag) {
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/sys/
thread.h 118 ushort_t t_flag; /* modified only by current thread */ member in struct:_kthread
350 * Thread flag (t_flag) definitions.
447 ((t)->t_flag & T_WAKEABLE)))
466 ((t)->t_flag & T_WAKEABLE) && \

Completed in 740 milliseconds