taglinefilesource code
bp789drivers/block/mcdx.cunsigned char* bp = buffer;
bp811drivers/block/mcdx.c*bp++ = st = (unsigned char) inb((unsigned int) stuffp->rreg_data);
bp833drivers/block/mcdx.c*bp++ = (unsigned char) inb((unsigned int) stuffp->rreg_data); 
bp212drivers/char/scc.cstruct mbuf   *bp;
bp219drivers/char/scc.cbp = (struct mbuf *)kmalloc(sizeof(struct mbuf), GFP_ATOMIC);
bp221drivers/char/scc.cif ( !(sccb && bp) )
bp234drivers/char/scc.csccfreelist[i]->bp = bp;
bp235drivers/char/scc.cmemset(sccfreelist[i]->bp ,0,sizeof(struct mbuf));
bp237drivers/char/scc.csccfreelist[i]->bp->type = 0;
bp238drivers/char/scc.csccfreelist[i]->bp->refcnt = 0;
bp239drivers/char/scc.csccfreelist[i]->bp->size = BUFSIZE;
bp255drivers/char/scc.cswitch (sccfreelist[i]->bp->type)
bp285drivers/char/scc.csccfreelist[i]->bp->type = type;
bp286drivers/char/scc.csccfreelist[i]->bp->next = NULLBUF;
bp287drivers/char/scc.csccfreelist[i]->bp->anext = NULLBUF;
bp288drivers/char/scc.csccfreelist[i]->bp->dup = NULLBUF;
bp289drivers/char/scc.csccfreelist[i]->bp->size = BUFSIZE;
bp290drivers/char/scc.csccfreelist[i]->bp->refcnt = 1;
bp291drivers/char/scc.csccfreelist[i]->bp->cnt = 0;
bp292drivers/char/scc.csccfreelist[i]->bp->in_use = 0;
bp293drivers/char/scc.csccfreelist[i]->bp->time_out = CURRENT_TIME + 300;
bp296drivers/char/scc.creturn sccfreelist[i]->bp;
bp311drivers/char/scc.cscc_return_buffer(register struct mbuf *bp, char type)
bp317drivers/char/scc.cif(!bp)
bp321drivers/char/scc.cbpnext = bp->next;
bp330drivers/char/scc.cif(bp->type == BT_TRANSMIT){
bp335drivers/char/scc.cif(sccfreelist[i]->bp->type == BT_TRANSMIT)
bp336drivers/char/scc.cif(sccfreelist[i]->bp->time_out < CURRENT_TIME)
bp338drivers/char/scc.csccfreelist[i]->bp->cnt = 0;
bp339drivers/char/scc.csccfreelist[i]->bp->refcnt = 0;
bp349drivers/char/scc.cif (bp->dup)
bp353drivers/char/scc.cif(sccfreelist[i]->bp == bp->dup)
bp355drivers/char/scc.cif (sccfreelist[i]->bp->type != type)
bp358drivers/char/scc.ctype,sccfreelist[i]->bp->type);
bp361drivers/char/scc.csccfreelist[i]->bp->cnt = 0;
bp362drivers/char/scc.csccfreelist[i]->bp->refcnt = 0;
bp363drivers/char/scc.csccfreelist[i]->bp->in_use = 0;
bp365drivers/char/scc.cbp->dup = NULLBUF;
bp371drivers/char/scc.cif(--bp->refcnt <= 0)
bp375drivers/char/scc.cif(sccfreelist[i]->bp == bp)
bp377drivers/char/scc.cif (sccfreelist[i]->bp->type != type)
bp380drivers/char/scc.ctype,sccfreelist[i]->bp->type);
bp383drivers/char/scc.csccfreelist[i]->bp->cnt = 0;
bp384drivers/char/scc.csccfreelist[i]->bp->refcnt = 0;
bp392drivers/char/scc.cprintk("\nscc_return_buffer(): bogus pointer %p\n",bp);
bp402drivers/char/scc.cscc_free_chain(register struct mbuf *bp, char type)
bp407drivers/char/scc.cif(!bp) 
bp412drivers/char/scc.cabp = bp->anext;
bp413drivers/char/scc.cwhile (bp) bp = scc_return_buffer(bp, type);
bp422drivers/char/scc.cscc_append_to_chain(struct mbuf **bph,struct mbuf *bp)
bp427drivers/char/scc.cif(bph == NULLBUFP || bp == NULLBUF)
bp435drivers/char/scc.c*bph = bp;
bp439drivers/char/scc.cp->next = bp;
bp448drivers/char/scc.cscc_enqueue(struct mbuf **queue,struct mbuf *bp)
bp453drivers/char/scc.cif(queue == NULLBUFP || bp == NULLBUF)
bp461drivers/char/scc.c*queue = bp;
bp465drivers/char/scc.cp->anext = bp;
bp611drivers/char/scc.cregister struct mbuf *bp;
bp615drivers/char/scc.cbp = scc->tbp;
bp617drivers/char/scc.cwhile (bp && !bp->cnt)      /* find next buffer */
bp618drivers/char/scc.cbp = scc_return_buffer(bp, BT_TRANSMIT);
bp620drivers/char/scc.cif (bp == NULLBUF)      /* no more buffers in this frame */
bp635drivers/char/scc.cOutb(scc->data,bp->data[bp->in_use++]);
bp642drivers/char/scc.cOutb(scc->data,bp->data[bp->in_use++]);
bp645drivers/char/scc.cbp->cnt--;                      /* decrease byte count */
bp646drivers/char/scc.cscc->tbp=bp;      /* store buffer address */
bp1175drivers/char/scc.cregister struct mbuf *bp;    /* not tested */
bp1177drivers/char/scc.cbp = scc->sndq;
bp1179drivers/char/scc.cwhile (bp) bp = scc_free_chain(bp, BT_TRANSMIT);
bp1952drivers/char/scc.cregister struct mbuf *bp;
bp1966drivers/char/scc.cbp = scc->sndq1->anext;  /* don't use the one we currently use */
bp1968drivers/char/scc.cwhile (bp && (scc->stat.tx_queued > QUEUE_HYST))
bp1970drivers/char/scc.cbp = scc_free_chain(bp, BT_TRANSMIT);
bp1975drivers/char/scc.cscc->sndq1->anext = bp;
bp117drivers/char/selection.cchar *bp, *obp;
bp249drivers/char/selection.cobp = bp = sel_buffer;
bp251drivers/char/selection.c*bp = sel_pos(i);
bp252drivers/char/selection.cif (!isspace(*bp++))
bp253drivers/char/selection.cobp = bp;
bp257drivers/char/selection.cif (obp != bp) {
bp258drivers/char/selection.cbp = obp;
bp259drivers/char/selection.c*bp++ = '\r';
bp261drivers/char/selection.cobp = bp;
bp264drivers/char/selection.csel_buffer_lth = bp - sel_buffer;
bp273drivers/char/selection.cchar  *bp = sel_buffer;
bp278drivers/char/selection.cif (!bp || !c)
bp289drivers/char/selection.ctty->ldisc.receive_buf(tty, bp, 0, l);
bp291drivers/char/selection.cbp += l;
bp1491drivers/scsi/53c7,8xx.cstruct NCR53c7x0_break *bp;
bp1510drivers/scsi/53c7,8xx.cfor (bp = hostdata->breakpoints; bp && bp->address != dsp; 
bp1511drivers/scsi/53c7,8xx.cbp = bp->next);
bp1512drivers/scsi/53c7,8xx.cif (!bp) 
bp2021drivers/scsi/53c7,8xx.cstruct NCR53c7x0_break *bp, **prev;
bp2025drivers/scsi/53c7,8xx.cfor (bp = (struct NCR53c7x0_break *) instance->breakpoints,
bp2027drivers/scsi/53c7,8xx.cbp; prev = (struct NCR53c7x0_break **) &(bp->next),
bp2028drivers/scsi/53c7,8xx.cbp = (struct NCR53c7x0_break *) bp->next);
bp2030drivers/scsi/53c7,8xx.cif (!bp) {
bp2040drivers/scsi/53c7,8xx.cmemcpy ((void *) bp->addr, (void *) bp->old, sizeof(bp->old));
bp2042drivers/scsi/53c7,8xx.c*prev = bp->next;
bp2053drivers/scsi/53c7,8xx.cstruct NCR53c7x0_break *bp;
bp2069drivers/scsi/53c7,8xx.cfor (bp = (struct NCR53c7x0_break *) host->breakpoints;
bp2070drivers/scsi/53c7,8xx.cbp; bp = (struct NCR53c7x0_break *) bp->next); {
bp2072drivers/scsi/53c7,8xx.cbp->addr, bp->old[0], bp->old[1]);
bp2074drivers/scsi/53c7,8xx.cif ((bp->old[0] & (DCMD_TYPE_MASK << 24)) ==
bp2076drivers/scsi/53c7,8xx.csprintf(buf + len, "%08x\n", * (u32 *) bp->addr);
bp2091drivers/scsi/53c7,8xx.cstruct NCR53c7x0_break *bp;
bp2106drivers/scsi/53c7,8xx.cif (!(bp = kmalloc (sizeof (struct NCR53c7x0_break)))) {
bp2113drivers/scsi/53c7,8xx.cbp->address = (u32 *) args[0];
bp2114drivers/scsi/53c7,8xx.cmemcpy ((void *) bp->old_instruction, (void *) bp->address, 8);
bp2115drivers/scsi/53c7,8xx.cbp->old_size = (((bp->old_instruction[0] >> 24) & DCMD_TYPE_MASK) ==
bp2117drivers/scsi/53c7,8xx.cbp->next = hostdata->breakpoints;
bp2118drivers/scsi/53c7,8xx.chostdata->breakpoints = bp->next;
bp2119drivers/scsi/53c7,8xx.cmemcpy ((void *) bp->address, (void *) hostdata->E_debug_break, 8);
bp1198drivers/scsi/aic7xxx.cchar *bp, *ep;
bp1200drivers/scsi/aic7xxx.cbp = NULL;
bp1204drivers/scsi/aic7xxx.cif ((bp = strchr(version_info, ' ')) != NULL)
bp1206drivers/scsi/aic7xxx.cbp++;
bp1207drivers/scsi/aic7xxx.cif ((bp = strchr(bp, ' ')) != NULL)
bp1209drivers/scsi/aic7xxx.cbp++;
bp1217drivers/scsi/aic7xxx.cif ((bp = strchr(version_info, ' ')) != NULL)
bp1219drivers/scsi/aic7xxx.cbp++;
bp1224drivers/scsi/aic7xxx.cif (bp != NULL)
bp1226drivers/scsi/aic7xxx.cif ((ep = strchr(bp, ' ')) != NULL)
bp1228drivers/scsi/aic7xxx.cregister int len = ep - bp;
bp1230drivers/scsi/aic7xxx.cstrncpy(buf, bp, len);
bp7drivers/scsi/eata_dma_proc.cu8 *bp;
bp17drivers/scsi/eata_dma_proc.cbp = (u8 *) lp;
bp18drivers/scsi/eata_dma_proc.cy = *(bp + 3);
bp20drivers/scsi/eata_dma_proc.cfor (h_lp = (u32)lp; (u32)lp < h_lp + ((u32)*(bp + 3)); lp++)
bp153include/linux/scc.hstruct mbuf *bp;
bp2140net/ax25/af_ax25.cint ax25_rebuild_header(unsigned char *bp, struct device *dev, unsigned long dest, struct sk_buff *skb)
bp2144net/ax25/af_ax25.cif (arp_find(bp + 1, dest, dev, dev->pa_addr, skb))
bp2147net/ax25/af_ax25.cif (bp[16] == AX25_P_IP) {
bp2148net/ax25/af_ax25.cmode = ax25_ip_mode_get((ax25_address *)(bp + 1), dev);
bp2153net/ax25/af_ax25.cax25_send_frame(skb, (ax25_address *)(bp + 8), (ax25_address *)(bp + 1), NULL, dev);
bp2158net/ax25/af_ax25.cbp[7]  &= ~LAPB_C;
bp2159net/ax25/af_ax25.cbp[7]  &= ~LAPB_E;
bp2160net/ax25/af_ax25.cbp[7]  |= SSSID_SPARE;
bp2162net/ax25/af_ax25.cbp[14] &= ~LAPB_C;
bp2163net/ax25/af_ax25.cbp[14] |= LAPB_E;
bp2164net/ax25/af_ax25.cbp[14] |= SSSID_SPARE;
bp110net/netrom/nr_dev.cunsigned char *bp = (unsigned char *)buff;
bp114net/netrom/nr_dev.cif (!arp_query(bp + 7, raddr, ARPHRD_NETROM)) {
bp120net/netrom/nr_dev.cbp[6] &= ~LAPB_C;
bp121net/netrom/nr_dev.cbp[6] &= ~LAPB_E;
bp122net/netrom/nr_dev.cbp[6] |= SSSID_SPARE;
bp123net/netrom/nr_dev.cbp    += AX25_ADDR_LEN;
bp125net/netrom/nr_dev.cbp[6] &= ~LAPB_C;
bp126net/netrom/nr_dev.cbp[6] |= LAPB_E;
bp127net/netrom/nr_dev.cbp[6] |= SSSID_SPARE;