Searched refs:SM_PROG (Results 1 – 8 of 8) sorted by relevance
| /freebsd-9-stable/usr.sbin/rpc.statd/ |
| D | test.c | 105 cli = clnt_create("localhost", SM_PROG, SM_VERS, "udp"); in main() 114 mon.mon_id.my_id.my_prog = SM_PROG; 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 | 264 cli = clnt_create(hostname, SM_PROG, SM_VERS, "udp"); in notify_one_host()
|
| /freebsd-9-stable/include/rpcsvc/ |
| D | sm_inter.x | 44 program SM_PROG {
|
| /freebsd-9-stable/sys/nlm/ |
| D | sm_inter.h | 73 #define SM_PROG ((unsigned long)(100024)) macro
|
| D | nlm_prot_impl.c | 1587 nlm_nsm = nlm_get_rpc((struct sockaddr *) &sin6, SM_PROG, SM_VERS); in nlm_server_main() 1594 nlm_nsm = nlm_get_rpc((struct sockaddr *) &sin, SM_PROG, in nlm_server_main()
|
| /freebsd-9-stable/usr.sbin/rpc.lockd/ |
| D | lockd.c | 997 ret = callrpc("localhost", SM_PROG, SM_VERS, SM_UNMON_ALL, in init_nsm() 1000 syslog(LOG_WARNING, "%lu %s", SM_PROG, in init_nsm() 1009 syslog(LOG_ERR, "%lu %s", SM_PROG, clnt_sperrno(ret)); in init_nsm()
|
| D | lockd_lock.c | 2077 rpcret = callrpc("localhost", SM_PROG, SM_VERS, SM_MON, in monitor_lock_host() 2148 rpcret = callrpc("localhost", SM_PROG, SM_VERS, SM_UNMON, in unmonitor_lock_host()
|