Home
last modified time | relevance | path

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

/freebsd/usr.sbin/clear_locks/
H A Dclear_locks.c58 stat = rpc_call("localhost", NLM_PROG, NLM_VERS4, NLM4_FREE_ALL, in main()
/freebsd/include/rpcsvc/
H A Dnlm_prot.x318 void NLM4_FREE_ALL(nlm4_notify) = 23;
/freebsd/sys/nlm/
H A Dnlm_prot_svc.c493 case NLM4_FREE_ALL: in nlm_prog_4()
H A Dnlm_prot.h403 #define NLM4_FREE_ALL ((unsigned long)(23)) macro
H A Dnlm_prot_clnt.c361 return (CLNT_CALL_EXT(clnt, ext, NLM4_FREE_ALL, in nlm4_free_all_4()