taglinefilesource code
bp2258drivers/char/console.cchar *bp, *obp, *spos;
bp2376drivers/char/console.cobp = bp = sel_buffer;
bp2380drivers/char/console.c*bp++ = *spos;
bp2382drivers/char/console.cobp = bp;
bp2387drivers/char/console.cif (obp != bp)
bp2389drivers/char/console.cbp = obp;
bp2390drivers/char/console.c*bp++ = '\r';
bp2392drivers/char/console.cobp = bp;
bp2396drivers/char/console.cif (bp - sel_buffer > SEL_BUFFER_SIZE - 3)
bp2399drivers/char/console.c*bp = '\0';
bp2408drivers/char/console.cchar  *bp = sel_buffer;
bp2424drivers/char/console.ctty->ldisc.receive_buf(tty, bp, 0, l);
bp2426drivers/char/console.cbp += l;
bp1405drivers/scsi/53c7,8xx.cstruct NCR53c7x0_break *bp;
bp1423drivers/scsi/53c7,8xx.cfor (bp = hostdata->breakpoints; bp && bp->address != dsp; 
bp1424drivers/scsi/53c7,8xx.cbp = bp->next);
bp1425drivers/scsi/53c7,8xx.cif (!bp) 
bp1930drivers/scsi/53c7,8xx.cstruct NCR53c7x0_break *bp, **prev;
bp1933drivers/scsi/53c7,8xx.cfor (bp = (struct NCR53c7x0_break *) instance->breakpoints,
bp1935drivers/scsi/53c7,8xx.cbp; prev = (struct NCR53c7x0_break **) &(bp->next),
bp1936drivers/scsi/53c7,8xx.cbp = (struct NCR53c7x0_break *) bp->next);
bp1938drivers/scsi/53c7,8xx.cif (!bp) {
bp1948drivers/scsi/53c7,8xx.cmemcpy ((void *) bp->addr, (void *) bp->old, sizeof(bp->old));
bp1950drivers/scsi/53c7,8xx.c*prev = bp->next;
bp1961drivers/scsi/53c7,8xx.cstruct NCR53c7x0_break *bp;
bp1976drivers/scsi/53c7,8xx.cfor (bp = (struct NCR53c7x0_break *) host->breakpoints;
bp1977drivers/scsi/53c7,8xx.cbp; bp = (struct NCR53c7x0_break *) bp->next); {
bp1979drivers/scsi/53c7,8xx.cbp->addr, bp->old[0], bp->old[1]);
bp1981drivers/scsi/53c7,8xx.cif ((bp->old[0] & (DCMD_TYPE_MASK << 24)) ==
bp1983drivers/scsi/53c7,8xx.csprintf(buf + len, "%08x\n", * (long *) bp->addr);
bp1998drivers/scsi/53c7,8xx.cstruct NCR53c7x0_break *bp;
bp2011drivers/scsi/53c7,8xx.cif (!(bp = kmalloc (sizeof (struct NCR53c7x0_break)))) {
bp2018drivers/scsi/53c7,8xx.cbp->address = (unsigned long *) args[0];
bp2019drivers/scsi/53c7,8xx.cmemcpy ((void *) bp->old_instruction, (void *) bp->address, 8);
bp2020drivers/scsi/53c7,8xx.cbp->old_size = (((bp->old_instruction[0] >> 24) & DCMD_TYPE_MASK) ==
bp2022drivers/scsi/53c7,8xx.cbp->next = hostdata->breakpoints;
bp2023drivers/scsi/53c7,8xx.chostdata->breakpoints = bp->next;
bp2024drivers/scsi/53c7,8xx.cmemcpy ((void *) bp->address, (void *) hostdata->E_debug_break, 8);