Searched refs:sr_bcount (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/smb-759.0/kernel/netsmb/
H A Dsmb_rq.h97 uint16_t *sr_bcount; /* used every now and then for lengths */ member in struct:smb_rq
H A Dsmb_rq.c485 rqp->sr_bcount = (u_short*)mb_reserve(mbp, sizeof(u_short));
494 DBG_ASSERT(rqp->sr_bcount);
495 if (rqp->sr_bcount == NULL) {
516 *rqp->sr_bcount = htoles(bcnt);
H A Dsmb_rq_2.c129 rqp->sr_bcount = len_ptr;

Completed in 170 milliseconds