taglinefilesource code
bp2309drivers/char/console.cchar *bp, *obp, *spos;
bp2438drivers/char/console.cobp = bp = sel_buffer;
bp2442drivers/char/console.c*bp++ = *spos;
bp2444drivers/char/console.cobp = bp;
bp2449drivers/char/console.cif (obp != bp)
bp2451drivers/char/console.cbp = obp;
bp2452drivers/char/console.c*bp++ = '\r';
bp2454drivers/char/console.cobp = bp;
bp2457drivers/char/console.c*bp = '\0';
bp2466drivers/char/console.cchar  *bp = sel_buffer;
bp2470drivers/char/console.cif (!bp || !bp[0])
bp2482drivers/char/console.ctty->ldisc.receive_buf(tty, bp, 0, l);
bp2484drivers/char/console.cbp += l;
bp1424drivers/scsi/53c7,8xx.cstruct NCR53c7x0_break *bp;
bp1442drivers/scsi/53c7,8xx.cfor (bp = hostdata->breakpoints; bp && bp->address != dsp; 
bp1443drivers/scsi/53c7,8xx.cbp = bp->next);
bp1444drivers/scsi/53c7,8xx.cif (!bp) 
bp1949drivers/scsi/53c7,8xx.cstruct NCR53c7x0_break *bp, **prev;
bp1952drivers/scsi/53c7,8xx.cfor (bp = (struct NCR53c7x0_break *) instance->breakpoints,
bp1954drivers/scsi/53c7,8xx.cbp; prev = (struct NCR53c7x0_break **) &(bp->next),
bp1955drivers/scsi/53c7,8xx.cbp = (struct NCR53c7x0_break *) bp->next);
bp1957drivers/scsi/53c7,8xx.cif (!bp) {
bp1967drivers/scsi/53c7,8xx.cmemcpy ((void *) bp->addr, (void *) bp->old, sizeof(bp->old));
bp1969drivers/scsi/53c7,8xx.c*prev = bp->next;
bp1980drivers/scsi/53c7,8xx.cstruct NCR53c7x0_break *bp;
bp1995drivers/scsi/53c7,8xx.cfor (bp = (struct NCR53c7x0_break *) host->breakpoints;
bp1996drivers/scsi/53c7,8xx.cbp; bp = (struct NCR53c7x0_break *) bp->next); {
bp1998drivers/scsi/53c7,8xx.cbp->addr, bp->old[0], bp->old[1]);
bp2000drivers/scsi/53c7,8xx.cif ((bp->old[0] & (DCMD_TYPE_MASK << 24)) ==
bp2002drivers/scsi/53c7,8xx.csprintf(buf + len, "%08x\n", * (long *) bp->addr);
bp2017drivers/scsi/53c7,8xx.cstruct NCR53c7x0_break *bp;
bp2030drivers/scsi/53c7,8xx.cif (!(bp = kmalloc (sizeof (struct NCR53c7x0_break)))) {
bp2037drivers/scsi/53c7,8xx.cbp->address = (unsigned long *) args[0];
bp2038drivers/scsi/53c7,8xx.cmemcpy ((void *) bp->old_instruction, (void *) bp->address, 8);
bp2039drivers/scsi/53c7,8xx.cbp->old_size = (((bp->old_instruction[0] >> 24) & DCMD_TYPE_MASK) ==
bp2041drivers/scsi/53c7,8xx.cbp->next = hostdata->breakpoints;
bp2042drivers/scsi/53c7,8xx.chostdata->breakpoints = bp->next;
bp2043drivers/scsi/53c7,8xx.cmemcpy ((void *) bp->address, (void *) hostdata->E_debug_break, 8);