Home
last modified time | relevance | path

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

/freebsd-10-stable/usr.sbin/rpc.statd/
Dtest.c105 cli = clnt_create("localhost", SM_PROG, SM_VERS, "udp"); in main()
115 mon.mon_id.my_id.my_vers = SM_VERS; in main()
Dstatd.c134 (void)rpcb_unset(SM_PROG, SM_VERS, NULL); in main()
555 if (!svc_register(transp, SM_PROG, SM_VERS, in complete_service()
560 if (!svc_reg(transp, SM_PROG, SM_VERS, in complete_service()
590 rpcb_set(SM_PROG, SM_VERS, nconf, &servaddr); in complete_service()
Dfile.c266 cli = clnt_create(hostname, SM_PROG, SM_VERS, "udp"); in notify_one_host()
/freebsd-10-stable/include/rpcsvc/
Dsm_inter.x47 version SM_VERS {
/freebsd-10-stable/sys/nlm/
Dsm_inter.h74 #define SM_VERS ((unsigned long)(1)) macro
Dnlm_prot_impl.c1593 nlm_nsm = nlm_get_rpc((struct sockaddr *) &sin6, SM_PROG, SM_VERS); in nlm_server_main()
1601 SM_VERS); in nlm_server_main()
/freebsd-10-stable/usr.sbin/rpc.lockd/
Dlockd.c877 ret = callrpc("localhost", SM_PROG, SM_VERS, SM_UNMON_ALL, in init_nsm()
Dlockd_lock.c2076 rpcret = callrpc("localhost", SM_PROG, SM_VERS, SM_MON, in monitor_lock_host()
2147 rpcret = callrpc("localhost", SM_PROG, SM_VERS, SM_UNMON, in unmonitor_lock_host()