taglinefilesource code
bp113drivers/char/selection.cchar *bp, *obp;
bp245drivers/char/selection.cobp = bp = sel_buffer;
bp247drivers/char/selection.c*bp = sel_pos(i);
bp248drivers/char/selection.cif (!isspace(*bp++))
bp249drivers/char/selection.cobp = bp;
bp253drivers/char/selection.cif (obp != bp) {
bp254drivers/char/selection.cbp = obp;
bp255drivers/char/selection.c*bp++ = '\r';
bp257drivers/char/selection.cobp = bp;
bp260drivers/char/selection.csel_buffer_lth = bp - sel_buffer;
bp269drivers/char/selection.cchar  *bp = sel_buffer;
bp274drivers/char/selection.cif (!bp || !c)
bp285drivers/char/selection.ctty->ldisc.receive_buf(tty, bp, 0, l);
bp287drivers/char/selection.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);