Symbol: smb_vc
sys/netproto/smb/smb_conn.c
125
struct smb_cred *scred, struct smb_vc **vcpp)
sys/netproto/smb/smb_conn.c
128
struct smb_vc *vcp;
sys/netproto/smb/smb_conn.c
136
vcp = (struct smb_vc *)scp;
sys/netproto/smb/smb_conn.c
184
struct smb_cred *scred, struct smb_vc **vcpp)
sys/netproto/smb/smb_conn.c
186
struct smb_vc *vcp;
sys/netproto/smb/smb_conn.c
418
struct smb_cred *scred, struct smb_vc **vcpp)
sys/netproto/smb/smb_conn.c
420
struct smb_vc *vcp;
sys/netproto/smb/smb_conn.c
520
struct smb_vc *vcp = CPTOVC(cp);
sys/netproto/smb/smb_conn.c
553
struct smb_vc *vcp = CPTOVC(cp);
sys/netproto/smb/smb_conn.c
559
smb_vc_ref(struct smb_vc *vcp)
sys/netproto/smb/smb_conn.c
565
smb_vc_rele(struct smb_vc *vcp, struct smb_cred *scred)
sys/netproto/smb/smb_conn.c
571
smb_vc_get(struct smb_vc *vcp, int flags, struct smb_cred *scred)
sys/netproto/smb/smb_conn.c
577
smb_vc_put(struct smb_vc *vcp, struct smb_cred *scred)
sys/netproto/smb/smb_conn.c
583
smb_vc_lock(struct smb_vc *vcp, int flags)
sys/netproto/smb/smb_conn.c
589
smb_vc_unlock(struct smb_vc *vcp, int flags)
sys/netproto/smb/smb_conn.c
595
smb_vc_access(struct smb_vc *vcp, struct smb_cred *scred, mode_t mode)
sys/netproto/smb/smb_conn.c
640
smb_vc_lookupshare(struct smb_vc *vcp, struct smb_sharespec *dp,
sys/netproto/smb/smb_conn.c
668
smb_vc_connect(struct smb_vc *vcp, struct smb_cred *scred)
sys/netproto/smb/smb_conn.c
679
smb_vc_disconnect(struct smb_vc *vcp)
sys/netproto/smb/smb_conn.c
68
static int smb_vc_disconnect(struct smb_vc *vcp);
sys/netproto/smb/smb_conn.c
689
smb_vc_getpass(struct smb_vc *vcp)
sys/netproto/smb/smb_conn.c
697
smb_vc_getinfo(struct smb_vc *vcp, struct smb_vc_info *vip)
sys/netproto/smb/smb_conn.c
715
smb_vc_nextmid(struct smb_vc *vcp)
sys/netproto/smb/smb_conn.c
734
smb_share_create(struct smb_vc *vcp, struct smb_sharespec *shspec,
sys/netproto/smb/smb_conn.c
864
struct smb_vc *vcp;
sys/netproto/smb/smb_conn.c
900
struct smb_vc *vcp;
sys/netproto/smb/smb_conn.c
914
vcp = (struct smb_vc *)scp1;
sys/netproto/smb/smb_conn.h
181
struct smb_vc;
sys/netproto/smb/smb_conn.h
315
#define CPTOVC(cp) ((struct smb_vc*)(cp))
sys/netproto/smb/smb_conn.h
364
struct smb_vc **vcpp);
sys/netproto/smb/smb_conn.h
370
struct smb_cred *scred, struct smb_vc **vcpp);
sys/netproto/smb/smb_conn.h
371
int smb_vc_connect(struct smb_vc *vcp, struct smb_cred *scred);
sys/netproto/smb/smb_conn.h
372
int smb_vc_access(struct smb_vc *vcp, struct smb_cred *scred, mode_t mode);
sys/netproto/smb/smb_conn.h
373
int smb_vc_get(struct smb_vc *vcp, int flags, struct smb_cred *scred);
sys/netproto/smb/smb_conn.h
374
void smb_vc_put(struct smb_vc *vcp, struct smb_cred *scred);
sys/netproto/smb/smb_conn.h
375
void smb_vc_ref(struct smb_vc *vcp);
sys/netproto/smb/smb_conn.h
376
void smb_vc_rele(struct smb_vc *vcp, struct smb_cred *scred);
sys/netproto/smb/smb_conn.h
377
int smb_vc_lock(struct smb_vc *vcp, int flags);
sys/netproto/smb/smb_conn.h
378
void smb_vc_unlock(struct smb_vc *vcp, int flags);
sys/netproto/smb/smb_conn.h
379
int smb_vc_lookupshare(struct smb_vc *vcp, struct smb_sharespec *shspec,
sys/netproto/smb/smb_conn.h
381
const char * smb_vc_getpass(struct smb_vc *vcp);
sys/netproto/smb/smb_conn.h
382
u_short smb_vc_nextmid(struct smb_vc *vcp);
sys/netproto/smb/smb_conn.h
387
int smb_share_create(struct smb_vc *vcp, struct smb_sharespec *shspec,
sys/netproto/smb/smb_conn.h
403
int smb_smb_negotiate(struct smb_vc *vcp, struct smb_cred *scred);
sys/netproto/smb/smb_conn.h
404
int smb_smb_ssnsetup(struct smb_vc *vcp, struct smb_cred *scred);
sys/netproto/smb/smb_conn.h
405
int smb_smb_ssnclose(struct smb_vc *vcp, struct smb_cred *scred);
sys/netproto/smb/smb_conn.h
412
int smb_smb_echo(struct smb_vc *vcp, struct smb_cred *scred);
sys/netproto/smb/smb_conn.h
442
struct smb_vc * iod_vc;
sys/netproto/smb/smb_conn.h
456
int smb_iod_create(struct smb_vc *vcp);
sys/netproto/smb/smb_crypt.c
144
smb_calcmackey(struct smb_vc *vcp)
sys/netproto/smb/smb_crypt.c
204
struct smb_vc *vcp = rqp->sr_vc;
sys/netproto/smb/smb_crypt.c
267
struct smb_vc *vcp = rqp->sr_vc;
sys/netproto/smb/smb_dev.c
140
struct smb_vc *vcp;
sys/netproto/smb/smb_dev.c
176
struct smb_vc *vcp;
sys/netproto/smb/smb_dev.h
166
struct smb_vc * sd_vc; /* reference to VC */
sys/netproto/smb/smb_dev.h
184
struct smb_vc **vcpp, struct smb_share **sspp);
sys/netproto/smb/smb_dev.h
186
struct smb_cred *scred, struct smb_vc **vcpp);
sys/netproto/smb/smb_dev.h
187
int smb_usr_openshare(struct smb_vc *vcp, struct smbioc_oshare *data,
sys/netproto/smb/smb_iod.c
113
struct smb_vc *vcp = iod->iod_vc;
sys/netproto/smb/smb_iod.c
134
struct smb_vc *vcp = iod->iod_vc;
sys/netproto/smb/smb_iod.c
195
struct smb_vc *vcp = iod->iod_vc;
sys/netproto/smb/smb_iod.c
237
struct smb_vc *vcp = iod->iod_vc;
sys/netproto/smb/smb_iod.c
306
struct smb_vc *vcp = iod->iod_vc;
sys/netproto/smb/smb_iod.c
424
struct smb_vc *vcp = rqp->sr_vc;
sys/netproto/smb/smb_iod.c
484
struct smb_vc *vcp = rqp->sr_vc;
sys/netproto/smb/smb_iod.c
552
struct smb_vc *vcp = iod->iod_vc;
sys/netproto/smb/smb_iod.c
686
smb_iod_create(struct smb_vc *vcp)
sys/netproto/smb/smb_rq.c
109
struct smb_vc *vcp = rqp->sr_vc;
sys/netproto/smb/smb_rq.c
161
struct smb_vc *vcp = rqp->sr_vc;
sys/netproto/smb/smb_rq.c
281
struct smb_vc **vcpp, struct smb_share **sspp)
sys/netproto/smb/smb_rq.c
283
struct smb_vc *vcp = NULL;
sys/netproto/smb/smb_rq.c
555
struct smb_vc *vcp = t2p->t2_vc;
sys/netproto/smb/smb_rq.c
58
struct smb_vc **vcpp, struct smb_share **sspp);
sys/netproto/smb/smb_rq.h
133
struct smb_vc * t2_vc;
sys/netproto/smb/smb_rq.h
73
struct smb_vc;
sys/netproto/smb/smb_rq.h
78
struct smb_vc * sr_vc;
sys/netproto/smb/smb_smb.c
234
smb_smb_ssnsetup(struct smb_vc *vcp, struct smb_cred *scred)
sys/netproto/smb/smb_smb.c
344
smb_smb_ssnclose(struct smb_vc *vcp, struct smb_cred *scred)
sys/netproto/smb/smb_smb.c
404
struct smb_vc *vcp;
sys/netproto/smb/smb_smb.c
657
smb_smb_echo(struct smb_vc *vcp, struct smb_cred *scred)
sys/netproto/smb/smb_smb.c
78
smb_smb_nomux(struct smb_vc *vcp, struct smb_cred *scred, const char *name)
sys/netproto/smb/smb_smb.c
87
smb_smb_negotiate(struct smb_vc *vcp, struct smb_cred *scred)
sys/netproto/smb/smb_subr.c
328
smb_put_dmem(struct mbchain *mbp, struct smb_vc *vcp, const char *src,
sys/netproto/smb/smb_subr.c
344
smb_put_dstring(struct mbchain *mbp, struct smb_vc *vcp, const char *src,
sys/netproto/smb/smb_subr.h
107
struct smb_vc;
sys/netproto/smb/smb_subr.h
122
int smb_calcmackey(struct smb_vc *vcp);
sys/netproto/smb/smb_subr.h
126
int smb_put_dmem(struct mbchain *mbp, struct smb_vc *vcp,
sys/netproto/smb/smb_subr.h
128
int smb_put_dstring(struct mbchain *mbp, struct smb_vc *vcp,
sys/netproto/smb/smb_tran.h
58
int (*tr_create)(struct smb_vc *vcp, struct thread *td);
sys/netproto/smb/smb_tran.h
59
int (*tr_done)(struct smb_vc *vcp, struct thread *td);
sys/netproto/smb/smb_tran.h
60
int (*tr_bind)(struct smb_vc *vcp, struct sockaddr *sap, struct thread *td);
sys/netproto/smb/smb_tran.h
61
int (*tr_connect)(struct smb_vc *vcp, struct sockaddr *sap, struct thread *td);
sys/netproto/smb/smb_tran.h
62
int (*tr_disconnect)(struct smb_vc *vcp, struct thread *td);
sys/netproto/smb/smb_tran.h
63
int (*tr_send)(struct smb_vc *vcp, struct mbuf *m0, struct thread *td);
sys/netproto/smb/smb_tran.h
64
int (*tr_recv)(struct smb_vc *vcp, struct mbuf **mpp, struct thread *td);
sys/netproto/smb/smb_tran.h
65
void (*tr_timo)(struct smb_vc *vcp);
sys/netproto/smb/smb_tran.h
66
void (*tr_intr)(struct smb_vc *vcp);
sys/netproto/smb/smb_tran.h
67
int (*tr_getparam)(struct smb_vc *vcp, int param, void *data);
sys/netproto/smb/smb_tran.h
68
int (*tr_setparam)(struct smb_vc *vcp, int param, void *data);
sys/netproto/smb/smb_tran.h
69
int (*tr_fatal)(struct smb_vc *vcp, int error);
sys/netproto/smb/smb_tran.h
71
int (*tr_poll)(struct smb_vc *vcp, struct thread *td);
sys/netproto/smb/smb_trantcp.c
382
smb_nbst_create(struct smb_vc *vcp, struct thread *td)
sys/netproto/smb/smb_trantcp.c
397
smb_nbst_done(struct smb_vc *vcp, struct thread *td)
sys/netproto/smb/smb_trantcp.c
413
smb_nbst_bind(struct smb_vc *vcp, struct sockaddr *sap, struct thread *td)
sys/netproto/smb/smb_trantcp.c
446
smb_nbst_connect(struct smb_vc *vcp, struct sockaddr *sap, struct thread *td)
sys/netproto/smb/smb_trantcp.c
491
smb_nbst_disconnect(struct smb_vc *vcp, struct thread *td)
sys/netproto/smb/smb_trantcp.c
511
smb_nbst_send(struct smb_vc *vcp, struct mbuf *m0, struct thread *td)
sys/netproto/smb/smb_trantcp.c
532
smb_nbst_recv(struct smb_vc *vcp, struct mbuf **mpp, struct thread *td)
sys/netproto/smb/smb_trantcp.c
545
smb_nbst_timo(struct smb_vc *vcp)
sys/netproto/smb/smb_trantcp.c
551
smb_nbst_intr(struct smb_vc *vcp)
sys/netproto/smb/smb_trantcp.c
562
smb_nbst_getparam(struct smb_vc *vcp, int param, void *data)
sys/netproto/smb/smb_trantcp.c
583
smb_nbst_setparam(struct smb_vc *vcp, int param, void *data)
sys/netproto/smb/smb_trantcp.c
601
smb_nbst_fatal(struct smb_vc *vcp, int error)
sys/netproto/smb/smb_trantcp.c
82
static int smb_nbst_disconnect(struct smb_vc *vcp, struct thread *td);
sys/netproto/smb/smb_trantcp.h
60
struct smb_vc * nbp_vc;
sys/netproto/smb/smb_usr.c
127
struct smb_vc **vcpp, struct smb_share **sspp)
sys/netproto/smb/smb_usr.c
129
struct smb_vc *vcp = NULL;
sys/netproto/smb/smb_usr.c
165
struct smb_vc **vcpp)
sys/netproto/smb/smb_usr.c
167
struct smb_vc *vcp = NULL;
sys/netproto/smb/smb_usr.c
183
smb_usr_openshare(struct smb_vc *vcp, struct smbioc_oshare *dp,
sys/vfs/smbfs/smbfs_smb.c
303
struct smb_vc *vcp = SSTOVC(ssp);
sys/vfs/smbfs/smbfs_smb.c
357
struct smb_vc *vcp = SSTOVC(ssp);
sys/vfs/smbfs/smbfs_smb.c
764
struct smb_vc *vcp = SSTOVC(ctx->f_ssp);
sys/vfs/smbfs/smbfs_smb.c
910
struct smb_vc *vcp = SSTOVC(ctx->f_ssp);
sys/vfs/smbfs/smbfs_subr.c
259
smb_fphelp(struct mbchain *mbp, struct smb_vc *vcp, struct smbnode *np,
sys/vfs/smbfs/smbfs_subr.c
292
smbfs_fullpath(struct mbchain *mbp, struct smb_vc *vcp, struct smbnode *dnp,
sys/vfs/smbfs/smbfs_subr.c
318
smbfs_fname_tolocal(struct smb_vc *vcp, char *name, int nmlen, int caseopt)
sys/vfs/smbfs/smbfs_subr.h
173
int smbfs_fullpath(struct mbchain *mbp, struct smb_vc *vcp,
sys/vfs/smbfs/smbfs_subr.h
178
int smbfs_fname_tolocal(struct smb_vc *vcp, char *name, int nmlen, int caseopt);
sys/vfs/smbfs/smbfs_vfsops.c
112
struct smb_vc *vcp;
sys/vfs/smbfs/smbfs_vnops.c
305
struct smb_vc *vcp = SSTOVC(ssp);
sys/vfs/smbfs/smbfs_vnops.c
772
struct smb_vc *vcp = SSTOVC(smp->sm_share);