taglinefilesource code
bp1903drivers/char/console.cchar *bp, *obp, *spos;
bp2021drivers/char/console.cobp = bp = sel_buffer;
bp2025drivers/char/console.c*bp++ = *spos;
bp2027drivers/char/console.cobp = bp;
bp2032drivers/char/console.cif (obp != bp)
bp2034drivers/char/console.cbp = obp;
bp2035drivers/char/console.c*bp++ = '\r';
bp2037drivers/char/console.cobp = bp;
bp2041drivers/char/console.cif (bp - sel_buffer > SEL_BUFFER_SIZE - 3)
bp2044drivers/char/console.c*bp = '\0';
bp2053drivers/char/console.cchar  *bp = sel_buffer;
bp2069drivers/char/console.ctty->ldisc.receive_buf(tty, bp, 0, l);
bp2071drivers/char/console.cbp += l;
bp1404drivers/scsi/53c7,8xx.cstruct NCR53c7x0_break *bp;
bp1422drivers/scsi/53c7,8xx.cfor (bp = hostdata->breakpoints; bp && bp->address != dsp; 
bp1423drivers/scsi/53c7,8xx.cbp = bp->next);
bp1424drivers/scsi/53c7,8xx.cif (!bp) 
bp1929drivers/scsi/53c7,8xx.cstruct NCR53c7x0_break *bp, **prev;
bp1932drivers/scsi/53c7,8xx.cfor (bp = (struct NCR53c7x0_break *) instance->breakpoints,
bp1934drivers/scsi/53c7,8xx.cbp; prev = (struct NCR53c7x0_break **) &(bp->next),
bp1935drivers/scsi/53c7,8xx.cbp = (struct NCR53c7x0_break *) bp->next);
bp1937drivers/scsi/53c7,8xx.cif (!bp) {
bp1947drivers/scsi/53c7,8xx.cmemcpy ((void *) bp->addr, (void *) bp->old, sizeof(bp->old));
bp1949drivers/scsi/53c7,8xx.c*prev = bp->next;
bp1960drivers/scsi/53c7,8xx.cstruct NCR53c7x0_break *bp;
bp1975drivers/scsi/53c7,8xx.cfor (bp = (struct NCR53c7x0_break *) host->breakpoints;
bp1976drivers/scsi/53c7,8xx.cbp; bp = (struct NCR53c7x0_break *) bp->next); {
bp1978drivers/scsi/53c7,8xx.cbp->addr, bp->old[0], bp->old[1]);
bp1980drivers/scsi/53c7,8xx.cif ((bp->old[0] & (DCMD_TYPE_MASK << 24)) ==
bp1982drivers/scsi/53c7,8xx.csprintf(buf + len, "%08x\n", * (long *) bp->addr);
bp1997drivers/scsi/53c7,8xx.cstruct NCR53c7x0_break *bp;
bp2010drivers/scsi/53c7,8xx.cif (!(bp = kmalloc (sizeof (struct NCR53c7x0_break)))) {
bp2017drivers/scsi/53c7,8xx.cbp->address = (unsigned long *) args[0];
bp2018drivers/scsi/53c7,8xx.cmemcpy ((void *) bp->old_instruction, (void *) bp->address, 8);
bp2019drivers/scsi/53c7,8xx.cbp->old_size = (((bp->old_instruction[0] >> 24) & DCMD_TYPE_MASK) ==
bp2021drivers/scsi/53c7,8xx.cbp->next = hostdata->breakpoints;
bp2022drivers/scsi/53c7,8xx.chostdata->breakpoints = bp->next;
bp2023drivers/scsi/53c7,8xx.cmemcpy ((void *) bp->address, (void *) hostdata->E_debug_break, 8);