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

/freebsd-11-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-11-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-11-stable/usr.sbin/kbdcontrol/
H A Dlex.l85 EOT|eot { number = 4; return TNUM; }
/freebsd-11-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-11-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-11-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-11-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-11-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.c2424 psg->eot = 0;
2426 psg[-1].eot = 1;
2465 psg->eot = 0;
2467 psg[-1].eot = 1;
2531 psg->eot = 0;
2533 psg[-1].eot = 1;
2585 psg->eot = 0;
2587 psg[-1].eot = 1;
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_sa.h998 u_int8_t tag_action, int immediate, int eot,
H A Dscsi_sa.c5518 u_int8_t tag_action, int immediate, int eot,
5529 if (eot)
5516 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 311 milliseconds