• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/sys/fs/smbfs/

Lines Matching defs:t2p

144 	struct smb_t2rq *t2p;
152 scred, &t2p);
155 mbp = &t2p->t2_tparam;
158 t2p->t2_maxpcount = 2;
159 t2p->t2_maxdcount = sizeof(int64_t) * 2 + sizeof(uint32_t) * 2;
160 error = smb_t2_request(t2p);
162 smb_t2_done(t2p);
165 mdp = &t2p->t2_rdata;
176 smb_t2_done(t2p);
185 struct smb_t2rq *t2p;
193 scred, &t2p);
196 mbp = &t2p->t2_tparam;
199 t2p->t2_maxpcount = 4;
200 t2p->t2_maxdcount = 4 * 4 + 2;
201 error = smb_t2_request(t2p);
203 smb_t2_done(t2p);
206 mdp = &t2p->t2_rdata;
218 smb_t2_done(t2p);
276 struct smb_t2rq *t2p;
282 scred, &t2p);
285 mbp = &t2p->t2_tparam;
290 mbp = &t2p->t2_tdata;
295 t2p->t2_maxpcount = 2;
296 t2p->t2_maxdcount = 0;
297 error = smb_t2_request(t2p);
298 smb_t2_done(t2p);
481 struct smb_t2rq *t2p;
489 scred, &t2p);
492 mbp = &t2p->t2_tparam;
499 smb_t2_done(t2p);
503 mbp = &t2p->t2_tdata;
522 t2p->t2_maxpcount = 5 * 2;
523 t2p->t2_maxdcount = vcp->vc_txmax;
524 error = smb_t2_request(t2p);
525 smb_t2_done(t2p);
536 struct smb_t2rq *t2p;
544 scred, &t2p);
547 mbp = &t2p->t2_tparam;
554 smb_t2_done(t2p);
558 mbp = &t2p->t2_tdata;
573 t2p->t2_maxpcount = 24;
574 t2p->t2_maxdcount = 56;
575 error = smb_t2_request(t2p);
576 smb_t2_done(t2p);
632 struct smb_t2rq *t2p;
639 scred, &t2p);
643 mbp = &t2p->t2_tparam;
648 mbp = &t2p->t2_tdata;
665 t2p->t2_maxpcount = 2;
666 t2p->t2_maxdcount = 0;
667 error = smb_t2_request(t2p);
668 smb_t2_done(t2p);
1098 struct smb_t2rq *t2p;
1117 ctx->f_scred, &t2p);
1120 ctx->f_t2 = t2p;
1121 mbp = &t2p->t2_tparam;
1133 ctx->f_scred, &t2p);
1136 ctx->f_t2 = t2p;
1137 mbp = &t2p->t2_tparam;
1163 t2p->t2_maxpcount = 5 * 2;
1164 t2p->t2_maxdcount = vcp->vc_txmax;
1165 error = smb_t2_request(t2p);
1168 mdp = &t2p->t2_rparam;
1190 mdp = &t2p->t2_rdata;
1245 struct smb_t2rq *t2p;
1261 t2p = ctx->f_t2;
1262 mbp = &t2p->t2_rdata;