Home
last modified time | relevance | path

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

/freebsd-11-stable/lib/libc/rpc/
HDclnt_dg.c102 static int *dg_fd_locks; variable
106 dg_fd_locks[fd] = 0; \
180 if (dg_fd_locks == (int *) NULL) { in clnt_dg_create()
186 dg_fd_locks = (int *) mem_alloc(fd_allocsz); in clnt_dg_create()
187 if (dg_fd_locks == (int *) NULL) { in clnt_dg_create()
192 memset(dg_fd_locks, '\0', fd_allocsz); in clnt_dg_create()
197 mem_free(dg_fd_locks, fd_allocsz); in clnt_dg_create()
198 dg_fd_locks = (int *) NULL; in clnt_dg_create()
344 while (dg_fd_locks[cu->cu_fd]) in clnt_dg_call()
350 dg_fd_locks[cu->cu_fd] = rpc_lock_value; in clnt_dg_call()
[all …]