Searched refs:vcpp (Results 1 – 5 of 5) sorted by relevance
| /freebsd-10-stable/sys/netsmb/ |
| D | smb_conn.c | 120 struct smb_cred *scred, struct smb_vc **vcpp) in smb_sm_lookupint() argument 173 *vcpp = vcp; in smb_sm_lookupint() 180 struct smb_cred *scred, struct smb_vc **vcpp) in smb_sm_lookup() argument 186 *vcpp = vcp = NULL; in smb_sm_lookup() 191 error = smb_sm_lookupint(vcspec, shspec, scred, vcpp); in smb_sm_lookup() 218 *vcpp = vcp; in smb_sm_lookup() 387 struct smb_cred *scred, struct smb_vc **vcpp) in smb_vc_create() argument 484 *vcpp = vcp; in smb_vc_create()
|
| D | smb_dev.h | 184 struct smb_vc **vcpp, struct smb_share **sspp); 186 struct smb_cred *scred, struct smb_vc **vcpp);
|
| D | smb_usr.c | 127 struct smb_vc **vcpp, struct smb_share **sspp) in smb_usr_lookup() argument 150 *vcpp = vcp; in smb_usr_lookup() 165 struct smb_vc **vcpp) in smb_usr_opensession() argument
|
| D | smb_rq.c | 56 struct smb_vc **vcpp, struct smb_share **sspp); 279 struct smb_vc **vcpp, struct smb_share **sspp) in smb_rq_getenv() argument 311 if (vcpp) in smb_rq_getenv() 312 *vcpp = vcp; in smb_rq_getenv()
|
| D | smb_conn.h | 357 struct smb_vc **vcpp); 373 struct smb_cred *scred, struct smb_vc **vcpp);
|