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

/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_iod_cl.c227 if (ctx->ct_tran_fd == -1 || ctx->ct_dev_fd == -1) {
253 if (ioctl(ctx->ct_dev_fd,
289 if (ioctl(ctx->ct_dev_fd,
299 if (ioctl(ctx->ct_dev_fd,
325 if (ctx->ct_dev_fd != -1) {
326 (void) close(ctx->ct_dev_fd);
327 ctx->ct_dev_fd = -1;
H A Dsmbfs_ctx.c203 ctx->ct_dev_fd = -1;
247 if (ctx->ct_dev_fd != -1) {
248 (void) close(ctx->ct_dev_fd);
249 ctx->ct_dev_fd = -1;
874 if (ctx->ct_dev_fd != -1) {
876 (void) close(ctx->ct_dev_fd);
877 ctx->ct_dev_fd = -1;
901 ctx->ct_dev_fd = fd;
919 if (ctx->ct_dev_fd < 0) {
960 if (ctx->ct_dev_fd <
[all...]
H A Dsmbfs_vc.c163 if (ioctl(ctx->ct_dev_fd, SMBIOC_SSN_FIND, ssn) == -1)
218 if (ioctl(ctx->ct_dev_fd, SMBIOC_SSN_KILL, NULL) == -1)
H A Dsmbfs_lib.h111 int ct_dev_fd; /* device handle */ member in struct:smb_ctx
H A Dsmbfs_print.c262 from_fd = ctx->ct_dev_fd;
H A Dsmbfs_file.c104 from_fd = ctx->ct_dev_fd;

Completed in 37 milliseconds