Home
last modified time | relevance | path

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

/freebsd/usr.sbin/rpcbind/
H A Drpcbind.c83 int rpcbindlockfd; variable
170 if ((rpcbindlockfd = open(RPCBINDDLOCK, O_RDONLY|O_CREAT, 0444)) < 0) in main()
173 if (flock(rpcbindlockfd, LOCK_EX|LOCK_NB) != 0 && errno == EWOULDBLOCK) in main()
H A Drpcbind.h79 extern int rpcbindlockfd;
H A Drpcb_svc_com.c1117 close(rpcbindlockfd); in my_svc_run()