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

/freebsd-10-stable/bin/ed/
H A Dsub.c118 const char *eot; local
135 eot = rbuf + len;
148 } while (txt != eot);
176 char *eot; local
182 eot = txt + lp->len;
208 i = eot - txt;
/freebsd-10-stable/sys/dev/ieee488/
H A Dugpib.h113 int ibdev(int boardID, int pad, int sad, int tmo, int eot, int eos);
117 int ibeot(int handle, int eot);
H A Dibfoo_int.h132 int eot; member in struct:ibarg
H A Dibfoo.c81 int eot; member in struct:handle
583 h->eot = ib->ap->eot;
619 ib->h->eot = ib->ap->eot;
797 ib->doeoi = ib->h->eot;
879 if (ap->__field & __F_EOT) printf(" eot=%d", ap->eot);
/freebsd-10-stable/usr.bin/tcopy/
H A Dtcopy.c198 fprintf(msg, "eot\n");
229 int eot, inmaxblk, inn, outmaxblk, outn; local
234 for (eot = 0;; guesslen = 0) {
262 if (eot++) {
272 eot = 0;
/freebsd-10-stable/sys/ia64/ia64/
H A Delf_machdep.c138 static int eot = 0; local
155 if (eot)
176 eot = 1;
/freebsd-10-stable/lib/libgpib/
H A Dibfoo.c150 ibdev (int boardID, int pad, int sad, int tmo, int eot, int eos) argument
159 io.eot = eot;
203 ibeot (int handle, int eot) argument
209 io.eot = eot;
/freebsd-10-stable/usr.sbin/kbdcontrol/
H A Dlex.l82 EOT|eot { number = 4; return TNUM; }
/freebsd-10-stable/sys/dev/hpt27xx/
H A Dhpt27xx_osm_bsd.c495 pSg->eot = 1;
513 pSg[idx].eot = (idx==ccb->csio.sglist_cnt-1)? 1 : 0;
519 pSg->eot = 1;
547 psg->eot = 0;
549 psg[-1].eot = 1;
831 pCmd->psg[idx].eot = (idx==ccb->csio.sglist_cnt-1)? 1 : 0;
H A Dhim.h284 #error "don't use SG_FLAG_EOT with _SG.eot. clean the code!"
289 HPT_UINT eot; member in struct:_SG
/freebsd-10-stable/sys/contrib/octeon-sdk/
H A Dcvmx-iob-defs.h1280 uint64_t eot : 1; /**< Pattern to match on the outbound NCB. */ member in struct:cvmx_iob_outb_control_match::cvmx_iob_outb_control_match_s
1286 uint64_t eot : 1;
1325 uint64_t eot : 1; /**< Pattern to match on the outbound NCB. */ member in struct:cvmx_iob_outb_control_match_enb::cvmx_iob_outb_control_match_enb_s
1331 uint64_t eot : 1;
/freebsd-10-stable/sys/dev/hptrr/
H A Dhim.h252 #error "don't use SG_FLAG_EOT with _SG.eot. clean the code!"
257 HPT_UINT eot; member in struct:_SG
H A Dhptrr_osm_bsd.c492 pSg->eot = 1;
519 psg->eot = 0;
521 psg[-1].eot = 1;
/freebsd-10-stable/sys/dev/hptnr/
H A Dhim.h284 #error "don't use SG_FLAG_EOT with _SG.eot. clean the code!"
289 HPT_UINT eot; member in struct:_SG
H A Dhptnr_osm_bsd.c554 psg->eot = 0;
556 psg[-1].eot = 1;
/freebsd-10-stable/sys/dev/hptiop/
H A Dhptiop.h281 u_int32_t eot; /* non-zero: end of table */ member in struct:hpt_iopsg
H A Dhptiop.c2421 psg->eot = 0;
2423 psg[-1].eot = 1;
2462 psg->eot = 0;
2464 psg[-1].eot = 1;
2528 psg->eot = 0;
2530 psg[-1].eot = 1;
2582 psg->eot = 0;
2584 psg[-1].eot = 1;
/freebsd-10-stable/sys/cam/scsi/
H A Dscsi_sa.h998 u_int8_t tag_action, int immediate, int eot,
H A Dscsi_sa.c5524 u_int8_t tag_action, int immediate, int eot,
5535 if (eot)
5522 scsi_load_unload(struct ccb_scsiio *csio, u_int32_t retries, void (*cbfcnp)(struct cam_periph *, union ccb *), u_int8_t tag_action, int immediate, int eot, int reten, int load, u_int8_t sense_len, u_int32_t timeout) argument

Completed in 152 milliseconds