Home
last modified time | relevance | path

Searched refs:rpcbindlockfd (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/rpcbind/
H A Drpcbind.h79 extern int rpcbindlockfd;
H A Drpcbind.c78 int rpcbindlockfd; variable
152 if ((rpcbindlockfd = (open(RPCBINDDLOCK, in main()
156 if(flock(rpcbindlockfd, LOCK_EX|LOCK_NB) == -1 && errno == EWOULDBLOCK) in main()
H A Drpcb_svc_com.c1123 close(rpcbindlockfd); in my_svc_run()