Searched refs:nlm_res (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/uts/common/rpcsvc/ |
H A D | nlm_prot.x | 91 struct nlm_res { struct 340 nlm_res 343 nlm_res 346 nlm_res 351 nlm_res 371 NLM_LOCK_RES(nlm_res) = 12; 373 NLM_CANCEL_RES(nlm_res) = 13; 375 NLM_UNLOCK_RES(nlm_res) = 14; 377 NLM_GRANTED_RES(nlm_res) = 15; 396 nlm_res
|
/titanic_44/usr/src/uts/common/klm/ |
H A D | nlm_rpc_svc.c | 136 nlm_convert_to_nlm_res(struct nlm_res *dst, struct nlm4_res *src) in nlm_convert_to_nlm_res() 181 nlm_lock_1_svc(nlm_lockargs *argp, nlm_res *resp, in nlm_lock_1_svc() 211 nlm_res res1; in nlm_lock_1_reply() 221 nlm_res res1; in nlm_granted_1_cb() 240 nlm_cancel_1_svc(struct nlm_cancargs *argp, nlm_res *resp, in nlm_cancel_1_svc() 261 nlm_unlock_1_svc(struct nlm_unlockargs *argp, nlm_res *resp, in nlm_unlock_1_svc() 280 nlm_granted_1_svc(struct nlm_testargs *argp, nlm_res *resp, in nlm_granted_1_svc() 392 nlm_res res1; in nlm_lock_res_1_cb() 442 nlm_res res1; in nlm_cancel_res_1_cb() 477 nlm_res res1; in nlm_unlock_res_1_cb() [all …]
|
H A D | nlm_dispatch.c | 81 nlm_res au_res; in nlm_dispatch() 100 nlm_res ru_res; in nlm_dispatch() 228 nlm_res_free(nlm_res *resp) in nlm_res_free() 302 sizeof (nlm_res), 310 sizeof (nlm_res), 318 sizeof (nlm_res), 326 sizeof (nlm_res), 472 sizeof (nlm_res),
|
H A D | nlm_rpc_clnt.c | 83 nlm_convert_to_nlm4_res(struct nlm4_res *dst, struct nlm_res *src) in nlm_convert_to_nlm4_res() 128 nlm_res res1; in nlm_lock_rpc() 157 nlm_res res1; in nlm_cancel_rpc() 184 nlm_res res1; in nlm_unlock_rpc()
|
/titanic_44/usr/src/cmd/fs.d/nfs/lib/ |
H A D | nfs_subr.c | 53 nlm_res rlm_res; in remote_lock() 60 (void) memset((char *)&rlm_res, 0, sizeof (nlm_res)); in remote_lock()
|