Home
last modified time | relevance | path

Searched refs:ct_fd (Results 1 – 6 of 6) sorted by relevance

/freebsd/lib/libc/rpc/
H A Dclnt_vc.c103 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 Dctx.c76 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 Dfile.c63 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 Drq.c145 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 Dmount_smbfs.c276 fd = ctx->ct_fd; in main()
/freebsd/contrib/smbfs/include/netsmb/
H A Dsmb_lib.h102 int ct_fd; /* handle of connection */ member