Searched refs:rpcbindlockfd (Results 1 – 1 of 1) sorted by relevance
116 static int rpcbindlockfd; variable178 if ((rpcbindlockfd = open(RPCBINDDLOCK, O_RDONLY|O_CREAT, 0444)) == -1)181 if (flock(rpcbindlockfd, LOCK_EX|LOCK_NB) == -1 && errno == EWOULDBLOCK)848 close(rpcbindlockfd); in terminate()