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

/freebsd-10-stable/sys/netsmb/
H A Dsmb_conn.c119 smb_sm_lookupint(struct smb_vcspec *vcspec, struct smb_sharespec *shspec, argument
127 vcspec->shspec = shspec;
158 if (shspec) {
159 error = (int)smb_vc_lookupshare(vcp, shspec, scred,
179 smb_sm_lookup(struct smb_vcspec *vcspec, struct smb_sharespec *shspec, argument
191 error = smb_sm_lookupint(vcspec, shspec, scred, vcpp);
205 if (shspec == NULL)
207 error = smb_share_create(vcp, shspec, scred, &ssp);
740 smb_share_create(struct smb_vc *vcp, struct smb_sharespec *shspec, argument
[all...]
H A Dsmb_conn.h328 struct smb_sharespec *shspec; member in struct:smb_vcspec
356 struct smb_sharespec *shspec, struct smb_cred *scred,
382 int smb_vc_lookupshare(struct smb_vc *vcp, struct smb_sharespec *shspec,
390 int smb_share_create(struct smb_vc *vcp, struct smb_sharespec *shspec,
H A Dsmb_usr.c187 struct smb_sharespec shspec; local
190 error = smb_usr_share2spec(dp, &shspec);
193 error = smb_vc_lookupshare(vcp, &shspec, scred, &ssp);
200 error = smb_share_create(vcp, &shspec, scred, &ssp);

Completed in 58 milliseconds