/titanic_41/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | smb_tran.h | 61 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 *vcp, int param, void *data); [all …]
|
H A D | smb_conn.c | 294 smb_vc_hold(struct smb_vc *vcp) in smb_vc_hold() 300 smb_vc_rele(struct smb_vc *vcp) in smb_vc_rele() 306 smb_vc_kill(struct smb_vc *vcp) in smb_vc_kill() 323 struct smb_vc *vcp = CPTOVC(cp); in smb_vc_gone() 338 struct smb_vc *vcp = CPTOVC(cp); in smb_vc_free() 383 struct smb_vc *vcp; in smb_vc_create() 388 vcp = kmem_zalloc(sizeof (struct smb_vc), KM_SLEEP); in smb_vc_create() 438 struct smb_vc *vcp; in smb_vc_findcreate() 537 smb_vc_getipaddr(struct smb_vc *vcp, int *ipvers) in smb_vc_getipaddr() 563 smb_vc_walkshares(struct smb_vc *vcp, in smb_vc_walkshares() [all …]
|
H A D | smb_iod.c | 107 smb_iod_newstate(struct smb_vc *vcp, int state) in smb_iod_newstate() 139 smb_iod_invrq(struct smb_vc *vcp) in smb_iod_invrq() 160 smb_iod_disconnect(struct smb_vc *vcp) in smb_iod_disconnect() 203 struct smb_vc *vcp = rqp->sr_vc; in smb_iod_sendrq() 314 smb_iod_recv1(struct smb_vc *vcp, mblk_t **mpp) in smb_iod_recv1() 358 smb_iod_recvall(struct smb_vc *vcp) in smb_iod_recvall() 568 struct smb_vc *vcp = rqp->sr_vc; in smb_iod_addrq() 659 struct smb_vc *vcp = rqp->sr_vc; in smb_iod_multirq() 699 struct smb_vc *vcp = rqp->sr_vc; in smb_iod_removerq() 726 struct smb_vc *vcp = rqp->sr_vc; in smb_iod_waitrq() [all …]
|
H A D | smb_trantcp.c | 490 smb_nbst_create(struct smb_vc *vcp, cred_t *cr) in smb_nbst_create() 516 smb_nbst_done(struct smb_vc *vcp) in smb_nbst_done() 613 smb_nbst_loan_fp(struct smb_vc *vcp, struct file *fp, cred_t *cr) in smb_nbst_loan_fp() 636 smb_nbst_bind(struct smb_vc *vcp, struct sockaddr *sap) in smb_nbst_bind() 643 smb_nbst_connect(struct smb_vc *vcp, struct sockaddr *sap) in smb_nbst_connect() 650 smb_nbst_disconnect(struct smb_vc *vcp) in smb_nbst_disconnect() 756 smb_nbst_send(struct smb_vc *vcp, mblk_t *m) in smb_nbst_send() 791 smb_nbst_recv(struct smb_vc *vcp, mblk_t **mpp) in smb_nbst_recv() 830 smb_nbst_poll(struct smb_vc *vcp, int ticks) in smb_nbst_poll() 836 smb_nbst_getparam(struct smb_vc *vcp, int param, void *data) in smb_nbst_getparam() [all …]
|
H A D | smb_subr.h | 86 struct smb_vc; 134 int smb_put_dmem(struct mbchain *mbp, struct smb_vc *vcp, 136 int smb_put_dstring(struct mbchain *mbp, struct smb_vc *vcp, 149 int smb_calcv2mackey(struct smb_vc *, const uchar_t *, 151 int smb_calcmackey(struct smb_vc *, const uchar_t *,
|
H A D | smb_rq.h | 77 struct smb_vc; 84 struct smb_vc *sr_vc; 143 struct smb_vc *t2_vc; 169 struct smb_vc *nt_vc;
|
H A D | smb_conn.h | 154 typedef struct smb_vc { struct 248 #define CPTOVC(cp) ((struct smb_vc *)((void *)(cp))) 280 struct smb_vc *sd_vc; /* Reference to VC */ 368 void smb_vc_walkshares(struct smb_vc *, walk_share_func_t);
|
H A D | smb_sign.c | 83 smb_compute_MAC(struct smb_vc *vcp, mblk_t *mp, in smb_compute_MAC() 194 struct smb_vc *vcp = rqp->sr_vc; in smb_rq_sign() 236 struct smb_vc *vcp = rqp->sr_vc; in smb_rq_verify()
|
H A D | smb_usr.c | 69 struct smb_vc *vcp = NULL; in smb_usr_get_flags2() 97 struct smb_vc *vcp = NULL; in smb_usr_get_ssnkey() 588 struct smb_vc *vcp = NULL; in smb_usr_get_ssn() 692 struct smb_vc *vcp = NULL; in smb_usr_drop_ssn() 724 struct smb_vc *vcp = NULL; in smb_usr_get_tree() 839 struct smb_vc *vcp = NULL; in smb_usr_iod_work() 917 struct smb_vc *vcp = NULL; in smb_usr_iod_ioctl()
|
H A D | smb_trantcp.h | 53 struct smb_vc *nbp_vc;
|
H A D | smb_smb.c | 155 struct smb_vc *vcp; in smb_smb_treeconnect() 309 struct smb_vc *vcp; in smb_smb_treedisconnect() 371 struct smb_vc *vcp = SSTOVC(ssp); in smb_smb_ntcreate() 520 struct smb_vc *vcp = SSTOVC(ssp); in smb_smb_open_prjob() 612 struct smb_vc *vcp = SSTOVC(ssp); in smb_rwuio() 1005 smb_smb_echo(struct smb_vc *vcp, struct smb_cred *scred, int timo) in smb_smb_echo()
|
H A D | smb_rq.c | 74 struct smb_vc **vcpp, struct smb_share **sspp); 160 struct smb_vc *vcp = rqp->sr_vc; in smb_rq_new() 280 struct smb_vc *vcp = rqp->sr_vc; in smb_rq_enqueue() 411 struct smb_vc **vcpp, struct smb_share **sspp) in smb_rq_getenv() 413 struct smb_vc *vcp = NULL; in smb_rq_getenv() 940 struct smb_vc *vcp = t2p->t2_vc; in smb_t2_request_int() 1172 struct smb_vc *vcp = ntp->nt_vc; in smb_nt_request_int()
|
H A D | smb_dev.c | 519 struct smb_vc *vcp; in nsmb_close2()
|
H A D | smb_subrs.c | 1008 smb_put_dmem(struct mbchain *mbp, struct smb_vc *vcp, const char *src, in smb_put_dmem() 1067 smb_put_dstring(struct mbchain *mbp, struct smb_vc *vcp, const char *src, in smb_put_dstring()
|
/titanic_41/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_subr.c | 69 smbfs_fullpath(struct mbchain *mbp, struct smb_vc *vcp, struct smbnode *dnp, in smbfs_fullpath() 141 struct smb_vc *vcp = SSTOVC(ctx->f_ssp); in smbfs_fname_tolocal()
|
H A D | smbfs_smb.c | 231 struct smb_vc *vcp = SSTOVC(ssp); in smbfs_smb_trans2_query() 599 struct smb_vc *vcp = SSTOVC(ssp); in smbfs_smb_seteof() 632 struct smb_vc *vcp = SSTOVC(ssp); in smbfs_smb_t2rename() 935 struct smb_vc *vcp = SSTOVC(ssp); in smbfs_smb_setfattr() 1029 struct smb_vc *vcp = SSTOVC(ssp); in smbfs_smb_setfattrNT() 1205 struct smb_vc *vcp = SSTOVC(ssp); in smbfs_smb_oldopen() 1294 struct smb_vc *vcp = SSTOVC(ssp); in smbfs_smb_tmpopen() 1384 struct smb_vc *vcp = SSTOVC(ssp); in smbfs_smb_open() 1510 struct smb_vc *vcp = SSTOVC(ssp); in smbfs_smb_create() 1681 struct smb_vc *vcp = SSTOVC(ssp); in smbfs_smb_mkdir() [all …]
|
H A D | smbfs_subr.h | 78 struct smb_vc; 201 int smbfs_fullpath(struct mbchain *mbp, struct smb_vc *vcp,
|
H A D | smbfs_xattr.c | 306 struct smb_vc *vcp = SSTOVC(ctx->f_ssp); in smbfs_xa_findopen()
|
H A D | smbfs_vfsops.c | 450 struct smb_vc *vcp; in smbfs_mount()
|