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

/freebsd-13-stable/sys/netsmb/
H A Dsmb_smb.c626 smb_smb_readx(struct smb_share *ssp, u_int16_t fid, int *len, int *rresid, argument
694 *rresid = resid;
700 *rresid = resid;
707 smb_smb_writex(struct smb_share *ssp, u_int16_t fid, int *len, int *rresid, argument
756 *rresid = resid;
765 int *len, int *rresid, struct uio *uio, struct smb_cred *scred)
775 return (smb_smb_readx(ssp, fid, len, rresid, uio, scred));
809 *rresid = resid;
815 *rresid = resid;
843 smb_smb_write(struct smb_share *ssp, u_int16_t fid, int *len, int *rresid, argument
764 smb_smb_read(struct smb_share *ssp, u_int16_t fid, int *len, int *rresid, struct uio *uio, struct smb_cred *scred) argument
[all...]

Completed in 78 milliseconds