Lines Matching refs:ct_sh
90 ctx->ct_sh.ioc_opt = SMBVOPT_CREATE; in smb_ctx_init()
91 ctx->ct_sh.ioc_owner = SMBM_ANY_OWNER; in smb_ctx_init()
92 ctx->ct_sh.ioc_group = SMBM_ANY_GROUP; in smb_ctx_init()
93 ctx->ct_sh.ioc_mode = SMBM_EXEC; in smb_ctx_init()
94 ctx->ct_sh.ioc_rights = SMBM_DEFAULT; in smb_ctx_init()
95 ctx->ct_sh.ioc_owner = SMBM_ANY_OWNER; in smb_ctx_init()
96 ctx->ct_sh.ioc_group = SMBM_ANY_GROUP; in smb_ctx_init()
358 strcpy(ctx->ct_sh.ioc_password, ctx->ct_ssn.ioc_password); in smb_ctx_setpassword()
369 nls_str_upper(ctx->ct_sh.ioc_share, share); in smb_ctx_setshare()
372 ctx->ct_sh.ioc_stype = stype; in smb_ctx_setshare()
433 ctx->ct_sh.ioc_rights = strtol(cp + 1, &cp, 8); in smb_ctx_opt()
445 error = smb_parse_owner(cp, &ctx->ct_sh.ioc_owner, in smb_ctx_opt()
446 &ctx->ct_sh.ioc_group); in smb_ctx_opt()
508 struct smbioc_oshare *sh = &ctx->ct_sh; in smb_ctx_resolve()
631 bcopy(&ctx->ct_sh, &rq.ioc_sh, sizeof(struct smbioc_oshare)); in smb_ctx_lookup()
647 struct smbioc_oshare *sh = &ctx->ct_sh; in smb_ctx_login()
771 if (ctx->ct_sh.ioc_share[0] != 0) { in smb_ctx_readrc()
776 ctx->ct_ssn.ioc_user, ctx->ct_sh.ioc_share); in smb_ctx_readrc()