taglinefilesource code
bp2364drivers/char/console.cchar *bp, *obp, *spos;
bp2493drivers/char/console.cobp = bp = sel_buffer;
bp2497drivers/char/console.c*bp++ = *spos;
bp2499drivers/char/console.cobp = bp;
bp2504drivers/char/console.cif (obp != bp)
bp2506drivers/char/console.cbp = obp;
bp2507drivers/char/console.c*bp++ = '\r';
bp2509drivers/char/console.cobp = bp;
bp2512drivers/char/console.c*bp = '\0';
bp2521drivers/char/console.cchar  *bp = sel_buffer;
bp2525drivers/char/console.cif (!bp || !bp[0])
bp2537drivers/char/console.ctty->ldisc.receive_buf(tty, bp, 0, l);
bp2539drivers/char/console.cbp += l;
bp1425drivers/scsi/53c7,8xx.cstruct NCR53c7x0_break *bp;
bp1443drivers/scsi/53c7,8xx.cfor (bp = hostdata->breakpoints; bp && bp->address != dsp; 
bp1444drivers/scsi/53c7,8xx.cbp = bp->next);
bp1445drivers/scsi/53c7,8xx.cif (!bp) 
bp1950drivers/scsi/53c7,8xx.cstruct NCR53c7x0_break *bp, **prev;
bp1953drivers/scsi/53c7,8xx.cfor (bp = (struct NCR53c7x0_break *) instance->breakpoints,
bp1955drivers/scsi/53c7,8xx.cbp; prev = (struct NCR53c7x0_break **) &(bp->next),
bp1956drivers/scsi/53c7,8xx.cbp = (struct NCR53c7x0_break *) bp->next);
bp1958drivers/scsi/53c7,8xx.cif (!bp) {
bp1968drivers/scsi/53c7,8xx.cmemcpy ((void *) bp->addr, (void *) bp->old, sizeof(bp->old));
bp1970drivers/scsi/53c7,8xx.c*prev = bp->next;
bp1981drivers/scsi/53c7,8xx.cstruct NCR53c7x0_break *bp;
bp1996drivers/scsi/53c7,8xx.cfor (bp = (struct NCR53c7x0_break *) host->breakpoints;
bp1997drivers/scsi/53c7,8xx.cbp; bp = (struct NCR53c7x0_break *) bp->next); {
bp1999drivers/scsi/53c7,8xx.cbp->addr, bp->old[0], bp->old[1]);
bp2001drivers/scsi/53c7,8xx.cif ((bp->old[0] & (DCMD_TYPE_MASK << 24)) ==
bp2003drivers/scsi/53c7,8xx.csprintf(buf + len, "%08x\n", * (long *) bp->addr);
bp2018drivers/scsi/53c7,8xx.cstruct NCR53c7x0_break *bp;
bp2031drivers/scsi/53c7,8xx.cif (!(bp = kmalloc (sizeof (struct NCR53c7x0_break)))) {
bp2038drivers/scsi/53c7,8xx.cbp->address = (unsigned long *) args[0];
bp2039drivers/scsi/53c7,8xx.cmemcpy ((void *) bp->old_instruction, (void *) bp->address, 8);
bp2040drivers/scsi/53c7,8xx.cbp->old_size = (((bp->old_instruction[0] >> 24) & DCMD_TYPE_MASK) ==
bp2042drivers/scsi/53c7,8xx.cbp->next = hostdata->breakpoints;
bp2043drivers/scsi/53c7,8xx.chostdata->breakpoints = bp->next;
bp2044drivers/scsi/53c7,8xx.cmemcpy ((void *) bp->address, (void *) hostdata->E_debug_break, 8);