Searched refs:NLM_INVOKE_CALLBACK (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/uts/common/klm/ |
H A D | nlm_service.c | 90 #define NLM_INVOKE_CALLBACK(descr, rpcp, resp, callb) \ macro 432 NLM_INVOKE_CALLBACK("test", rpcp, resp, cb); in nlm_do_test() 637 NLM_INVOKE_CALLBACK("lock", rpcp, resp, res_cb); in nlm_do_lock() 739 NLM_INVOKE_CALLBACK("grant", rpcp, &args, grant_cb); in nlm_block() 849 NLM_INVOKE_CALLBACK("cancel", rpcp, resp, cb); in nlm_do_cancel() 934 NLM_INVOKE_CALLBACK("unlock", rpcp, resp, cb); in nlm_do_unlock() 1006 NLM_INVOKE_CALLBACK("do_granted", rpcp, resp, cb); in nlm_do_granted()
|