Searched defs:transfer_t (Results 1 – 2 of 2) sorted by relevance
25 struct transfer_t { struct26 fcontext_t fctx;27 void * data;
16 ontop_fcontext_tail( int ignore, void * vp, transfer_t (* fn)(transfer_t), fcontext_t const from) { in ontop_fcontext_tail() argument