Searched refs:SM_PROG (Results 1 – 8 of 8) sorted by relevance
/freebsd/usr.sbin/rpc.statd/ |
H A 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()
|
H A D | statd.c | 139 (void)rpcb_unset(SM_PROG, SM_VERS, NULL); in main() 564 if (!svc_register(transp, SM_PROG, SM_VERS, in complete_service() 569 if (!svc_reg(transp, SM_PROG, SM_VERS, in complete_service() 599 rpcb_set(SM_PROG, SM_VERS, nconf, &servaddr); in complete_service()
|
H A D | file.c | 269 cli = clnt_create(hostname, SM_PROG, SM_VERS, "udp"); in notify_one_host()
|
/freebsd/include/rpcsvc/ |
H A D | sm_inter.x | 38 program SM_PROG {
|
/freebsd/sys/nlm/ |
H A D | sm_inter.h | 72 #define SM_PROG ((unsigned long)(100024)) macro
|
H A D | nlm_prot_impl.c | 1599 nlm_nsm = nlm_get_rpc((struct sockaddr *) &sin6, SM_PROG, SM_VERS); in nlm_server_main() 1606 nlm_nsm = nlm_get_rpc((struct sockaddr *) &sin, SM_PROG, in nlm_server_main()
|
/freebsd/usr.sbin/rpc.lockd/ |
H A D | lockd.c | 879 ret = callrpc("localhost", SM_PROG, SM_VERS, SM_UNMON_ALL, in init_nsm() 882 syslog(LOG_WARNING, "%lu %s", SM_PROG, in init_nsm() 891 syslog(LOG_ERR, "%lu %s", SM_PROG, clnt_sperrno(ret)); in init_nsm()
|
H A D | lockd_lock.c | 2052 rpcret = callrpc("localhost", SM_PROG, SM_VERS, SM_MON, in monitor_lock_host() 2123 rpcret = callrpc("localhost", SM_PROG, SM_VERS, SM_UNMON, in unmonitor_lock_host()
|