Searched refs:SM_VERS (Results 1 – 8 of 8) sorted by relevance
| /freebsd-10-stable/usr.sbin/rpc.statd/ |
| D | test.c | 105 cli = clnt_create("localhost", SM_PROG, SM_VERS, "udp"); in main() 115 mon.mon_id.my_id.my_vers = SM_VERS; in main()
|
| D | statd.c | 134 (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()
|
| D | file.c | 266 cli = clnt_create(hostname, SM_PROG, SM_VERS, "udp"); in notify_one_host()
|
| /freebsd-10-stable/include/rpcsvc/ |
| D | sm_inter.x | 47 version SM_VERS {
|
| /freebsd-10-stable/sys/nlm/ |
| D | sm_inter.h | 74 #define SM_VERS ((unsigned long)(1)) macro
|
| D | nlm_prot_impl.c | 1593 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/ |
| D | lockd.c | 877 ret = callrpc("localhost", SM_PROG, SM_VERS, SM_UNMON_ALL, in init_nsm()
|
| D | lockd_lock.c | 2076 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()
|