Searched refs:vcpp (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/netsmb/ |
H A D | smb_conn.c | 122 struct smb_cred *scred, struct smb_vc **vcpp) in smb_sm_lookupint() argument 175 *vcpp = vcp; in smb_sm_lookupint() 182 struct smb_cred *scred, struct smb_vc **vcpp) in smb_sm_lookup() argument 188 *vcpp = vcp = NULL; in smb_sm_lookup() 193 error = smb_sm_lookupint(vcspec, shspec, scred, vcpp); in smb_sm_lookup() 220 *vcpp = vcp; in smb_sm_lookup() 389 struct smb_cred *scred, struct smb_vc **vcpp) in smb_vc_create() argument 486 *vcpp = vcp; in smb_vc_create()
|
H A D | smb_dev.h | 184 struct smb_vc **vcpp, struct smb_share **sspp); 186 struct smb_cred *scred, struct smb_vc **vcpp);
|
H A D | smb_usr.c | 126 struct smb_vc **vcpp, struct smb_share **sspp) in smb_usr_lookup() argument 149 *vcpp = vcp; in smb_usr_lookup() 164 struct smb_vc **vcpp) in smb_usr_opensession() argument
|
H A D | smb_rq.c | 55 struct smb_vc **vcpp, struct smb_share **sspp); 276 struct smb_vc **vcpp, struct smb_share **sspp) in smb_rq_getenv() argument 308 if (vcpp) in smb_rq_getenv() 309 *vcpp = vcp; in smb_rq_getenv()
|
H A D | smb_conn.h | 355 struct smb_vc **vcpp); 371 struct smb_cred *scred, struct smb_vc **vcpp);
|