Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_conn.h183 } smb_vc_t; typedef
328 int smb_iod_create(smb_vc_t *vcp);
329 int smb_iod_destroy(smb_vc_t *vcp);
330 int smb_iod_connect(smb_vc_t *vcp);
331 void smb_iod_disconnect(smb_vc_t *vcp);
338 void smb_iod_sendall(smb_vc_t *);
339 int smb_iod_recvall(smb_vc_t *);
341 int smb_iod_vc_work(smb_vc_t *, cred_t *);
342 int smb_iod_vc_idle(smb_vc_t *);
343 int smb_iod_vc_rcfail(smb_vc_t *);
[all …]
H A Dsmb_iod.c76 int smb_iod_send_echo(smb_vc_t *);
545 smb_iod_send_echo(smb_vc_t *vcp) in smb_iod_send_echo()
904 smb_iod_sendall(smb_vc_t *vcp) in smb_iod_sendall()
H A Dsmb_subr.h159 int smb_smb_echo(smb_vc_t *vcp, smb_cred_t *scred, int timo);
H A Dsmb_conn.c379 smb_vc_create(smbioc_ossn_t *ossn, smb_cred_t *scred, smb_vc_t **vcpp) in smb_vc_create()
435 smb_vc_findcreate(smbioc_ossn_t *ossn, smb_cred_t *scred, smb_vc_t **vcpp) in smb_vc_findcreate()
/titanic_44/usr/src/cmd/mdb/common/modules/nsmb/
H A Dnsmb.c73 smb_vc_t vc;
265 const smb_vc_t *vcp = data; in smb_vc_cb()
314 smb_vc_t *vcp; in smb_vc_dcmd()
376 addr += OFFSETOF(smb_vc_t, iod_rqlist); in rqlist_walk_init()