Home
last modified time | relevance | path

Searched defs:cm_xprt (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_cots.c220 struct cm_xprt { struct
221 TIUSER *x_tiptr; /* transport handle */
222 queue_t *x_wq; /* send queue */
224 clock_t x_ctime; /* time we went to CONNECTED */
226 union {
301 struct cm_xprt *x_next; argument
303 struct netbuf x_server; /* destination address */
305 kmutex_t x_lock; /* lock on this entry */
306 kcondvar_t x_cv; /* to signal when can be closed */
309 kstat_t *x_ksp;
[all …]