ce 210 dev/cardbus/cardslot.c struct cardslot_event *ce;
ce 218 dev/cardbus/cardslot.c if ((ce = (struct cardslot_event *)malloc(sizeof(struct cardslot_event),
ce 223 dev/cardbus/cardslot.c ce->ce_type = ev;
ce 227 dev/cardbus/cardslot.c SIMPLEQ_INSERT_TAIL(&sc->sc_events, ce, ce_q);
ce 245 dev/cardbus/cardslot.c struct cardslot_event *ce;
ce 254 dev/cardbus/cardslot.c if ((ce = SIMPLEQ_FIRST(&sc->sc_events)) == NULL) {
ce 262 dev/cardbus/cardslot.c if (IS_CARDSLOT_INSERT_REMOVE_EV(ce->ce_type)) {
ce 271 dev/cardbus/cardslot.c if (ce1->ce_type != antonym_ev[ce->ce_type])
ce 275 dev/cardbus/cardslot.c if (ce2->ce_type == ce->ce_type) {
ce 287 dev/cardbus/cardslot.c switch (ce->ce_type) {
ce 404 dev/cardbus/cardslot.c ce->ce_type);
ce 406 dev/cardbus/cardslot.c free(ce, M_TEMP);
ce 1220 dev/ic/mpi.c struct mpi_sge *ce = NULL, *nce;
ce 1245 dev/ic/mpi.c ce = &mcb->mcb_sgl[sc->sc_first_sgl_len - 1];
ce 1246 dev/ic/mpi.c io->chain_offset = ((u_int8_t *)ce - (u_int8_t *)io) / 4;
ce 1251 dev/ic/mpi.c if (nsge == ce) {
ce 1270 dev/ic/mpi.c ce->sg_hdr = htole32(MPI_SGE_FL_TYPE_CHAIN |
ce 1277 dev/ic/mpi.c ce->sg_hi_addr = htole32(addr);
ce 1279 dev/ic/mpi.c ce->sg_lo_addr = htole32(addr);
ce 1282 dev/ic/mpi.c DEVNAME(sc), ce->sg_hdr, ce->sg_hi_addr,
ce 1283 dev/ic/mpi.c ce->sg_lo_addr);
ce 1285 dev/ic/mpi.c ce = nce;
ce 905 dev/ic/sili.c struct sili_sge *nsge = sgl, *ce = NULL;
ce 922 dev/ic/sili.c ce = &sgl[sgllen - 1];
ce 925 dev/ic/sili.c if (nsge == ce) {
ce 931 dev/ic/sili.c ce->addr_lo = htole32((u_int32_t)addr);
ce 932 dev/ic/sili.c ce->addr_hi = htole32((u_int32_t)(addr >> 32));
ce 933 dev/ic/sili.c ce->flags = htole32(SILI_SGE_LNK);
ce 936 dev/ic/sili.c ce += SILI_SGT_SGLLEN;
ce 938 dev/ic/sili.c ce = NULL;
ce 1668 kern/tty.c int cc, ce;
ce 1753 kern/tty.c ce = cc;
ce 1755 kern/tty.c ce = cc - scanc((u_int)cc, cp, char_type,
ce 1761 kern/tty.c if (ce == 0) {
ce 1784 kern/tty.c i = b_to_q(cp, ce, &tp->t_outq);
ce 1785 kern/tty.c ce -= i;
ce 1786 kern/tty.c tp->t_column += ce;
ce 1787 kern/tty.c cp += ce, cc -= ce, tk_nout += ce;
ce 1788 kern/tty.c tp->t_outcc += ce;
ce 404 scsi/ch.c ch_exchange(sc, ce)
ce 406 scsi/ch.c struct changer_exchange *ce;
ce 414 scsi/ch.c if ((ce->ce_srctype > CHET_DT) || (ce->ce_fdsttype > CHET_DT) ||
ce 415 scsi/ch.c (ce->ce_sdsttype > CHET_DT))
ce 417 scsi/ch.c if ((ce->ce_srcunit > (sc->sc_counts[ce->ce_srctype] - 1)) ||
ce 418 scsi/ch.c (ce->ce_fdstunit > (sc->sc_counts[ce->ce_fdsttype] - 1)) ||
ce 419 scsi/ch.c (ce->ce_sdstunit > (sc->sc_counts[ce->ce_sdsttype] - 1)))
ce 425 scsi/ch.c if (((sc->sc_exchangemask[ce->ce_srctype] &
ce 426 scsi/ch.c (1 << ce->ce_fdsttype)) == 0) ||
ce 427 scsi/ch.c ((sc->sc_exchangemask[ce->ce_fdsttype] &
ce 428 scsi/ch.c (1 << ce->ce_sdsttype)) == 0))
ce 434 scsi/ch.c src = sc->sc_firsts[ce->ce_srctype] + ce->ce_srcunit;
ce 435 scsi/ch.c dst1 = sc->sc_firsts[ce->ce_fdsttype] + ce->ce_fdstunit;
ce 436 scsi/ch.c dst2 = sc->sc_firsts[ce->ce_sdsttype] + ce->ce_sdstunit;
ce 447 scsi/ch.c if (ce->ce_flags & CE_INVERT1)
ce 449 scsi/ch.c if (ce->ce_flags & CE_INVERT2)