Searched defs:calllist_s (Results 1 – 1 of 1) sorted by relevance
263 typedef struct calllist_s { struct264 struct calllist_s *call_next; /* hash chain, MUST BE FIRST */ argument265 struct calllist_s *call_prev; argument266 bool_t call_notified;267 uint_t call_xid; /* the xid on the call */268 uint_t call_hash; /* hash value */269 call_table_t *call_bucket; /* back pointer to bucket */270 mblk_t *call_reply; /* the reply to the call */271 kcondvar_t call_cv; /* cv to notify when reply is done */272 kmutex_t call_lock; /* lock for cv */[all …]