Searched defs:ct_call_next (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt.h255 #define ct_call_next ct_s.uct_call_next macro
297 (e)->call_next = ctp->ct_call_next; \
299 ctp->ct_call_next->call_prev = (e); \
300 ctp->ct_call_next = (e); \
319 for (cp = (ctp)->ct_call_next; \

Completed in 65 milliseconds