Searched refs:eot (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/bin/ed/
H A Dsub.c125 char *eot; local
142 eot = rbuf + len;
155 } while (txt != eot);
183 char *eot; local
189 eot = txt + lp->len;
214 i = eot - txt;
/netbsd-6-1-5-RELEASE/usr.bin/tcopy/
H A Dtcopy.c205 fprintf(msg, "eot\n");
236 int eot, inmaxblk, inn, outmaxblk, outn; local
241 for (eot = 0;; guesslen = 0) {
269 if (eot++) {
282 eot = 0;
/netbsd-6-1-5-RELEASE/sys/netiso/
H A Dtp_emit.c120 * number (seq) (where appropriate), end-of-tsdu bit (eot) where
122 * For DR and ER tpdus, the argument (eot) is
160 u_int eot,
180 "tp_emit dutype 0x%x, tpcb %p, eot 0x%x, seq 0x%x, data %p",
181 dutype, tpcb, eot, seq, data);
223 ADDOPTION(TPP_checksum, hdr, 2, eot /* dummy arg */ );
350 hdr->tpdu_DRreason = (u_char) eot; /* WHICH BYTE OF THIS??? */
431 "emit DT: eot seq tpdu_li", eot,
440 seqeotX.s_eot = eot;
156 tp_emit( int dutype, struct tp_pcb *tpcb, SeqNum seq, u_int eot, struct mbuf *data) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dmvsatareg.h301 uint16_t eot; /* End Of Table */ member in struct:eprd
H A Dmvsata.c2412 eprd->eot = htole16(0);
2416 (eprd - 1)->eot |= htole16(EPRD_EOT);
2716 eprd->eot = htole16(0);
2720 (eprd - 1)->eot |= htole16(EPRD_EOT);
3698 if (eprd->eot & EPRD_EOT)

Completed in 189 milliseconds