Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_ioctl.c42 uint32_t InputOffset; in smb2_ioctl() local
64 &InputOffset, /* l */ in smb2_ioctl()
79 if (InputOffset < (SMB2_HDR_SIZE + 56)) in smb2_ioctl()
84 sr->smb2_cmd_hdr + InputOffset, fsctl.InputCount); in smb2_ioctl()
184 InputOffset = SMB2_HDR_SIZE + 48; in smb2_ioctl()
187 OutputOffset = (fsctl.OutputCount) ? InputOffset : 0; in smb2_ioctl()
200 InputOffset, /* l */ in smb2_ioctl()