Searched refs:grant_cb (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/common/klm/ |
H A D | nlm_service.c | 112 nlm_testargs_cb grant_cb); 461 nlm_reply_cb reply_cb, nlm_res_cb res_cb, nlm_testargs_cb grant_cb) in nlm_do_lock() argument 504 if (res_cb != NULL || (grant_cb != NULL && argp->block == TRUE)) { in nlm_do_lock() 570 if (argp->block == FALSE || grant_cb == NULL) { in nlm_do_lock() 647 if (do_mon_req && grant_cb != NULL) in nlm_do_lock() 660 nlm_block(argp, host, nvp, rpcp, &fl, grant_cb); in nlm_do_lock() 684 nlm_testargs_cb grant_cb) in nlm_block() argument 739 NLM_INVOKE_CALLBACK("grant", rpcp, &args, grant_cb); in nlm_block()
|