Symbol: tmx
usr/src/cmd/mdb/common/modules/logindmux/logindmux.c
37
struct tmx tmx;
usr/src/cmd/mdb/common/modules/logindmux/logindmux.c
44
(void) mdb_vread(&tmx, sizeof (tmx), (uintptr_t)q->q_ptr);
usr/src/cmd/mdb/common/modules/logindmux/logindmux.c
45
lower = (uintptr_t)tmx.muxq;
usr/src/cmd/mdb/common/modules/logindmux/logindmux.c
50
(void) mdb_vread(&lq, sizeof (lq), (uintptr_t)tmx.peerq);
usr/src/cmd/mdb/common/modules/logindmux/logindmux.c
51
(void) mdb_vread(&tmx, sizeof (tmx), (uintptr_t)lq.q_ptr);
usr/src/cmd/mdb/common/modules/logindmux/logindmux.c
52
peer = (uintptr_t)tmx.rdq;
usr/src/cmd/mdb/common/modules/logindmux/logindmux.c
64
struct tmx tmx;
usr/src/cmd/mdb/common/modules/logindmux/logindmux.c
66
(void) mdb_vread(&tmx, sizeof (tmx), (uintptr_t)q->q_ptr);
usr/src/cmd/mdb/common/modules/logindmux/logindmux.c
68
(uintptr_t)tmx.peerq, (uintptr_t)tmx.rdq);
usr/src/cmd/mdb/common/modules/logindmux/logindmux.c
74
struct tmx tmx;
usr/src/cmd/mdb/common/modules/logindmux/logindmux.c
76
(void) mdb_vread(&tmx, sizeof (tmx), (uintptr_t)q->q_ptr);
usr/src/cmd/mdb/common/modules/logindmux/logindmux.c
77
return ((uintptr_t)tmx.rdq);
usr/src/cmd/mdb/common/modules/logindmux/logindmux.c
83
struct tmx tmx;
usr/src/cmd/mdb/common/modules/logindmux/logindmux.c
85
(void) mdb_vread(&tmx, sizeof (tmx), (uintptr_t)q->q_ptr);
usr/src/cmd/mdb/common/modules/logindmux/logindmux.c
86
return ((uintptr_t)tmx.muxq);
usr/src/uts/common/io/logindmux.c
1073
struct tmx *tmxp = q->q_ptr;
usr/src/uts/common/io/logindmux.c
1104
struct tmx *tmxp = q->q_ptr;
usr/src/uts/common/io/logindmux.c
1136
struct tmx *tmxp = q->q_ptr;
usr/src/uts/common/io/logindmux.c
1155
struct tmx *tmxp = q->q_ptr;
usr/src/uts/common/io/logindmux.c
1175
struct tmx *tmxp = q->q_ptr;
usr/src/uts/common/io/logindmux.c
1238
logdmux_alloc_unlinkinfo(struct tmx *t0, struct tmx *t1)
usr/src/uts/common/io/logindmux.c
198
(void) ddi_soft_state_init(&logdmux_statep, sizeof (struct tmx), 1);
usr/src/uts/common/io/logindmux.c
281
struct tmx *tmxp;
usr/src/uts/common/io/logindmux.c
336
struct tmx *tmxp = q->q_ptr;
usr/src/uts/common/io/logindmux.c
386
struct tmx *tmxp = q->q_ptr;
usr/src/uts/common/io/logindmux.c
405
struct tmx *tmxp, *tmxpeerp;
usr/src/uts/common/io/logindmux.c
581
struct tmx *tmxp = q->q_ptr;
usr/src/uts/common/io/logindmux.c
635
struct tmx *tmxp = q->q_ptr;
usr/src/uts/common/io/logindmux.c
840
struct tmx *tmxp = q->q_ptr;
usr/src/uts/common/io/logindmux.c
927
struct tmx *tmxp = q->q_ptr;
usr/src/uts/common/io/logindmux.c
94
static int logdmux_alloc_unlinkinfo(struct tmx *, struct tmx *);
usr/src/uts/common/io/logindmux.c
951
struct tmx *tmxp = q->q_ptr;
usr/src/uts/common/io/logindmux.c
980
struct tmx *tmxp = q->q_ptr;