Lines Matching defs:mir_s
317 typedef struct mir_s { struct
318 void *mir_krpc_cell; /* Reserved for kRPC use. This field */
320 struct xprt_style_ops *rm_ops;
321 int mir_type; /* Client or server side stream */
323 mblk_t *mir_head_mp; /* RPC msg in progress */
329 mblk_t *mir_tail_mp; /* Last mblk in mir_head_mp */
337 int32_t mir_frag_len; /* Bytes seen in the current frag */
347 int32_t mir_frag_header;
374 mir_svc_no_more_msgs : 1, argument
380 int mir_setup_complete; /* server has initialized everything */ argument
381 timeout_id_t mir_timer_id; /* Timer for idle checks */
382 clock_t mir_idle_timeout; /* Allowed idle time before shutdown */
388 clock_t mir_use_timestamp; /* updated on client with each use */
414 mblk_t *mir_svc_pend_mp; /* Pending T_ORDREL_IND or */ argument
421 kmutex_t mir_mutex; /* Mutex and condvar for close */
422 kcondvar_t mir_condvar; /* synchronization. */
423 kcondvar_t mir_timer_cv; /* Timer routine sync. */