Home
last modified time | relevance | path

Searched refs:ct_dev_fd (Results 1 – 10 of 10) sorted by relevance

/titanic_41/usr/src/lib/libsmbfs/smb/
H A Diod_wk.c73 if (ctx->ct_tran_fd == -1 || ctx->ct_dev_fd == -1) { in smb_iod_work()
99 if (ioctl(ctx->ct_dev_fd, in smb_iod_work()
135 if (ioctl(ctx->ct_dev_fd, in smb_iod_work()
145 if (ioctl(ctx->ct_dev_fd, in smb_iod_work()
178 if (ctx->ct_dev_fd != -1) { in smb_iod_work()
179 close(ctx->ct_dev_fd); in smb_iod_work()
180 ctx->ct_dev_fd = -1; in smb_iod_work()
H A Dfindvc.c79 if (ioctl(ctx->ct_dev_fd, SMBIOC_SSN_FIND, ssn) == -1) in findvc()
135 if (ioctl(ctx->ct_dev_fd, SMBIOC_SSN_KILL, NULL) == -1) in smb_ctx_kill()
H A Dctx.c255 ctx->ct_dev_fd = -1; in smb_ctx_init()
400 if (ctx->ct_dev_fd != -1) { in smb_ctx_done()
401 close(ctx->ct_dev_fd); in smb_ctx_done()
402 ctx->ct_dev_fd = -1; in smb_ctx_done()
1172 if (ctx->ct_dev_fd != -1) { in smb_ctx_gethandle()
1174 close(ctx->ct_dev_fd); in smb_ctx_gethandle()
1175 ctx->ct_dev_fd = -1; in smb_ctx_gethandle()
1199 ctx->ct_dev_fd = fd; in smb_ctx_gethandle()
1215 if (ctx->ct_dev_fd < 0) { in smb_ctx_get_ssn()
1255 if (ctx->ct_dev_fd < 0 || in smb_ctx_get_tree()
[all …]
H A Dprint.c77 from_fd = ctx->ct_dev_fd; in smb_open_printer()
H A Dfile.c98 from_fd = ctx->ct_dev_fd; in smb_fh_ntcreate()
H A Drap.c338 error = smb_t2_request(ctx->ct_dev_fd, in smb_rap_request()
H A Drq.c269 if (ioctl(rqp->rq_ctx->ct_dev_fd, SMBIOC_REQUEST, &krq) == -1) in smb_rq_simple()
/titanic_41/usr/src/lib/libsmbfs/netsmb/
H A Dsmb_lib.h96 int ct_dev_fd; /* device handle */ member
/titanic_41/usr/src/cmd/fs.d/smbclnt/smbiod/
H A Dsmbiod.c300 if (ioctl(ctx->ct_dev_fd, SMBIOC_SSN_CREATE, &ctx->ct_ssn) < 0) { in iod_newvc()
/titanic_41/usr/src/cmd/fs.d/smbclnt/mount/
H A Dmount.c377 mdata.devfd = ctx->ct_dev_fd; in main()