Searched refs:ct_dev_fd (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/lib/libsmbfs/smb/ |
H A D | iod_wk.c | 73 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 D | findvc.c | 79 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 D | ctx.c | 255 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 D | print.c | 77 from_fd = ctx->ct_dev_fd; in smb_open_printer()
|
H A D | file.c | 98 from_fd = ctx->ct_dev_fd; in smb_fh_ntcreate()
|
H A D | rap.c | 338 error = smb_t2_request(ctx->ct_dev_fd, in smb_rap_request()
|
H A D | rq.c | 269 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 D | smb_lib.h | 96 int ct_dev_fd; /* device handle */ member
|
/titanic_41/usr/src/cmd/fs.d/smbclnt/smbiod/ |
H A D | smbiod.c | 300 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 D | mount.c | 377 mdata.devfd = ctx->ct_dev_fd; in main()
|