Home
last modified time | relevance | path

Searched refs:trw_flags (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/io/
H A Dtirdwr.c62 uint_t trw_flags; member
180 trwptr->trw_flags = 0; in tirdwropen()
224 if ((trwptr->trw_flags & ORDREL) && !(trwptr->trw_flags & FATAL)) in tirdwrclose()
255 if ((trwptr->trw_flags & FATAL) && !(trwptr->trw_flags & WAITACK)) { in tirdwrrput()
297 trwptr->trw_flags |= ORDREL; in tirdwrrput()
304 trwptr->trw_flags |= DISCON; in tirdwrrput()
305 trwptr->trw_flags &= ~ORDREL; in tirdwrrput()
337 if (trwptr->trw_flags & FATAL) { in tirdwrwput()
366 trwptr->trw_flags |= FATAL; in send_fatal()
/titanic_41/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/
H A Dcmd_cpuerr.c415 trw->trw_flags |= CMD_TRW_F_DELETING; in cmd_xxcu_resolve()
423 if (trw->trw_flags & CMD_TRW_F_CAUSESEEN) { in cmd_xxcu_resolve()
447 trw->trw_flags |= CMD_TRW_F_CAUSESEEN; in cmd_xxcu_resolve()
521 if (trw->trw_flags & CMD_TRW_F_DELETING) in cmd_xxcu_initial()
H A Dcmd_cpu.h223 uint8_t trw_flags; /* CMD_TRW_F_* */ member