Searched defs:cu_fd (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/rpcsec_gss/
H A Drpcsec_gss_utils.c53 int cu_fd; /* connections fd */ member in struct:cu_data
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_door.c61 int cu_fd; /* door fd */ member in struct:cu_data
140 cu->cu_fd = did;
223 if (door_call(cu->cu_fd, &params) < 0) {
357 *(int *)info = cu->cu_fd;
426 int cu_fd = cu->cu_fd; local
429 (void) close(cu_fd);
466 if (cu->cu_fd >= 0)
467 (void) close(cu->cu_fd);
471 if ((cu->cu_fd
[all...]
H A Dclnt_dg.c100 int cu_fd; /* connections fd */ member in struct:cu_data
235 cu->cu_fd = fd;
241 cu->pfdp.fd = cu->cu_fd;
281 if (rpc_fd_lock(dgtbl, cu->cu_fd)) {
284 rpc_fd_unlock(dgtbl, cu->cu_fd);
318 rpc_fd_unlock(dgtbl, cu->cu_fd);
327 rpc_fd_unlock(dgtbl, cu->cu_fd);
337 if (t_sndudata(cu->cu_fd, &tu_data) == -1) {
340 rpc_fd_unlock(dgtbl, cu->cu_fd);
348 rpc_fd_unlock(dgtbl, cu->cu_fd);
861 int cu_fd = cu->cu_fd; local
[all...]

Completed in 59 milliseconds