Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_iod.c294 struct smb_rq *c_rqp; /* compound */ in smb2_iod_sendrq() local
341 c_rqp = rqp->sr2_compound_next; in smb2_iod_sendrq()
342 while (c_rqp != NULL) { in smb2_iod_sendrq()
343 smb2_rq_fillhdr(c_rqp); in smb2_iod_sendrq()
345 (c_rqp->sr2_rqflags & SMB2_FLAGS_SIGNED) != 0) { in smb2_iod_sendrq()
346 smb2_rq_sign(c_rqp); in smb2_iod_sendrq()
348 c_rqp = c_rqp->sr2_compound_next; in smb2_iod_sendrq()
379 c_rqp = rqp->sr2_compound_next; in smb2_iod_sendrq()
380 while (c_rqp != NULL) { in smb2_iod_sendrq()
384 cur_m = copymsg(c_rqp->sr_rq.mb_top); in smb2_iod_sendrq()
[all …]