Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_common_transact.c74 uint16_t tpscnt, tdscnt, mprcnt, mdrcnt, flags; in smb_com_transaction() local
173 uint16_t tpscnt, tdscnt, pscnt, psdisp; in smb_com_transaction_secondary() local
204 if (xa->smb_tdscnt > tdscnt) in smb_com_transaction_secondary()
205 xa->smb_tdscnt = tdscnt; in smb_com_transaction_secondary()
303 uint16_t tpscnt, tdscnt, mprcnt, mdrcnt, flags; in smb_com_transaction2() local
385 uint16_t tpscnt, tdscnt, fid; in smb_com_transaction2_secondary() local
416 if (xa->smb_tdscnt > tdscnt) in smb_com_transaction2_secondary()
417 xa->smb_tdscnt = tdscnt; in smb_com_transaction2_secondary()
661 uint16_t tpscnt, tdscnt, fid; in smb_com_nt_transact_secondary() local
692 if (xa->smb_tdscnt > tdscnt) in smb_com_nt_transact_secondary()
[all …]