Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_tran.h70 int (*tr_create)(struct smb_vc *vcp, cred_t *cr);
71 int (*tr_done)(struct smb_vc *vcp);
72 int (*tr_bind)(struct smb_vc *vcp, struct sockaddr *sap);
73 int (*tr_unbind)(struct smb_vc *vcp);
74 int (*tr_connect)(struct smb_vc *vcp, struct sockaddr *sap);
75 int (*tr_disconnect)(struct smb_vc *vcp);
76 int (*tr_send)(struct smb_vc *vcp, mblk_t *m);
77 int (*tr_recv)(struct smb_vc *vcp, mblk_t **mpp);
78 int (*tr_poll)(struct smb_vc *vcp, int ticks);
79 int (*tr_getparam)(struct smb_vc *vcp, int param, void *data);
[all …]
H A Dsmb_subr.h96 struct smb_vc;
147 int smb_get_dstring(struct mdchain *mdc, struct smb_vc *vcp,
149 int smb_put_dmem(struct mbchain *mbp, struct smb_vc *vcp,
151 int smb_put_dstring(struct mbchain *mbp, struct smb_vc *vcp,
172 int smb_sign_init(struct smb_vc *);
175 int smb_calcv2mackey(struct smb_vc *, const uchar_t *,
177 int smb_calcmackey(struct smb_vc *, const uchar_t *,
180 int smb2_sign_init(struct smb_vc *);
188 int smb_smb_ssnsetup(struct smb_vc *vcp, struct smb_cred *scred);
189 int smb_smb_logoff(struct smb_vc *vcp, struct smb_cred *scred);
[all …]
H A Dsmb_conn.c310 smb_vc_hold(struct smb_vc *vcp) in smb_vc_hold()
316 smb_vc_rele(struct smb_vc *vcp) in smb_vc_rele()
322 smb_vc_kill(struct smb_vc *vcp) in smb_vc_kill()
339 struct smb_vc *vcp = CPTOVC(cp); in smb_vc_gone()
354 struct smb_vc *vcp = CPTOVC(cp); in smb_vc_free()
401 struct smb_vc *vcp; in smb_vc_create()
457 struct smb_vc *vcp; in smb_vc_findcreate()
582 smb_vc_walkshares(struct smb_vc *vcp, in smb_vc_walkshares()
972 lingering_vc(struct smb_vc *vc) in lingering_vc()
986 struct smb_vc *vcp; in nsmb_zone_shutdown()
[all …]
H A Dsmb_iod.c158 smb_iod_invrq(struct smb_vc *vcp) in smb_iod_invrq()
182 smb_iod_disconnect(struct smb_vc *vcp) in smb_iod_disconnect()
211 struct smb_vc *vcp = rqp->sr_vc; in smb1_iod_sendrq()
294 struct smb_vc *vcp = rqp->sr_vc; in smb2_iod_sendrq()
948 struct smb_vc *vcp = rqp->sr_vc; in smb1_iod_addrq()
1034 struct smb_vc *vcp = rqp->sr_vc; in smb2_iod_addrq()
1136 struct smb_vc *vcp = rqp->sr_vc; in smb1_iod_multirq()
1182 struct smb_vc *vcp = rqp->sr_vc; in smb_iod_removerq()
1229 struct smb_vc *vcp = rqp->sr_vc; in smb_iod_waitrq()
1330 struct smb_vc *vcp = rqp->sr_vc; in smb_iod_waitrq_int()
[all …]
H A Dsmb_trantcp.c483 smb_nbst_create(struct smb_vc *vcp, cred_t *cr) in smb_nbst_create()
533 smb_nbst_done(struct smb_vc *vcp) in smb_nbst_done()
562 smb_nbst_bind(struct smb_vc *vcp, struct sockaddr *sap) in smb_nbst_bind()
578 smb_nbst_unbind(struct smb_vc *vcp) in smb_nbst_unbind()
590 smb_nbst_connect(struct smb_vc *vcp, struct sockaddr *sap) in smb_nbst_connect()
630 smb_nbst_disconnect(struct smb_vc *vcp) in smb_nbst_disconnect()
736 smb_nbst_send(struct smb_vc *vcp, mblk_t *m) in smb_nbst_send()
771 smb_nbst_recv(struct smb_vc *vcp, mblk_t **mpp) in smb_nbst_recv()
810 smb_nbst_poll(struct smb_vc *vcp, int ticks) in smb_nbst_poll()
817 smb_nbst_getparam(struct smb_vc *vcp, int param, void *data) in smb_nbst_getparam()
[all …]
H A Dsmb_rq.h83 struct smb_vc;
90 struct smb_vc *sr_vc;
171 struct smb_vc *t2_vc;
197 struct smb_vc *nt_vc;
216 struct smb_vc **vcpp, struct smb_share **sspp);
H A Dsmb_sign.c105 smb_compute_MAC(struct smb_vc *vcp, mblk_t *mp, in smb_compute_MAC()
202 struct smb_vc *vcp = rqp->sr_vc; in smb_rq_sign()
241 struct smb_vc *vcp = rqp->sr_vc; in smb_rq_verify()
H A Dsmb2_sign.c215 smb2_compute_MAC(struct smb_vc *vcp, mblk_t *mp, uchar_t *signature) in smb2_compute_MAC()
279 struct smb_vc *vcp = rqp->sr_vc; in smb2_rq_sign()
311 struct smb_vc *vcp = rqp->sr_vc; in smb2_rq_verify()
H A Dsmb_conn.h214 typedef struct smb_vc { struct
294 #define CPTOVC(cp) ((struct smb_vc *)((void *)(cp)))
385 struct smb_vc *sd_vc; /* Reference to VC */
484 void smb_vc_walkshares(struct smb_vc *, walk_share_func_t);
H A Dsmb_smb.c99 smb_smb_negotiate(struct smb_vc *vcp, struct smb_cred *scred) in smb_smb_negotiate()
454 smb_smb_ssnsetup(struct smb_vc *vcp, struct smb_cred *scred) in smb_smb_ssnsetup()
581 smb_smb_logoff(struct smb_vc *vcp, struct smb_cred *scred) in smb_smb_logoff()
674 struct smb_vc *vcp; in smb_smb_treeconnect()
828 struct smb_vc *vcp; in smb_smb_treedisconnect()
890 struct smb_vc *vcp = SSTOVC(ssp); in smb1_smb_ntcreate()
1039 struct smb_vc *vcp = SSTOVC(ssp); in smb_smb_open_prjob()
1300 smb_smb_echo(struct smb_vc *vcp, struct smb_cred *scred, int timo) in smb_smb_echo()
H A Dsmb_usr.c77 struct smb_vc *vcp = NULL; in smb_usr_get_ssnkey()
485 struct smb_vc *vcp = NULL; in smb_usr_get_ssn()
589 struct smb_vc *vcp = NULL; in smb_usr_drop_ssn()
621 struct smb_vc *vcp = NULL; in smb_usr_get_tree()
731 struct smb_vc *vcp; in smb_usr_iod_ioctl()
H A Dsmb2_smb.c95 struct smb_vc *vcp = rqp->sr_vc; in smb2_parse_smb1nego_resp()
150 smb2_smb_negotiate(struct smb_vc *vcp, struct smb_cred *scred) in smb2_smb_negotiate()
344 smb2_smb_ssnsetup(struct smb_vc *vcp, struct smb_cred *scred) in smb2_smb_ssnsetup()
504 smb2_smb_logoff(struct smb_vc *vcp, struct smb_cred *scred) in smb2_smb_logoff()
538 struct smb_vc *vcp; in smb2_smb_treeconnect()
688 struct smb_vc *vcp; in smb2_smb_treedisconnect()
1313 smb2_smb_echo(struct smb_vc *vcp, struct smb_cred *scred, int timo) in smb2_smb_echo()
H A Dsmb_trantcp.h54 struct smb_vc *nbp_vc;
H A Dsmb2_rq.c145 struct smb_vc *vcp = rqp->sr_vc; in smb2_rq_enqueue()
208 struct smb_vc *vcp = rqp->sr_vc; in smb2_rq_internal()
H A Dsmb_rq.c162 struct smb_vc *vcp = rqp->sr_vc; in smb_rq_new()
305 struct smb_vc *vcp = rqp->sr_vc; in smb_rq_enqueue()
368 struct smb_vc *vcp = rqp->sr_vc; in smb_rq_internal()
493 struct smb_vc **vcpp, struct smb_share **sspp) in smb_rq_getenv()
495 struct smb_vc *vcp = NULL; in smb_rq_getenv()
1060 struct smb_vc *vcp = t2p->t2_vc; in smb_t2_request_int()
1292 struct smb_vc *vcp = ntp->nt_vc; in smb_nt_request_int()
H A Dsmb_subrs.c1033 smb_get_dstring(struct mdchain *mdc, struct smb_vc *vcp, in smb_get_dstring()
1108 smb_put_dmem(struct mbchain *mbp, struct smb_vc *vcp, const char *src, in smb_put_dmem()
1167 smb_put_dstring(struct mbchain *mbp, struct smb_vc *vcp, const char *src, in smb_put_dstring()
1237 struct smb_vc *vcp = SSTOVC(ssp); in smb_rwuio()
H A Dsmb_dev.c534 struct smb_vc *vcp; in nsmb_close2()
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_subr.c71 smbfs_fullpath(struct mbchain *mbp, struct smb_vc *vcp, struct smbnode *dnp, in smbfs_fullpath()
147 struct smb_vc *vcp = SSTOVC(ctx->f_ssp); in smbfs_fname_tolocal()
425 struct smb_vc *vcp = SSTOVC(ssp); in smbfs_decode_fs_attr_info()
H A Dsmbfs_smb.c149 struct smb_vc *vcp = SSTOVC(ssp); in smbfs_smb_statfs()
510 struct smb_vc *vcp = SSTOVC(ssp); in smbfs_smb_rename()
581 struct smb_vc *vcp = SSTOVC(ssp); in smbfs_smb_findopen()
776 struct smb_vc *vcp = SSTOVC(ssp); in smbfs_smb_getsec()
827 struct smb_vc *vcp = SSTOVC(ssp); in smbfs_smb_setsec()
H A Dsmbfs_smb1.c141 struct smb_vc *vcp = SSTOVC(ssp); in smbfs_smb1_trans2_query()
262 struct smb_vc *vcp = SSTOVC(ssp); in smbfs_smb1_statfs()
443 struct smb_vc *vcp = SSTOVC(ssp); in smbfs_smb1_t2rename()
530 struct smb_vc *vcp = SSTOVC(ctx->f_ssp); in smbfs_smb1_trans2find2()
768 struct smb_vc *vcp = SSTOVC(ssp); in smbfs_smb1_get_streaminfo()
H A Dsmbfs_subr.h79 struct smb_vc;
309 int smbfs_fullpath(struct mbchain *mbp, struct smb_vc *vcp,
H A Dsmbfs_vfsops.c520 struct smb_vc *vcp; in smbfs_mount()