Searched refs:NLM_SM (Results 1 – 5 of 5) sorted by relevance
/freebsd/usr.sbin/rpc.lockd/ |
H A D | lockd.c | 204 (void)rpcb_unset(NLM_PROG, NLM_SM, NULL); in main() 765 if (!svc_reg(transp, NLM_PROG, NLM_SM, nlm_prog_0, in complete_service() 812 rpcb_set(NLM_PROG, NLM_SM, nconf, &servaddr); in complete_service() 900 mon_host.mon_id.my_id.my_vers = NLM_SM; in init_nsm()
|
H A D | lockd_lock.c | 2049 smon.mon_id.my_id.my_vers = NLM_SM; in monitor_lock_host() 2120 smon_id.my_id.my_vers = NLM_SM; in unmonitor_lock_host()
|
/freebsd/include/rpcsvc/ |
H A D | nlm_prot.x | 260 version NLM_SM {
|
/freebsd/sys/nlm/ |
H A D | nlm_prot.h | 279 #define NLM_SM ((unsigned long)(0)) macro
|
H A D | nlm_prot_impl.c | 1165 smmonid.my_id.my_vers = NLM_SM; in nlm_host_unmonitor() 1229 smmon.mon_id.my_id.my_vers = NLM_SM; in nlm_host_monitor() 1430 NLM_SM, NLM_VERS, NLM_VERSX, NLM_VERS4 in nlm_register_services()
|