Home
last modified time | relevance | path

Searched refs:smb_vc_t (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_conn.h274 } smb_vc_t; typedef
454 int smb_iod_create(smb_vc_t *vcp);
455 int smb_iod_destroy(smb_vc_t *vcp);
456 void smb_iod_disconnect(smb_vc_t *vcp);
466 void smb_iod_sendall(smb_vc_t *);
467 int smb_iod_recvall(smb_vc_t *, boolean_t);
469 int nsmb_iod_connect(smb_vc_t *vcp, cred_t *cr);
470 int nsmb_iod_negotiate(smb_vc_t *vcp, cred_t *cr);
471 int nsmb_iod_ssnsetup(smb_vc_t *vcp, cred_t *cr);
472 int smb_iod_vc_work(smb_vc_t *, int, cred_t *);
[all …]
H A Dsmb_conn.c198 smb_vc_t *vcp = CPTOVC(co); in smb_co_rele()
401 smb_vc_create(smbioc_ossn_t *ossn, smb_cred_t *scred, smb_vc_t **vcpp) in smb_vc_create()
458 smb_vc_findcreate(smbioc_ossn_t *ossn, smb_cred_t *scred, smb_vc_t **vcpp) in smb_vc_findcreate()
638 smb_vc_t *vcp = SSTOVC(ssp); in smb_share_gone()
801 smb_vc_t *vcp = SSTOVC(ssp); in smb_share_tcon()
H A Dsmb_iod.c90 static int smb1_iod_process(smb_vc_t *, mblk_t *);
91 static int smb2_iod_process(smb_vc_t *, mblk_t *);
92 static int smb_iod_send_echo(smb_vc_t *, cred_t *cr);
655 smb1_iod_process(smb_vc_t *vcp, mblk_t *m) in smb1_iod_process()
769 smb2_iod_process(smb_vc_t *vcp, mblk_t *m) in smb2_iod_process()
941 smb_iod_send_echo(smb_vc_t *vcp, cred_t *cr) in smb_iod_send_echo()
963 smb_iod_muxwait(smb_vc_t *vcp, boolean_t sig_ok) in smb_iod_muxwait()
H A Dsmb_subr.h198 int smb_smb_echo(smb_vc_t *vcp, smb_cred_t *scred, int timo);
229 int smb2_smb_echo(smb_vc_t *vcp, smb_cred_t *scred, int timo);
H A Dsmb2_sign.c86 smb2_sign_init(smb_vc_t *vcp) in smb2_sign_init()
H A Dsmb_sign.c69 smb_sign_init(smb_vc_t *vcp) in smb_sign_init()
/illumos-gate/usr/src/cmd/mdb/common/modules/nsmb/
H A Dnsmb.c80 smb_vc_t vc;
326 const smb_vc_t *vcp = data; in smb_vc_cb()
375 smb_vc_t *vcp; in smb_vc_dcmd()
437 addr += OFFSETOF(smb_vc_t, iod_rqlist); in rqlist_walk_init()
507 smb_vc_t *vcp; in rqlist_dcmd()
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_smb2.c526 smb_vc_t *vcp = SSTOVC(ssp); in smbfs_smb2_qdir()