Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/rpcbind/
H A Drpcbind.c116 static int rpcbindlockfd; variable
178 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()