Home
last modified time | relevance | path

Searched refs:smb_vc (Results 1 – 19 of 19) sorted by relevance

/titanic_41/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_tran.h61 int (*tr_create)(struct smb_vc *vcp, cred_t *cr);
62 int (*tr_done)(struct smb_vc *vcp);
63 int (*tr_bind)(struct smb_vc *vcp, struct sockaddr *sap);
64 int (*tr_connect)(struct smb_vc *vcp, struct sockaddr *sap);
65 int (*tr_disconnect)(struct smb_vc *vcp);
66 int (*tr_send)(struct smb_vc *vcp, mblk_t *m);
67 int (*tr_recv)(struct smb_vc *vcp, mblk_t **mpp);
68 int (*tr_poll)(struct smb_vc *vcp, int ticks);
69 int (*tr_loan_fp)(struct smb_vc *, struct file *, cred_t *cr);
70 int (*tr_getparam)(struct smb_vc *vcp, int param, void *data);
[all …]
H A Dsmb_conn.c294 smb_vc_hold(struct smb_vc *vcp) in smb_vc_hold()
300 smb_vc_rele(struct smb_vc *vcp) in smb_vc_rele()
306 smb_vc_kill(struct smb_vc *vcp) in smb_vc_kill()
323 struct smb_vc *vcp = CPTOVC(cp); in smb_vc_gone()
338 struct smb_vc *vcp = CPTOVC(cp); in smb_vc_free()
383 struct smb_vc *vcp; in smb_vc_create()
388 vcp = kmem_zalloc(sizeof (struct smb_vc), KM_SLEEP); in smb_vc_create()
438 struct smb_vc *vcp; in smb_vc_findcreate()
537 smb_vc_getipaddr(struct smb_vc *vcp, int *ipvers) in smb_vc_getipaddr()
563 smb_vc_walkshares(struct smb_vc *vcp, in smb_vc_walkshares()
[all …]
H A Dsmb_iod.c107 smb_iod_newstate(struct smb_vc *vcp, int state) in smb_iod_newstate()
139 smb_iod_invrq(struct smb_vc *vcp) in smb_iod_invrq()
160 smb_iod_disconnect(struct smb_vc *vcp) in smb_iod_disconnect()
203 struct smb_vc *vcp = rqp->sr_vc; in smb_iod_sendrq()
314 smb_iod_recv1(struct smb_vc *vcp, mblk_t **mpp) in smb_iod_recv1()
358 smb_iod_recvall(struct smb_vc *vcp) in smb_iod_recvall()
568 struct smb_vc *vcp = rqp->sr_vc; in smb_iod_addrq()
659 struct smb_vc *vcp = rqp->sr_vc; in smb_iod_multirq()
699 struct smb_vc *vcp = rqp->sr_vc; in smb_iod_removerq()
726 struct smb_vc *vcp = rqp->sr_vc; in smb_iod_waitrq()
[all …]
H A Dsmb_trantcp.c490 smb_nbst_create(struct smb_vc *vcp, cred_t *cr) in smb_nbst_create()
516 smb_nbst_done(struct smb_vc *vcp) in smb_nbst_done()
613 smb_nbst_loan_fp(struct smb_vc *vcp, struct file *fp, cred_t *cr) in smb_nbst_loan_fp()
636 smb_nbst_bind(struct smb_vc *vcp, struct sockaddr *sap) in smb_nbst_bind()
643 smb_nbst_connect(struct smb_vc *vcp, struct sockaddr *sap) in smb_nbst_connect()
650 smb_nbst_disconnect(struct smb_vc *vcp) in smb_nbst_disconnect()
756 smb_nbst_send(struct smb_vc *vcp, mblk_t *m) in smb_nbst_send()
791 smb_nbst_recv(struct smb_vc *vcp, mblk_t **mpp) in smb_nbst_recv()
830 smb_nbst_poll(struct smb_vc *vcp, int ticks) in smb_nbst_poll()
836 smb_nbst_getparam(struct smb_vc *vcp, int param, void *data) in smb_nbst_getparam()
[all …]
H A Dsmb_subr.h86 struct smb_vc;
134 int smb_put_dmem(struct mbchain *mbp, struct smb_vc *vcp,
136 int smb_put_dstring(struct mbchain *mbp, struct smb_vc *vcp,
149 int smb_calcv2mackey(struct smb_vc *, const uchar_t *,
151 int smb_calcmackey(struct smb_vc *, const uchar_t *,
H A Dsmb_rq.h77 struct smb_vc;
84 struct smb_vc *sr_vc;
143 struct smb_vc *t2_vc;
169 struct smb_vc *nt_vc;
H A Dsmb_conn.h154 typedef struct smb_vc { struct
248 #define CPTOVC(cp) ((struct smb_vc *)((void *)(cp)))
280 struct smb_vc *sd_vc; /* Reference to VC */
368 void smb_vc_walkshares(struct smb_vc *, walk_share_func_t);
H A Dsmb_sign.c83 smb_compute_MAC(struct smb_vc *vcp, mblk_t *mp, in smb_compute_MAC()
194 struct smb_vc *vcp = rqp->sr_vc; in smb_rq_sign()
236 struct smb_vc *vcp = rqp->sr_vc; in smb_rq_verify()
H A Dsmb_usr.c69 struct smb_vc *vcp = NULL; in smb_usr_get_flags2()
97 struct smb_vc *vcp = NULL; in smb_usr_get_ssnkey()
588 struct smb_vc *vcp = NULL; in smb_usr_get_ssn()
692 struct smb_vc *vcp = NULL; in smb_usr_drop_ssn()
724 struct smb_vc *vcp = NULL; in smb_usr_get_tree()
839 struct smb_vc *vcp = NULL; in smb_usr_iod_work()
917 struct smb_vc *vcp = NULL; in smb_usr_iod_ioctl()
H A Dsmb_trantcp.h53 struct smb_vc *nbp_vc;
H A Dsmb_smb.c155 struct smb_vc *vcp; in smb_smb_treeconnect()
309 struct smb_vc *vcp; in smb_smb_treedisconnect()
371 struct smb_vc *vcp = SSTOVC(ssp); in smb_smb_ntcreate()
520 struct smb_vc *vcp = SSTOVC(ssp); in smb_smb_open_prjob()
612 struct smb_vc *vcp = SSTOVC(ssp); in smb_rwuio()
1005 smb_smb_echo(struct smb_vc *vcp, struct smb_cred *scred, int timo) in smb_smb_echo()
H A Dsmb_rq.c74 struct smb_vc **vcpp, struct smb_share **sspp);
160 struct smb_vc *vcp = rqp->sr_vc; in smb_rq_new()
280 struct smb_vc *vcp = rqp->sr_vc; in smb_rq_enqueue()
411 struct smb_vc **vcpp, struct smb_share **sspp) in smb_rq_getenv()
413 struct smb_vc *vcp = NULL; in smb_rq_getenv()
940 struct smb_vc *vcp = t2p->t2_vc; in smb_t2_request_int()
1172 struct smb_vc *vcp = ntp->nt_vc; in smb_nt_request_int()
H A Dsmb_dev.c519 struct smb_vc *vcp; in nsmb_close2()
H A Dsmb_subrs.c1008 smb_put_dmem(struct mbchain *mbp, struct smb_vc *vcp, const char *src, in smb_put_dmem()
1067 smb_put_dstring(struct mbchain *mbp, struct smb_vc *vcp, const char *src, in smb_put_dstring()
/titanic_41/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_subr.c69 smbfs_fullpath(struct mbchain *mbp, struct smb_vc *vcp, struct smbnode *dnp, in smbfs_fullpath()
141 struct smb_vc *vcp = SSTOVC(ctx->f_ssp); in smbfs_fname_tolocal()
H A Dsmbfs_smb.c231 struct smb_vc *vcp = SSTOVC(ssp); in smbfs_smb_trans2_query()
599 struct smb_vc *vcp = SSTOVC(ssp); in smbfs_smb_seteof()
632 struct smb_vc *vcp = SSTOVC(ssp); in smbfs_smb_t2rename()
935 struct smb_vc *vcp = SSTOVC(ssp); in smbfs_smb_setfattr()
1029 struct smb_vc *vcp = SSTOVC(ssp); in smbfs_smb_setfattrNT()
1205 struct smb_vc *vcp = SSTOVC(ssp); in smbfs_smb_oldopen()
1294 struct smb_vc *vcp = SSTOVC(ssp); in smbfs_smb_tmpopen()
1384 struct smb_vc *vcp = SSTOVC(ssp); in smbfs_smb_open()
1510 struct smb_vc *vcp = SSTOVC(ssp); in smbfs_smb_create()
1681 struct smb_vc *vcp = SSTOVC(ssp); in smbfs_smb_mkdir()
[all …]
H A Dsmbfs_subr.h78 struct smb_vc;
201 int smbfs_fullpath(struct mbchain *mbp, struct smb_vc *vcp,
H A Dsmbfs_xattr.c306 struct smb_vc *vcp = SSTOVC(ctx->f_ssp); in smbfs_xa_findopen()
H A Dsmbfs_vfsops.c450 struct smb_vc *vcp; in smbfs_mount()