Lines Matching refs:module

122 	ncall_module_t		*module;  member
279 new->module = mp; in ncall_register_module()
305 if ((*mpp)->module == mod) { in ncall_unregister_module()
329 rc = (*mod->module->ncall_stop)(); in ncall_stop()
426 (*ncall_modules->module->ncall_register_svc)(svc_id, func); in ncall_register_svc()
434 (*ncall_modules->module->ncall_unregister_svc)(svc_id); in ncall_unregister_svc()
442 return ((ncall_modules->module->ncall_nodeid)(nodename)); in ncall_nodeid()
452 return ((*ncall_modules->module->ncall_nodename)(nodeid)); in ncall_nodename()
462 return ((*ncall_modules->module->ncall_mirror)(nodeid)); in ncall_mirror()
472 return ((*ncall_modules->module->ncall_self)()); in ncall_self()
484 rc = (*ncall_modules->module->ncall_alloc)(host_id, in ncall_alloc()
501 rc = (*ncall_modules->module->ncall_timedsend)(ncall, flags, in ncall_timedsend()
520 rc = (*ncall_modules->module->ncall_timedsendnotify)(ncall, in ncall_timedsendnotify()
537 rc = (*ncall_modules->module->ncall_broadcast)(ncall, flags, in ncall_broadcast()
554 rc = (*ncall_modules->module->ncall_timedsend)(ncall, flags, in ncall_send()
572 rc = (*ncall_modules->module->ncall_read_reply)(ncall, n, ap); in ncall_read_reply()
584 (*ncall_modules->module->ncall_reset)(ncall); in ncall_reset()
592 (*ncall_modules->module->ncall_free)(ncall); in ncall_free()
602 rc = (*ncall_modules->module->ncall_put_data)(ncall, data, len); in ncall_put_data()
614 rc = (*ncall_modules->module->ncall_get_data)(ncall, data, len); in ncall_get_data()
626 rc = (*ncall_modules->module->ncall_sender)(ncall); in ncall_sender()
640 (*ncall_modules->module->ncall_reply)(ncall, ap); in ncall_reply()
651 (*ncall_modules->module->ncall_pend)(ncall); in ncall_pend()
659 (*ncall_modules->module->ncall_done)(ncall); in ncall_done()
667 rc = (*ncall_modules->module->ncall_ping)(nodename, up); in ncall_ping()
677 rc = (*ncall_modules->module->ncall_maxnodes)(); in ncall_maxnodes()
688 rc = (*ncall_modules->module->ncall_nextnode)(vptr); in ncall_nextnode()
698 rc = (*ncall_modules->module->ncall_errcode)(ncall, result); in ncall_errcode()