Home
last modified time | relevance | path

Searched refs:grant_cb (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_service.c112 nlm_granted_cb grant_cb,
476 nlm_reply_cb reply_cb, nlm_res_cb res_cb, nlm_granted_cb grant_cb) in nlm_do_lock() argument
583 if (argp->block == FALSE || grant_cb == NULL) { in nlm_do_lock()
662 if (do_mon_req && grant_cb != NULL) in nlm_do_lock()
673 ASSERT(grant_cb != NULL); in nlm_do_lock()
675 nlm_block(argp, host, nvp, &fl, grant_cb, sr->rq_vers); in nlm_do_lock()
699 nlm_granted_cb grant_cb, in nlm_block() argument
784 status = (*grant_cb)(&args, &res, (rpcp)->nr_handle); in nlm_block()