Home
last modified time | relevance | path

Searched refs:newdisp (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_subr.h185 int smbfs_smb_setdisp(struct smb_share *ssp, smb_fh_t *fid, uint8_t newdisp,
243 int smbfs_smb1_setdisp(struct smb_share *ssp, uint16_t fid, uint8_t newdisp,
282 int smbfs_smb2_setdisp(struct smb_share *ssp, smb2fid_t *fid, uint8_t newdisp,
H A Dsmbfs_smb2.c438 uint8_t newdisp, struct smb_cred *scrp) in smbfs_smb2_setdisp() argument
445 mb_put_uint8(mbp, newdisp); in smbfs_smb2_setdisp()
H A Dsmbfs_smb1.c380 uint8_t newdisp, struct smb_cred *scrp) in smbfs_smb1_setdisp() argument
392 error = mb_put_uint8(mbp, newdisp); in smbfs_smb1_setdisp()