Lines Matching defs:scred
125 struct smb_cred *scred, struct smb_vc **vcpp) in smb_sm_lookupint()
184 struct smb_cred *scred, struct smb_vc **vcpp) in smb_sm_lookup()
250 smb_co_gone(struct smb_connobj *cp, struct smb_cred *scred) in smb_co_gone()
279 smb_co_rele(struct smb_connobj *cp, struct smb_cred *scred) in smb_co_rele()
305 smb_co_get(struct smb_connobj *cp, int flags, struct smb_cred *scred) in smb_co_get()
338 smb_co_put(struct smb_connobj *cp, struct smb_cred *scred) in smb_co_put()
418 struct smb_cred *scred, struct smb_vc **vcpp) in smb_vc_create()
551 smb_vc_gone(struct smb_connobj *cp, struct smb_cred *scred) in smb_vc_gone()
565 smb_vc_rele(struct smb_vc *vcp, struct smb_cred *scred) in smb_vc_rele()
571 smb_vc_get(struct smb_vc *vcp, int flags, struct smb_cred *scred) in smb_vc_get()
577 smb_vc_put(struct smb_vc *vcp, struct smb_cred *scred) in smb_vc_put()
595 smb_vc_access(struct smb_vc *vcp, struct smb_cred *scred, mode_t mode) in smb_vc_access()
641 struct smb_cred *scred, struct smb_share **sspp) in smb_vc_lookupshare()
668 smb_vc_connect(struct smb_vc *vcp, struct smb_cred *scred) in smb_vc_connect()
735 struct smb_cred *scred, struct smb_share **sspp) in smb_share_create()
792 smb_share_gone(struct smb_connobj *cp, struct smb_cred *scred) in smb_share_gone()
806 smb_share_rele(struct smb_share *ssp, struct smb_cred *scred) in smb_share_rele()
812 smb_share_get(struct smb_share *ssp, int flags, struct smb_cred *scred) in smb_share_get()
818 smb_share_put(struct smb_share *ssp, struct smb_cred *scred) in smb_share_put()
836 smb_share_access(struct smb_share *ssp, struct smb_cred *scred, mode_t mode) in smb_share_access()
898 struct smb_cred scred; in smb_sysctl_treedump() local