Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt.h263 typedef struct calllist_s { struct
265 struct calllist_s *call_prev; argument
266 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 */
273 struct rpc_err call_err; /* status on reply */
[all …]