Searched defs:tmx (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/logindmux/
H A Dlogindmux.c39 struct tmx tmx; local
46 (void) mdb_vread(&tmx, sizeof (tmx), (uintptr_t)q->q_ptr);
47 lower = (uintptr_t)tmx.muxq;
52 (void) mdb_vread(&lq, sizeof (lq), (uintptr_t)tmx.peerq);
53 (void) mdb_vread(&tmx, sizeof (tmx), (uintptr_t)lq.q_ptr);
54 peer = (uintptr_t)tmx.rdq;
66 struct tmx tm local
76 struct tmx tmx; local
85 struct tmx tmx; local
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dlogindmux_impl.h54 struct tmx { struct

Completed in 58 milliseconds