Home
last modified time | relevance | path

Searched defs:vcp (Results 1 – 18 of 18) sorted by relevance

/freebsd-9-stable/sys/netsmb/
Dsmb_tran.h71 #define SMB_TRAN_CREATE(vcp,p) (vcp)->vc_tdesc->tr_create(vcp,p) argument
72 #define SMB_TRAN_DONE(vcp,p) (vcp)->vc_tdesc->tr_done(vcp,p) argument
73 #define SMB_TRAN_BIND(vcp,sap,p) (vcp)->vc_tdesc->tr_bind(vcp,sap,p) argument
74 #define SMB_TRAN_CONNECT(vcp,sap,p) (vcp)->vc_tdesc->tr_connect(vcp,sap,p) argument
75 #define SMB_TRAN_DISCONNECT(vcp,p) (vcp)->vc_tdesc->tr_disconnect(vcp,p) argument
76 #define SMB_TRAN_SEND(vcp,m0,p) (vcp)->vc_tdesc->tr_send(vcp,m0,p) argument
77 #define SMB_TRAN_RECV(vcp,m,p) (vcp)->vc_tdesc->tr_recv(vcp,m,p) argument
78 #define SMB_TRAN_TIMO(vcp) (vcp)->vc_tdesc->tr_timo(vcp) argument
79 #define SMB_TRAN_INTR(vcp) (vcp)->vc_tdesc->tr_intr(vcp) argument
80 #define SMB_TRAN_GETPARAM(vcp,par,data) (vcp)->vc_tdesc->tr_getparam(vcp, par, data) argument
[all …]
Dsmb_conn.c117 struct smb_vc *vcp; in smb_sm_lookupint() local
176 struct smb_vc *vcp; in smb_sm_lookup() local
379 struct smb_vc *vcp; in smb_vc_create() local
486 struct smb_vc *vcp = CPTOVC(cp); in smb_vc_free() local
528 struct smb_vc *vcp = CPTOVC(cp); in smb_vc_gone() local
534 smb_vc_ref(struct smb_vc *vcp) in smb_vc_ref()
540 smb_vc_rele(struct smb_vc *vcp, struct smb_cred *scred) in smb_vc_rele()
546 smb_vc_get(struct smb_vc *vcp, int flags, struct smb_cred *scred) in smb_vc_get()
552 smb_vc_put(struct smb_vc *vcp, struct smb_cred *scred) in smb_vc_put()
558 smb_vc_lock(struct smb_vc *vcp, int flags) in smb_vc_lock()
[all …]
Dsmb_iod.c99 struct smb_vc *vcp = iod->iod_vc; in smb_iod_closetran() local
120 struct smb_vc *vcp = iod->iod_vc; in smb_iod_connect() local
174 struct smb_vc *vcp = iod->iod_vc; in smb_iod_disconnect() local
216 struct smb_vc *vcp = iod->iod_vc; in smb_iod_sendrq() local
285 struct smb_vc *vcp = iod->iod_vc; in smb_iod_recvall() local
403 struct smb_vc *vcp = rqp->sr_vc; in smb_iod_addrq() local
465 struct smb_vc *vcp = rqp->sr_vc; in smb_iod_removerq() local
533 struct smb_vc *vcp = iod->iod_vc; in smb_iod_sendall() local
672 smb_iod_create(struct smb_vc *vcp) in smb_iod_create()
Dsmb_trantcp.c439 smb_nbst_create(struct smb_vc *vcp, struct thread *td) in smb_nbst_create()
455 smb_nbst_done(struct smb_vc *vcp, struct thread *td) in smb_nbst_done()
471 smb_nbst_bind(struct smb_vc *vcp, struct sockaddr *sap, struct thread *td) in smb_nbst_bind()
504 smb_nbst_connect(struct smb_vc *vcp, struct sockaddr *sap, struct thread *td) in smb_nbst_connect()
548 smb_nbst_disconnect(struct smb_vc *vcp, struct thread *td) in smb_nbst_disconnect()
568 smb_nbst_send(struct smb_vc *vcp, struct mbuf *m0, struct thread *td) in smb_nbst_send()
589 smb_nbst_recv(struct smb_vc *vcp, struct mbuf **mpp, struct thread *td) in smb_nbst_recv()
602 smb_nbst_timo(struct smb_vc *vcp) in smb_nbst_timo()
608 smb_nbst_intr(struct smb_vc *vcp) in smb_nbst_intr()
619 smb_nbst_getparam(struct smb_vc *vcp, int param, void *data) in smb_nbst_getparam()
[all …]
Dsmb_crypt.c145 smb_calcmackey(struct smb_vc *vcp) in smb_calcmackey()
205 struct smb_vc *vcp = rqp->sr_vc; in smb_rq_sign() local
268 struct smb_vc *vcp = rqp->sr_vc; in smb_rq_verify() local
Dsmb_smb.c74 smb_vc_maxread(struct smb_vc *vcp) in smb_vc_maxread()
92 smb_vc_maxwrite(struct smb_vc *vcp) in smb_vc_maxwrite()
105 smb_smb_nomux(struct smb_vc *vcp, struct smb_cred *scred, const char *name) in smb_smb_nomux()
114 smb_smb_negotiate(struct smb_vc *vcp, struct smb_cred *scred) in smb_smb_negotiate()
294 smb_smb_ssnsetup(struct smb_vc *vcp, struct smb_cred *scred) in smb_smb_ssnsetup()
441 smb_smb_ssnclose(struct smb_vc *vcp, struct smb_cred *scred) in smb_smb_ssnclose()
501 struct smb_vc *vcp; in smb_smb_treeconnect() local
931 smb_smb_echo(struct smb_vc *vcp, struct smb_cred *scred) in smb_smb_echo()
Dsmb_usr.c129 struct smb_vc *vcp = NULL; in smb_usr_lookup() local
167 struct smb_vc *vcp = NULL; in smb_usr_opensession() local
183 smb_usr_openshare(struct smb_vc *vcp, struct smbioc_oshare *dp, in smb_usr_openshare()
Dsmb_rq.c109 struct smb_vc *vcp = rqp->sr_vc; in smb_rq_new() local
161 struct smb_vc *vcp = rqp->sr_vc; in smb_rq_simple() local
281 struct smb_vc *vcp = NULL; in smb_rq_getenv() local
551 struct smb_vc *vcp = t2p->t2_vc; in smb_t2_request_int() local
Dsmb_dev.c158 struct smb_vc *vcp; in nsmb_dev_close() local
192 struct smb_vc *vcp; in nsmb_dev_ioctl() local
Dsmb_subr.c341 smb_put_dmem(struct mbchain *mbp, struct smb_vc *vcp, const char *src, in smb_put_dmem()
359 smb_put_dstring(struct mbchain *mbp, struct smb_vc *vcp, const char *src, in smb_put_dstring()
Dsmb_conn.h181 #define SMB_DIALECT(vcp) ((vcp)->vc_sopt.sv_proto) argument
225 #define SMBC_ST_LOCK(vcp) smb_sl_lock(&(vcp)->vc_stlock) argument
226 #define SMBC_ST_UNLOCK(vcp) smb_sl_unlock(&(vcp)->vc_stlock) argument
277 #define SMB_UNICODE_STRINGS(vcp) ((vcp)->vc_hflags2 & SMB_FLAGS2_UNICODE) argument
309 #define VCTOCP(vcp) (&(vcp)->obj) argument
/freebsd-9-stable/sys/fs/coda/
Dcoda_psdev.c117 struct vcomm *vcp; in vc_open() local
138 struct vcomm *vcp; in vc_close() local
216 struct vcomm *vcp; in vc_read() local
264 struct vcomm *vcp; in vc_write() local
437 struct vcomm *vcp; in vc_poll() local
467 struct vcomm *vcp; in coda_call() local
Dcnode.h133 #define VC_OPEN(vcp) ((vcp)->vc_open == 1) argument
134 #define MARK_VC_CLOSED(vcp) (vcp)->vc_open = 0 argument
135 #define MARK_VC_OPEN(vcp) (vcp)->vc_open = 1 argument
/freebsd-9-stable/sys/fs/smbfs/
Dsmbfs_subr.c110 smb_fphelp(struct mbchain *mbp, struct smb_vc *vcp, struct smbnode *np, in smb_fphelp()
148 smbfs_fullpath(struct mbchain *mbp, struct smb_vc *vcp, struct smbnode *dnp, in smbfs_fullpath()
184 smbfs_fname_tolocal(struct smb_vc *vcp, char *name, int *nmlen, int caseopt) in smbfs_fname_tolocal()
Dsmbfs_smb.c477 struct smb_vc *vcp = SSTOVC(ssp); in smbfs_smb_setptime2() local
532 struct smb_vc *vcp = SSTOVC(ssp); in smbfs_smb_setpattrNT() local
940 struct smb_vc *vcp = SSTOVC(ctx->f_ssp); in smbfs_smb_search() local
1090 struct smb_vc *vcp = SSTOVC(ctx->f_ssp); in smbfs_smb_trans2find2() local
Dsmbfs_vfsops.c143 struct smb_vc *vcp; in smbfs_mount() local
Dsmbfs_vnops.c294 struct smb_vc *vcp = SSTOVC(ssp); local
819 struct smb_vc *vcp = SSTOVC(smp->sm_share); local
/freebsd-9-stable/sys/fs/ntfs/
Dntfs_vfsops.c99 struct vfsconf *vcp ) in ntfs_init()
108 struct vfsconf *vcp ) in ntfs_uninit()