Searched defs:dispatch_entry (Results 1 – 1 of 1) sorted by relevance
41 struct dispatch_entry { struct42 nlm_svc_func_t de_svc; /* service routine function */43 xdrproc_t de_xargs; /* XDR args decode function */44 xdrproc_t de_xres; /* XDR res encode function */45 nlm_freeres_func_t de_resfree; /* free res function */46 int de_ressz; /* size of result */47 uint_t de_flags; /* flags */