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

/osnet-11/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.c93 int cu_fd; /* connections fd */ member in struct:cu_data
227 cu->cu_fd = fd;
233 cu->pfdp.fd = cu->cu_fd;
273 if (rpc_fd_lock(dgtbl, cu->cu_fd)) {
276 rpc_fd_unlock(dgtbl, cu->cu_fd);
310 rpc_fd_unlock(dgtbl, cu->cu_fd);
319 rpc_fd_unlock(dgtbl, cu->cu_fd);
329 if (t_sndudata(cu->cu_fd, &tu_data) == -1) {
332 rpc_fd_unlock(dgtbl, cu->cu_fd);
340 rpc_fd_unlock(dgtbl, cu->cu_fd);
856 int cu_fd = cu->cu_fd; local
[all...]
/osnet-11/usr/src/lib/rpcsec_gss/
H A Drpcsec_gss_utils.c53 int cu_fd; /* connections fd */ member in struct:cu_data

Completed in 23 milliseconds