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.h259 } smb_vc_t; typedef
439 int smb_iod_create(smb_vc_t *vcp);
440 int smb_iod_destroy(smb_vc_t *vcp);
441 void smb_iod_disconnect(smb_vc_t *vcp);
451 void smb_iod_sendall(smb_vc_t *);
458 int smb_iod_vc_idle(smb_vc_t *);
459 int smb_iod_vc_rcfail(smb_vc_t *);
460 int smb_iod_reconnect(smb_vc_t *);
472 void smb_vc_hold(smb_vc_t *vcp);
473 void smb_vc_rele(smb_vc_t *vcp);
[all …]
H A Dsmb_conn.c197 smb_vc_t *vcp = CPTOVC(co); in smb_co_rele()
397 smb_vc_create(smbioc_ossn_t *ossn, smb_cred_t *scred, smb_vc_t **vcpp) in smb_vc_create()
454 smb_vc_findcreate(smbioc_ossn_t *ossn, smb_cred_t *scred, smb_vc_t **vcpp) in smb_vc_findcreate()
634 smb_vc_t *vcp = SSTOVC(ssp); in smb_share_gone()
797 smb_vc_t *vcp = SSTOVC(ssp); in smb_share_tcon()
H A Dsmb_iod.c89 static int smb1_iod_process(smb_vc_t *, mblk_t *);
90 static int smb2_iod_process(smb_vc_t *, mblk_t *);
91 static int smb_iod_send_echo(smb_vc_t *, cred_t *cr);
617 smb1_iod_process(smb_vc_t *vcp, mblk_t *m) in smb1_iod_process()
731 smb2_iod_process(smb_vc_t *vcp, mblk_t *m) in smb2_iod_process()
896 smb_iod_send_echo(smb_vc_t *vcp, cred_t *cr) in smb_iod_send_echo()
918 smb_iod_muxwait(smb_vc_t *vcp, boolean_t sig_ok) in smb_iod_muxwait()
H A Dsmb_subr.h190 int smb_smb_echo(smb_vc_t *vcp, smb_cred_t *scred, int timo);
221 int smb2_smb_echo(smb_vc_t *vcp, smb_cred_t *scred, int timo);
H A Dsmb_sign.c67 smb_sign_init(smb_vc_t *vcp) in smb_sign_init()
H A Dsmb2_sign.c98 smb2_sign_init(smb_vc_t *vcp) in smb2_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()