Home
last modified time | relevance | path

Searched refs:smbioc_ossn (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/netsmb/
H A Dsmb_dev.h59 struct smbioc_ossn { struct
128 struct smbioc_ossn ioc_ssn;
142 #define SMBIOC_OPENSESSION _IOW('n', 100, struct smbioc_ossn)
185 int smb_usr_opensession(struct smbioc_ossn *data,
H A Dsmb_usr.c55 smb_usr_vc2spec(struct smbioc_ossn *dp, struct smb_vcspec *spec) in smb_usr_vc2spec()
163 smb_usr_opensession(struct smbioc_ossn *dp, struct smb_cred *scred, in smb_usr_opensession()
H A Dsmb_conn.h174 struct smbioc_ossn;
H A Dsmb_dev.c192 error = smb_usr_opensession((struct smbioc_ossn*)data, in nsmb_dev_ioctl()
/freebsd/contrib/smbfs/lib/smb/
H A Dctx.c507 struct smbioc_ossn *ssn = &ctx->ct_ssn; in smb_ctx_resolve()
630 bcopy(&ctx->ct_ssn, &rq.ioc_ssn, sizeof(struct smbioc_ossn)); in smb_ctx_lookup()
646 struct smbioc_ossn *ssn = &ctx->ct_ssn; in smb_ctx_login()
/freebsd/contrib/smbfs/include/netsmb/
H A Dsmb_lib.h110 struct smbioc_ossn ct_ssn;
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp381 struct smbioc_ossn { struct
403 struct smbioc_ossn ioc_ssn; argument
423 #define SMBIOC_OPENSESSION _IOW('n', 100, struct smbioc_ossn)
963 unsigned struct_smbioc_ossn_sz = sizeof(smbioc_ossn);