Searched refs:eom (Results 1 - 10 of 10) sorted by relevance

/darwin-on-arm/xnu/bsd/netat/
H A Dadsp_RxData.c120 int eom; local
189 eom = 1;
193 eom = 0;
203 if (LTE((sp->firstRtmtSeq + eom + (hlen = gbuf_msgsize(mp))),
209 sp->firstRtmtSeq += eom + hlen;
227 if (eom) {
280 char eom; local
284 /* Does packet have eom bit set? */
285 eom = (f->descriptor & ADSP_EOM_BIT) ? 1 : 0;
288 ("RXData: sp=0x%x, mbuf=0x%x, f=0x%x, len=%d, eom
[all...]
H A Dadsp_Write.c74 int eom; /* True if should set eom in header */ local
79 eom = pb->u.ioParams.eom ? F_EOM : 0;
81 if (cnt == 0 && eom == 0) /* Nothing to do here, complete it */
110 if (eom) {
143 * --> eom one if end-of-message, zero otherwise
H A Dadsp_Control.c389 char eom = 0; local
413 eom = 1;
415 eom = 0;
425 while ((diff = (sp->sendSeq - seq)) >= ((bsize = gbuf_msgsize(smp)) + eom)) {
426 seq += bsize + eom; /* update sequence # */
429 eom = 1;
435 eom = 0;
462 eom = 0;
489 eom = 0; /* so can't send EOM */
529 sp->sendSeq += cnt + eom; /* Updat
[all...]
H A Dadsp_Read.c72 char eom = 0; local
104 eom = 1;
108 eom = 0;
112 the end of pb->mp. If eom is set, put the remainder of the
122 if (eom) {
125 eom = 0;
134 pb->u.ioParams.eom = eom;
147 if (eom || (pb->u.ioParams.actCount >= pb->u.ioParams.reqCount) ||
188 pb->u.ioParams.eom
[all...]
H A Dddp_sip.c180 atp->eom = 1;
H A Datp.h91 eom : 1, member in struct:__anon345
98 eom : 1, member in struct:__anon345
H A Datp_write.c425 * clear the cmd/xo/eom/sts/unused fields
508 athp->eom = 1; /* for the last fragment */
718 athp->eom = 1; /* there's only 1 fragment */
775 athp->eom = 1; /* for the last fragment */
1172 athp->eom = 0;
1505 athp->eom = 0;
H A Dadsp.h365 u_char eom; /* indicates logical end of message */ member in struct:TRioParams
H A Datp_read.c209 if (athp->eom)
H A Dddp_r_zip.c1262 r_atp->eom = 1;
1624 r_atp->eom = 1;
1718 r_atp->eom = 1;
1962 r_atp->eom = 1;

Completed in 37 milliseconds