Searched refs:shspec (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/netsmb/
H A Dsmb_conn.c121 smb_sm_lookupint(struct smb_vcspec *vcspec, struct smb_sharespec *shspec, argument
129 vcspec->shspec = shspec;
160 if (shspec) {
161 error = (int)smb_vc_lookupshare(vcp, shspec, scred,
181 smb_sm_lookup(struct smb_vcspec *vcspec, struct smb_sharespec *shspec, argument
193 error = smb_sm_lookupint(vcspec, shspec, scred, vcpp);
207 if (shspec == NULL)
209 error = smb_share_create(vcp, shspec, scred, &ssp);
742 smb_share_create(struct smb_vc *vcp, struct smb_sharespec *shspec, argument
[all...]
H A Dsmb_conn.h330 struct smb_sharespec *shspec; member in struct:smb_vcspec
358 struct smb_sharespec *shspec, struct smb_cred *scred,
384 int smb_vc_lookupshare(struct smb_vc *vcp, struct smb_sharespec *shspec,
392 int smb_share_create(struct smb_vc *vcp, struct smb_sharespec *shspec,
H A Dsmb_usr.c189 struct smb_sharespec shspec; local
192 error = smb_usr_share2spec(dp, &shspec);
195 error = smb_vc_lookupshare(vcp, &shspec, scred, &ssp);
202 error = smb_share_create(vcp, &shspec, scred, &ssp);

Completed in 310 milliseconds