Lines Matching defs:mir_s
319 typedef struct mir_s { struct
320 void *mir_krpc_cell; /* Reserved for kRPC use. This field */
322 struct xprt_style_ops *rm_ops;
323 int mir_type; /* Client or server side stream */
325 mblk_t *mir_head_mp; /* RPC msg in progress */
331 mblk_t *mir_tail_mp; /* Last mblk in mir_head_mp */
339 int32_t mir_frag_len; /* Bytes seen in the current frag */
349 int32_t mir_frag_header;
376 mir_svc_no_more_msgs : 1, argument
382 int mir_setup_complete; /* server has initialized everything */ argument
383 timeout_id_t mir_timer_id; /* Timer for idle checks */
384 clock_t mir_idle_timeout; /* Allowed idle time before shutdown */
390 clock_t mir_use_timestamp; /* updated on client with each use */
416 mblk_t *mir_svc_pend_mp; /* Pending T_ORDREL_IND or */ argument
423 kmutex_t mir_mutex; /* Mutex and condvar for close */
424 kcondvar_t mir_condvar; /* synchronization. */
425 kcondvar_t mir_timer_cv; /* Timer routine sync. */