Searched refs:ct_fd (Results 1 – 6 of 6) sorted by relevance
/freebsd/lib/libc/rpc/ |
H A D | clnt_vc.c | 103 int ct_fd; /* connection's fd */ member 253 ct->ct_fd = fd; in clnt_vc_create() 332 elem = vc_fd_find(ct->ct_fd); in clnt_vc_call() 481 elem = vc_fd_find(ct->ct_fd); in clnt_vc_freeres() 527 elem = vc_fd_find(ct->ct_fd); in clnt_vc_control() 565 *(int *)info = ct->ct_fd; in clnt_vc_control() 629 int ct_fd = ct->ct_fd; in clnt_vc_destroy() local 640 elem = vc_fd_find(ct_fd); in clnt_vc_destroy() 643 (void)_close(ct->ct_fd); in clnt_vc_destroy() 674 fd.fd = ct->ct_fd; in read_vc() [all …]
|
/freebsd/contrib/smbfs/lib/smb/ |
H A D | ctx.c | 76 ctx->ct_fd = -1; in smb_ctx_init() 604 ctx->ct_fd = fd; in smb_ctx_gethandle() 620 if (ctx->ct_fd != -1) { in smb_ctx_lookup() 621 close(ctx->ct_fd); in smb_ctx_lookup() 622 ctx->ct_fd = -1; in smb_ctx_lookup() 634 if (ioctl(ctx->ct_fd, SMBIOC_LOOKUP, &rq) == -1) { in smb_ctx_lookup() 654 if (ctx->ct_fd != -1) { in smb_ctx_login() 655 close(ctx->ct_fd); in smb_ctx_login() 656 ctx->ct_fd = -1; in smb_ctx_login() 684 if (ctx->ct_fd == -1) in smb_ctx_setflags() [all …]
|
H A D | file.c | 63 if (ioctl(ctx->ct_fd, SMBIOC_READ, &rwrq) == -1) in smb_read() 78 if (ioctl(ctx->ct_fd, SMBIOC_WRITE, &rwrq) == -1) in smb_write()
|
H A D | rq.c | 145 if (ioctl(rqp->rq_ctx->ct_fd, SMBIOC_REQUEST, &krq) == -1) in smb_rq_simple() 175 if (ioctl(ctx->ct_fd, SMBIOC_T2RQ, &krq) == -1) in smb_t2_request()
|
/freebsd/contrib/smbfs/mount_smbfs/ |
H A D | mount_smbfs.c | 276 fd = ctx->ct_fd; in main()
|
/freebsd/contrib/smbfs/include/netsmb/ |
H A D | smb_lib.h | 102 int ct_fd; /* handle of connection */ member
|