Searched refs:rpcbindlockfd (Results 1 – 3 of 3) sorted by relevance
83 int rpcbindlockfd; variable170 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()
79 extern int rpcbindlockfd;
1117 close(rpcbindlockfd); in my_svc_run()