smb_vc_lookupshare
error = (int)smb_vc_lookupshare(vcp, shspec, scred,
error = smb_vc_lookupshare(vcp, shspec, scred, &ssp);
int smb_vc_lookupshare(struct smb_vc *vcp, struct smb_sharespec *shspec,
error = smb_vc_lookupshare(vcp, &shspec, scred, &ssp);