HomeSort by: relevance | last modified time | path
    Searched defs:getlock (Results 1 - 3 of 3) sorted by relevancy

  /src/games/hack/
hack.unix.c 270 getlock(void) function in typeref:typename:void
  /src/usr.sbin/rpc.lockd/
lockd_lock.c 208 * getlock: try to acquire the lock.
215 getlock(nlm4_lockargs * lckarg, struct svc_req *rqstp, int flags) function in typeref:enum:nlm_stats
  /src/sys/external/bsd/ipf/netinet/
ip_nat.c 984 int error = 0, ret, arg, getlock; local in function:ipf_nat_ioctl
1008 getlock = 0;
1010 getlock = (mode & NAT_LOCKHELD) ? 0 : 1;
1159 error = ipf_nat_siocaddnat(softc, softn, nt, getlock);
1191 ipf_nat_siocdelnat(softc, softn, n, getlock);
1232 if (getlock) {
1251 if (getlock) {
1271 if (getlock) {
1289 if (getlock) {
1303 if (getlock) {
    [all...]

Completed in 13 milliseconds