Home
last modified time | relevance | path

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

/NextBSD/sys/fs/smbfs/
HDsmbfs_smb.c157 t2p->t2_maxdcount = sizeof(int64_t) * 2 + sizeof(uint32_t) * 2; in smbfs_query_info_fs()
198 t2p->t2_maxdcount = 4 * 4 + 2; in smbfs_query_info_alloc()
294 t2p->t2_maxdcount = 0; in smbfs_smb_seteof()
521 t2p->t2_maxdcount = vcp->vc_txmax; in smbfs_smb_setptime2()
572 t2p->t2_maxdcount = 56; in smbfs_smb_setpattrNT()
664 t2p->t2_maxdcount = 0; in smbfs_smb_setfattrNT()
1162 t2p->t2_maxdcount = vcp->vc_txmax; in smbfs_smb_trans2find2()
/NextBSD/sys/netsmb/
HDsmb_rq.h114 u_int16_t t2_maxdcount; /* max data bytes to return */ member
HDsmb_usr.c323 t2p->t2_maxdcount = dp->ioc_rdatacnt; in smb_usr_t2request()
HDsmb_rq.c591 mb_put_uint16le(mbp, t2p->t2_maxdcount); in smb_t2_request_int()