Searched refs:cu_fd (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/lib/libnsl/rpc/ |
H A D | clnt_dg.c | 100 int cu_fd; /* connections fd */ member 235 cu->cu_fd = fd; in clnt_dg_create() 241 cu->pfdp.fd = cu->cu_fd; in clnt_dg_create() 281 if (rpc_fd_lock(dgtbl, cu->cu_fd)) { in clnt_dg_call() 284 rpc_fd_unlock(dgtbl, cu->cu_fd); in clnt_dg_call() 318 rpc_fd_unlock(dgtbl, cu->cu_fd); in clnt_dg_call() 327 rpc_fd_unlock(dgtbl, cu->cu_fd); in clnt_dg_call() 337 if (t_sndudata(cu->cu_fd, &tu_data) == -1) { in clnt_dg_call() 340 rpc_fd_unlock(dgtbl, cu->cu_fd); in clnt_dg_call() 348 rpc_fd_unlock(dgtbl, cu->cu_fd); in clnt_dg_call() [all …]
|
H A D | clnt_door.c | 61 int cu_fd; /* door fd */ member 140 cu->cu_fd = did; in clnt_door_create() 223 if (door_call(cu->cu_fd, ¶ms) < 0) { in clnt_door_call() 357 *(int *)info = cu->cu_fd; in clnt_door_control() 426 int cu_fd = cu->cu_fd; in clnt_door_destroy() local 429 (void) close(cu_fd); in clnt_door_destroy() 466 if (cu->cu_fd >= 0) in _update_did() 467 (void) close(cu->cu_fd); in _update_did() 471 if ((cu->cu_fd = open(rendezvous, O_RDONLY, 0)) < 0) { in _update_did()
|
/titanic_50/usr/src/lib/rpcsec_gss/ |
H A D | rpcsec_gss_utils.c | 53 int cu_fd; /* connections fd */ member
|