| /freebsd-9-stable/sys/netsmb/ |
| D | smb_tran.h | 71 #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 …]
|
| D | smb_conn.c | 117 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 …]
|
| D | smb_iod.c | 99 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()
|
| D | smb_trantcp.c | 439 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 …]
|
| D | smb_crypt.c | 145 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
|
| D | smb_smb.c | 74 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()
|
| D | smb_usr.c | 129 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()
|
| D | smb_rq.c | 109 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
|
| D | smb_dev.c | 158 struct smb_vc *vcp; in nsmb_dev_close() local 192 struct smb_vc *vcp; in nsmb_dev_ioctl() local
|
| D | smb_subr.c | 341 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()
|
| D | smb_conn.h | 181 #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/ |
| D | coda_psdev.c | 117 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
|
| D | cnode.h | 133 #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/ |
| D | smbfs_subr.c | 110 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()
|
| D | smbfs_smb.c | 477 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
|
| D | smbfs_vfsops.c | 143 struct smb_vc *vcp; in smbfs_mount() local
|
| D | smbfs_vnops.c | 294 struct smb_vc *vcp = SSTOVC(ssp); local 819 struct smb_vc *vcp = SSTOVC(smp->sm_share); local
|
| /freebsd-9-stable/sys/fs/ntfs/ |
| D | ntfs_vfsops.c | 99 struct vfsconf *vcp ) in ntfs_init() 108 struct vfsconf *vcp ) in ntfs_uninit()
|