taglinefilesource code
bp1901drivers/char/console.cchar *bp, *obp, *spos;
bp2019drivers/char/console.cobp = bp = sel_buffer;
bp2023drivers/char/console.c*bp++ = *spos;
bp2025drivers/char/console.cobp = bp;
bp2030drivers/char/console.cif (obp != bp)
bp2032drivers/char/console.cbp = obp;
bp2033drivers/char/console.c*bp++ = '\r';
bp2035drivers/char/console.cobp = bp;
bp2039drivers/char/console.cif (bp - sel_buffer > SEL_BUFFER_SIZE - 3)
bp2042drivers/char/console.c*bp = '\0';
bp2051drivers/char/console.cchar  *bp = sel_buffer;
bp2067drivers/char/console.ctty->ldisc.receive_buf(tty, bp, 0, l);
bp2069drivers/char/console.cbp += l;
bp1407drivers/scsi/53c7,8xx.cstruct NCR53c7x0_break *bp;
bp1425drivers/scsi/53c7,8xx.cfor (bp = hostdata->breakpoints; bp && bp->address != dsp; 
bp1426drivers/scsi/53c7,8xx.cbp = bp->next);
bp1427drivers/scsi/53c7,8xx.cif (!bp) 
bp1932drivers/scsi/53c7,8xx.cstruct NCR53c7x0_break *bp, **prev;
bp1935drivers/scsi/53c7,8xx.cfor (bp = (struct NCR53c7x0_break *) instance->breakpoints,
bp1937drivers/scsi/53c7,8xx.cbp; prev = (struct NCR53c7x0_break **) &(bp->next),
bp1938drivers/scsi/53c7,8xx.cbp = (struct NCR53c7x0_break *) bp->next);
bp1940drivers/scsi/53c7,8xx.cif (!bp) {
bp1950drivers/scsi/53c7,8xx.cmemcpy ((void *) bp->addr, (void *) bp->old, sizeof(bp->old));
bp1952drivers/scsi/53c7,8xx.c*prev = bp->next;
bp1963drivers/scsi/53c7,8xx.cstruct NCR53c7x0_break *bp;
bp1978drivers/scsi/53c7,8xx.cfor (bp = (struct NCR53c7x0_break *) host->breakpoints;
bp1979drivers/scsi/53c7,8xx.cbp; bp = (struct NCR53c7x0_break *) bp->next); {
bp1981drivers/scsi/53c7,8xx.cbp->addr, bp->old[0], bp->old[1]);
bp1983drivers/scsi/53c7,8xx.cif ((bp->old[0] & (DCMD_TYPE_MASK << 24)) ==
bp1985drivers/scsi/53c7,8xx.csprintf(buf + len, "%08x\n", * (long *) bp->addr);
bp2000drivers/scsi/53c7,8xx.cstruct NCR53c7x0_break *bp;
bp2013drivers/scsi/53c7,8xx.cif (!(bp = kmalloc (sizeof (struct NCR53c7x0_break)))) {
bp2020drivers/scsi/53c7,8xx.cbp->address = (unsigned long *) args[0];
bp2021drivers/scsi/53c7,8xx.cmemcpy ((void *) bp->old_instruction, (void *) bp->address, 8);
bp2022drivers/scsi/53c7,8xx.cbp->old_size = (((bp->old_instruction[0] >> 24) & DCMD_TYPE_MASK) ==
bp2024drivers/scsi/53c7,8xx.cbp->next = hostdata->breakpoints;
bp2025drivers/scsi/53c7,8xx.chostdata->breakpoints = bp->next;
bp2026drivers/scsi/53c7,8xx.cmemcpy ((void *) bp->address, (void *) hostdata->E_debug_break, 8);