Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_dg.c101 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 Dclnt_door.c61 int cu_fd; /* door fd */ member
140 cu->cu_fd = did; in clnt_door_create()
223 if (door_call(cu->cu_fd, &params) < 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 Drpcsec_gss_utils.c51 int cu_fd; /* connections fd */ member
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_dwarf.c261 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()