Searched refs:cu_fd (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | clnt_dg.c | 101 int cu_fd; /* connections fd */ member 236 cu->cu_fd = fd; in clnt_dg_create() 242 cu->pfdp.fd = cu->cu_fd; in clnt_dg_create() 282 if (rpc_fd_lock(dgtbl, cu->cu_fd)) { in clnt_dg_call() 285 rpc_fd_unlock(dgtbl, cu->cu_fd); in clnt_dg_call() 319 rpc_fd_unlock(dgtbl, cu->cu_fd); in clnt_dg_call() 328 rpc_fd_unlock(dgtbl, cu->cu_fd); in clnt_dg_call() 338 if (t_sndudata(cu->cu_fd, &tu_data) == -1) { in clnt_dg_call() 341 rpc_fd_unlock(dgtbl, cu->cu_fd); in clnt_dg_call() 349 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()
|
/illumos-gate/usr/src/lib/rpcsec_gss/ |
H A D | rpcsec_gss_utils.c | 51 int cu_fd; /* connections fd */ member
|
/illumos-gate/usr/src/lib/libctf/common/ |
H A D | ctf_dwarf.c | 261 int cu_fd; /* shared file descriptor */ member 3205 cup->cu_fd = fd; in ctf_dwarf_preinit_dies() 3311 cup->cu_ctfp = ctf_fdcreate(cup->cu_fd, &ret); in ctf_dwarf_init_die() 3323 if ((cup->cu_cmh = ctf_merge_init(cup->cu_fd, &ret)) == NULL) in ctf_dwarf_init_die()
|