/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_subr.h | 78 struct smb_cred; 131 struct smb_cred *f_scred; 176 struct smb_cred *scrp, uint32_t timeout); 178 struct smbfattr *fap, struct smb_cred *scrp); 180 struct smb_cred *scrp); 182 struct smb_cred *scrp); 184 struct smb_cred *scrp); 186 struct smb_cred *scrp); 188 struct smb_cred *scrp); 191 struct smb_cred *scrp); [all …]
|
H A D | smbfs_smb.c | 76 struct smb_cred *scrp) in smbfs_smb_getfattr() 102 struct smb_cred *scrp) in smbfs_smb_getpattr() 122 struct smb_cred *scrp) in smbfs_smb_qfsattr() 146 struct smb_cred *scp) in smbfs_smb_statfs() 192 uint8_t disp, struct smb_cred *scrp) in smbfs_smb_setdisp() 207 uint64_t size, struct smb_cred *scrp) in smbfs_smb_setfsize() 232 struct smb_cred *scrp) in smbfs_smb_setfattr() 281 struct smb_cred *scrp) in smbfs_smb_flush() 308 struct smb_cred *scrp, in smbfs_smb_ntcreatex() 347 smbfs_smb_tmpopen(struct smbnode *np, uint32_t rights, struct smb_cred *scrp, in smbfs_smb_tmpopen() [all …]
|
H A D | smbfs_smb2.c | 71 struct smb_cred *scrp, uint32_t timeout) 90 struct smb_cred *scrp) in smbfs_smb2_getpattr() 121 struct smb_cred *scrp) in smbfs_smb2_query_info() 208 struct smbfattr *fap, struct smb_cred *scrp) in smbfs_smb2_qfileinfo() 238 uint8_t level, struct smb_cred *scrp) in smbfs_smb2_query_fs_info() 280 struct smb_cred *scrp) in smbfs_smb2_qfsattr() 306 struct smb_cred *scrp) in smbfs_smb2_statfs() 333 struct smb_cred *scrp) in smbfs_smb2_flush() 368 uint32_t addl_info, struct smb_cred *scrp) in smbfs_smb2_set_info() 421 uint64_t newsize, struct smb_cred *scrp) in smbfs_smb2_seteof() [all …]
|
H A D | smbfs_smb1.c | 68 struct smb_cred *scrp, uint32_t timeout) 138 struct smbfattr *fap, struct smb_cred *scrp) in smbfs_smb1_trans2_query() 199 uint16_t level, struct smb_cred *scrp) in smbfs_smb1_query_fs_info() 233 struct smb_cred *scrp) in smbfs_smb1_qfsattr() 259 struct smb_cred *scrp) in smbfs_smb1_statfs() 293 smbfs_smb1_flush(struct smb_share *ssp, uint16_t fid, struct smb_cred *scrp) in smbfs_smb1_flush() 319 struct mbchain *info_mbp, uint16_t level, struct smb_cred *scrp) in smbfs_smb1_setinfo_file() 356 uint64_t newsize, struct smb_cred *scrp) in smbfs_smb1_seteof() 380 uint8_t newdisp, struct smb_cred *scrp) in smbfs_smb1_setdisp() 410 struct mbchain *mbp, struct smb_cred *scrp) in smbfs_smb1_setfattr() [all …]
|
H A D | smbfs_vnops.c | 139 static int smbfsremove(vnode_t *dvp, vnode_t *vp, struct smb_cred *scred, 142 char *nnm, struct smb_cred *scred, int flags); 147 static int smbfsflush(smbnode_t *, struct smb_cred *); 148 static void smbfs_rele_fid(smbnode_t *, struct smb_cred *); 208 struct smb_cred scred; in smbfs_open() 369 struct smb_cred scred; in smbfs_close() 478 smbfs_rele_fid(smbnode_t *np, struct smb_cred *scred) in smbfs_rele_fid() 549 struct smb_cred scred; in smbfs_read() 709 struct smb_cred scred; in smbfs_write() 1253 struct smb_cred scred; in smbfs_bio() [all …]
|
H A D | smbfs_xattr.c | 201 struct smb_cred scred; in smbfs_xa_exists() 247 struct smb_cred *scrp) in smbfs_xa_getfattr()
|
H A D | smbfs_acl.c | 73 struct smb_cred scred; in smbfs_getsd() 136 struct smb_cred scred; in smbfs_setsd()
|
H A D | smbfs_client.c | 401 struct smb_cred scred; in smbfs_getattr_otw()
|
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | smb_subr.h | 142 void smb_credinit(struct smb_cred *scred, cred_t *cr); 143 void smb_credrele(struct smb_cred *scred); 160 struct smb_cred *scrp, smb_fh_t *fhp, 164 struct smb_cred *scrp); 195 int smb_smb_negotiate(struct smb_vc *vcp, struct smb_cred *scred); 196 int smb_smb_ssnsetup(struct smb_vc *vcp, struct smb_cred *scred); 197 int smb_smb_logoff(struct smb_vc *vcp, struct smb_cred *scred); 205 struct smb_cred *scrp, uint16_t *fidp, 209 struct timespec *mtime, struct smb_cred *scrp); 213 struct smb_cred *scrp, uint16_t *fidp); [all …]
|
H A D | smb_rq.h | 125 struct smb_cred *sr_cred; 170 struct smb_cred *t2_cred; 196 struct smb_cred *nt_cred; 214 struct smb_cred *scred, struct smb_rq **rqpp); 216 uchar_t cmd, struct smb_cred *scred); 232 struct smb_cred *scred, struct smb_t2rq **rqpp); 234 ushort_t *setup, int setupcnt, struct smb_cred *scred); 240 uint32_t *data_out_sz, uint32_t *more, struct smb_cred *scrp); 243 struct smb_cred *scred, struct smb_ntrq **rqpp); 245 ushort_t fn, struct smb_cred *scred);
|
H A D | smb_smb.c | 99 smb_smb_negotiate(struct smb_vc *vcp, struct smb_cred *scred) in smb_smb_negotiate() 454 smb_smb_ssnsetup(struct smb_vc *vcp, struct smb_cred *scred) in smb_smb_ssnsetup() 581 smb_smb_logoff(struct smb_vc *vcp, struct smb_cred *scred) in smb_smb_logoff() 672 smb_smb_treeconnect(struct smb_share *ssp, struct smb_cred *scred) in smb_smb_treeconnect() 826 smb_smb_treedisconnect(struct smb_share *ssp, struct smb_cred *scred) in smb_smb_treedisconnect() 884 struct smb_cred *scrp, in smb1_smb_ntcreate() 998 struct smb_cred *scrp) in smb1_smb_close() 1035 struct smb_cred *scrp, in smb_smb_open_prjob() 1098 struct smb_cred *scrp) in smb_smb_close_prjob() 1300 smb_smb_echo(struct smb_vc *vcp, struct smb_cred *scred, int timo) in smb_smb_echo()
|
H A D | smb2_smb.c | 153 smb2_smb_negotiate(struct smb_vc *vcp, struct smb_cred *scred) in smb2_smb_negotiate() 352 smb2_smb_ssnsetup(struct smb_vc *vcp, struct smb_cred *scred) in smb2_smb_ssnsetup() 526 smb2_smb_logoff(struct smb_vc *vcp, struct smb_cred *scred) in smb2_smb_logoff() 558 smb2_smb_treeconnect(struct smb_share *ssp, struct smb_cred *scred) in smb2_smb_treeconnect() 719 smb2_smb_treedisconnect(struct smb_share *ssp, struct smb_cred *scred) in smb2_smb_treedisconnect() 820 struct smb_cred *scrp, in smb2_smb_ntcreate() 1002 smb2_smb_close(struct smb_share *ssp, smb2fid_t *fid, struct smb_cred *scrp) in smb2_smb_close() 1038 struct smb_cred *scrp) in smb2_smb_ioctl() 1346 smb2_smb_echo(struct smb_vc *vcp, struct smb_cred *scred, int timo) in smb2_smb_echo()
|
H A D | smb_usr.c | 104 struct smb_cred scred; in smb_usr_xnp() 210 struct smb_cred scred; in smb_usr_rw() 282 struct smb_cred scred; in smb_usr_ntcreate() 360 struct smb_cred scred; in smb_usr_printjob() 483 struct smb_cred scred; in smb_usr_get_ssn() 619 struct smb_cred scred; in smb_usr_get_tree()
|
H A D | smb_rq.c | 106 smb_rq_alloc(struct smb_connobj *layer, uchar_t cmd, struct smb_cred *scred, in smb_rq_alloc() 127 struct smb_cred *scred) in smb_rq_init() 668 smb_t2_alloc(struct smb_connobj *layer, ushort_t setup, struct smb_cred *scred, in smb_t2_alloc() 688 smb_nt_alloc(struct smb_connobj *layer, ushort_t fn, struct smb_cred *scred, in smb_nt_alloc() 711 int setupcnt, struct smb_cred *scred) in smb_t2_init() 737 struct smb_cred *scred) in smb_nt_init() 1061 struct smb_cred *scred = t2p->t2_cred; in smb_t2_request_int() 1293 struct smb_cred *scred = ntp->nt_cred; in smb_nt_request_int() 1570 uint32_t *more, struct smb_cred *scrp) in smb_t2_xnp()
|
H A D | smb_conn.c | 636 struct smb_cred scred; in smb_share_gone() 671 struct smb_share **sspp, struct smb_cred *scred) in smb_share_create() 703 struct smb_share **sspp, struct smb_cred *scred) in smb_share_findcreate() 893 struct smb_cred scred; in smb_fh_gone()
|
H A D | smb_subrs.c | 63 smb_credinit(struct smb_cred *scred, cred_t *cr) in smb_credinit() 81 smb_credrele(struct smb_cred *scred) in smb_credrele() 1187 struct smb_cred *scrp, smb_fh_t *fhp, in smb_smb_ntcreate() 1206 struct smb_cred *scrp) in smb_smb_close()
|
H A D | smb_conn.h | 57 typedef struct smb_cred { struct
|
/illumos-gate/usr/src/uts/common/ |
H A D | Makefile.files | 1159 smb_cred.o \
|