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

/opensolaris-onvv-gate/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 *vc
[all...]
H A Dsmb_subr.h84 struct smb_vc;
111 int smb_put_dmem(struct mbchain *mbp, struct smb_vc *vcp,
113 int smb_put_dstring(struct mbchain *mbp, struct smb_vc *vcp,
126 int smb_calcv2mackey(struct smb_vc *, const uchar_t *,
128 int smb_calcmackey(struct smb_vc *, const uchar_t *,
H A Dsmb_trantcp.h52 struct smb_vc *nbp_vc;
H A Dsmb_trantcp.c481 smb_nbst_create(struct smb_vc *vcp, cred_t *cr)
500 smb_nbst_done(struct smb_vc *vcp)
527 smb_nbst_loan_fp(struct smb_vc *vcp, struct file *fp, cred_t *cr)
563 smb_nbst_bind(struct smb_vc *vcp, struct sockaddr *sap)
570 smb_nbst_connect(struct smb_vc *vcp, struct sockaddr *sap)
577 smb_nbst_disconnect(struct smb_vc *vcp)
623 smb_nbst_send(struct smb_vc *vcp, mblk_t *m)
691 smb_nbst_recv(struct smb_vc *vcp, mblk_t **mpp)
719 smb_nbst_poll(struct smb_vc *vcp, int ticks)
734 smb_nbst_getparam(struct smb_vc *vc
[all...]
H A Dsmb_conn.c294 smb_vc_hold(struct smb_vc *vcp)
300 smb_vc_rele(struct smb_vc *vcp)
306 smb_vc_kill(struct smb_vc *vcp)
323 struct smb_vc *vcp = CPTOVC(cp);
338 struct smb_vc *vcp = CPTOVC(cp);
381 static char objtype[] = "smb_vc";
383 struct smb_vc *vcp;
388 vcp = kmem_zalloc(sizeof (struct smb_vc), KM_SLEEP);
438 struct smb_vc *vcp;
537 smb_vc_getipaddr(struct smb_vc *vc
[all...]
H A Dsmb_iod.c107 smb_iod_newstate(struct smb_vc *vcp, int state)
139 smb_iod_invrq(struct smb_vc *vcp)
160 smb_iod_disconnect(struct smb_vc *vcp)
203 struct smb_vc *vcp = rqp->sr_vc;
314 smb_iod_recv1(struct smb_vc *vcp, mblk_t **mpp)
358 smb_iod_recvall(struct smb_vc *vcp)
568 struct smb_vc *vcp = rqp->sr_vc;
659 struct smb_vc *vcp = rqp->sr_vc;
699 struct smb_vc *vcp = rqp->sr_vc;
726 struct smb_vc *vc
[all...]
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.h111 * Common part of smb_vc, smb_share
153 typedef struct smb_vc { struct
248 #define CPTOVC(cp) ((struct smb_vc *)((void *)(cp)))
280 struct smb_vc *sd_vc; /* Reference to VC */
365 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,
194 struct smb_vc *vcp = rqp->sr_vc;
236 struct smb_vc *vcp = rqp->sr_vc;
H A Dsmb_usr.c68 struct smb_vc *vcp = NULL;
96 struct smb_vc *vcp = NULL;
426 struct smb_vc *vcp = NULL;
531 struct smb_vc *vcp = NULL;
563 struct smb_vc *vcp = NULL;
683 struct smb_vc *vcp = NULL;
761 struct smb_vc *vcp = NULL;
H A Dsmb_smb.c94 struct smb_vc *vcp;
241 struct smb_vc *vcp;
292 struct smb_vc *vcp = SSTOVC(ssp);
685 smb_smb_echo(struct smb_vc *vcp, struct smb_cred *scred, int timo)
H A Dsmb_rq.c74 struct smb_vc **vcpp, struct smb_share **sspp);
160 struct smb_vc *vcp = rqp->sr_vc;
280 struct smb_vc *vcp = rqp->sr_vc;
411 struct smb_vc **vcpp, struct smb_share **sspp)
413 struct smb_vc *vcp = NULL;
940 struct smb_vc *vcp = t2p->t2_vc;
1172 struct smb_vc *vcp = ntp->nt_vc;
H A Dsmb_dev.c571 struct smb_vc *vcp;
H A Dsmb_subrs.c1008 smb_put_dmem(struct mbchain *mbp, struct smb_vc *vcp, const char *src,
1067 smb_put_dstring(struct mbchain *mbp, struct smb_vc *vcp, const char *src,
/opensolaris-onvv-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_subr.c68 smbfs_fullpath(struct mbchain *mbp, struct smb_vc *vcp, struct smbnode *dnp,
148 struct smb_vc *vcp = SSTOVC(ctx->f_ssp);
H A Dsmbfs_subr.h75 struct smb_vc;
198 int smbfs_fullpath(struct mbchain *mbp, struct smb_vc *vcp,
H A Dsmbfs_smb.c230 struct smb_vc *vcp = SSTOVC(ssp);
598 struct smb_vc *vcp = SSTOVC(ssp);
631 struct smb_vc *vcp = SSTOVC(ssp);
934 struct smb_vc *vcp = SSTOVC(ssp);
1028 struct smb_vc *vcp = SSTOVC(ssp);
1133 struct smb_vc *vcp = SSTOVC(ssp);
1305 struct smb_vc *vcp = SSTOVC(ssp);
1394 struct smb_vc *vcp = SSTOVC(ssp);
1484 struct smb_vc *vcp = SSTOVC(ssp);
1637 struct smb_vc *vc
[all...]
H A Dsmbfs_xattr.c306 struct smb_vc *vcp = SSTOVC(ctx->f_ssp);
H A Dsmbfs_vfsops.c449 struct smb_vc *vcp;

Completed in 91 milliseconds