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

/freebsd-10.2-release/lib/libc/rpc/
H A Dclnt_vc.c106 int ct_fd; /* connection's fd */ member in struct:ct_data
255 ct->ct_fd = fd;
340 while (vc_fd_locks[ct->ct_fd])
341 cond_wait(&vc_cv[ct->ct_fd], &clnt_fd_lock);
346 vc_fd_locks[ct->ct_fd] = rpc_lock_value;
371 release_fd_lock(ct->ct_fd, mask);
382 release_fd_lock(ct->ct_fd, mask);
387 release_fd_lock(ct->ct_fd, mask);
391 release_fd_lock(ct->ct_fd, mask);
398 release_fd_lock(ct->ct_fd, mas
652 int ct_fd = ct->ct_fd; local
[all...]
/freebsd-10.2-release/contrib/smbfs/lib/smb/
H A Dfile.c63 if (ioctl(ctx->ct_fd, SMBIOC_READ, &rwrq) == -1)
78 if (ioctl(ctx->ct_fd, SMBIOC_WRITE, &rwrq) == -1)
H A Dctx.c76 ctx->ct_fd = -1;
598 ctx->ct_fd = fd;
614 if (ctx->ct_fd != -1) {
615 close(ctx->ct_fd);
616 ctx->ct_fd = -1;
628 if (ioctl(ctx->ct_fd, SMBIOC_LOOKUP, &rq) == -1) {
648 if (ctx->ct_fd != -1) {
649 close(ctx->ct_fd);
650 ctx->ct_fd = -1;
657 if (ioctl(ctx->ct_fd, SMBIOC_OPENSESSIO
[all...]
H A Drq.c145 if (ioctl(rqp->rq_ctx->ct_fd, SMBIOC_REQUEST, &krq) == -1)
175 if (ioctl(ctx->ct_fd, SMBIOC_T2RQ, &krq) == -1)
/freebsd-10.2-release/contrib/smbfs/include/netsmb/
H A Dsmb_lib.h102 int ct_fd; /* handle of connection */ member in struct:smb_ctx
/freebsd-10.2-release/contrib/smbfs/mount_smbfs/
H A Dmount_smbfs.c276 fd = ctx->ct_fd;

Completed in 120 milliseconds