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

  /onnv/onnv-gate/usr/src/uts/common/sys/
ttcompat.h 74 int t_state; /* state bits */ member in struct:__anon6
strtty.h 75 short t_state; /* internal state */ member in struct:strtty
ldterm.h 213 unsigned int t_state; /* internal state of ldterm module */ member in struct:ldterm_mod
thread.h 51 * Values that t_state may assume. Note that t_state cannot have more
123 uint_t t_state; /* thread state (protected by thread_lock) */ member in struct:_kthread
192 * Pointer to the dispatcher lock protecting t_state and state-related
357 * to give assurrance that they are consistent with t_state:
442 #define ISTOPPED(t) ((t)->t_state == TS_STOPPED && \
446 #define ISWAKEABLE(t) (((t)->t_state == TS_SLEEP && \
450 #define ISWAITING(t) ((t)->t_state == TS_WAIT)
453 #define CPR_ISTOPPED(t) ((t)->t_state == TS_STOPPED && \
464 ((t)->t_state == TS_SLEEP &&
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/netinet/
tcp_var.h 32 short t_state; /* state of this connection */ member in struct:tcpcb
  /onnv/onnv-gate/usr/src/lib/librestart/common/
librestart.c 811 scf_transaction_entry_t *t_state = NULL, *t_state_next = NULL; local
823 (t_state = scf_entry_create(h)) == NULL ||
938 if ((r = tx_set_value(t, t_state, SCF_PROPERTY_STATE,
1023 scf_entry_destroy(t_state);
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/smbsrv/
smb_ktypes.h 829 smb_tree_state_t t_state; member in struct:smb_tree
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4u/starfire/sys/
idn.h 776 int t_state; member in struct:__anon132
    [all...]

Completed in 180 milliseconds