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); 
bp218drivers/char/scc.cstruct mbuf   *bp;
bp225drivers/char/scc.cbp = (struct mbuf *)kmalloc(sizeof(struct mbuf), GFP_ATOMIC);
bp227drivers/char/scc.cif ( !(sccb && bp) )
bp240drivers/char/scc.csccfreelist[i]->bp = bp;
bp241drivers/char/scc.cmemset(sccfreelist[i]->bp ,0,sizeof(struct mbuf));
bp243drivers/char/scc.csccfreelist[i]->bp->type = 0;
bp244drivers/char/scc.csccfreelist[i]->bp->refcnt = 0;
bp245drivers/char/scc.csccfreelist[i]->bp->size = BUFSIZE;
bp261drivers/char/scc.cswitch (sccfreelist[i]->bp->type)
bp291drivers/char/scc.csccfreelist[i]->bp->type = type;
bp292drivers/char/scc.csccfreelist[i]->bp->next = NULLBUF;
bp293drivers/char/scc.csccfreelist[i]->bp->anext = NULLBUF;
bp294drivers/char/scc.csccfreelist[i]->bp->dup = NULLBUF;
bp295drivers/char/scc.csccfreelist[i]->bp->size = BUFSIZE;
bp296drivers/char/scc.csccfreelist[i]->bp->refcnt = 1;
bp297drivers/char/scc.csccfreelist[i]->bp->cnt = 0;
bp298drivers/char/scc.csccfreelist[i]->bp->in_use = 0;
bp299drivers/char/scc.csccfreelist[i]->bp->time_out = CURRENT_TIME + 300;
bp302drivers/char/scc.creturn sccfreelist[i]->bp;
bp317drivers/char/scc.cscc_return_buffer(register struct mbuf *bp, char type)
bp323drivers/char/scc.cif(!bp)
bp327drivers/char/scc.cbpnext = bp->next;
bp336drivers/char/scc.cif(bp->type == BT_TRANSMIT){
bp341drivers/char/scc.cif(sccfreelist[i]->bp->type == BT_TRANSMIT)
bp342drivers/char/scc.cif(sccfreelist[i]->bp->time_out < CURRENT_TIME)
bp344drivers/char/scc.csccfreelist[i]->bp->cnt = 0;
bp345drivers/char/scc.csccfreelist[i]->bp->refcnt = 0;
bp355drivers/char/scc.cif (bp->dup)
bp359drivers/char/scc.cif(sccfreelist[i]->bp == bp->dup)
bp361drivers/char/scc.cif (sccfreelist[i]->bp->type != type)
bp364drivers/char/scc.ctype,sccfreelist[i]->bp->type);
bp367drivers/char/scc.csccfreelist[i]->bp->cnt = 0;
bp368drivers/char/scc.csccfreelist[i]->bp->refcnt = 0;
bp369drivers/char/scc.csccfreelist[i]->bp->in_use = 0;
bp371drivers/char/scc.cbp->dup = NULLBUF;
bp377drivers/char/scc.cif(--bp->refcnt <= 0)
bp381drivers/char/scc.cif(sccfreelist[i]->bp == bp)
bp383drivers/char/scc.cif (sccfreelist[i]->bp->type != type)
bp386drivers/char/scc.ctype,sccfreelist[i]->bp->type);
bp389drivers/char/scc.csccfreelist[i]->bp->cnt = 0;
bp390drivers/char/scc.csccfreelist[i]->bp->refcnt = 0;
bp398drivers/char/scc.cprintk("\nscc_return_buffer(): bogus pointer %p\n",bp);
bp408drivers/char/scc.cscc_free_chain(register struct mbuf *bp, char type)
bp413drivers/char/scc.cif(!bp) 
bp418drivers/char/scc.cabp = bp->anext;
bp419drivers/char/scc.cwhile (bp) bp = scc_return_buffer(bp, type);
bp428drivers/char/scc.cscc_append_to_chain(struct mbuf **bph,struct mbuf *bp)
bp433drivers/char/scc.cif(bph == NULLBUFP || bp == NULLBUF)
bp441drivers/char/scc.c*bph = bp;
bp445drivers/char/scc.cp->next = bp;
bp454drivers/char/scc.cscc_enqueue(struct mbuf **queue,struct mbuf *bp)
bp459drivers/char/scc.cif(queue == NULLBUFP || bp == NULLBUF)
bp467drivers/char/scc.c*queue = bp;
bp471drivers/char/scc.cp->anext = bp;
bp617drivers/char/scc.cregister struct mbuf *bp;
bp621drivers/char/scc.cbp = scc->tbp;
bp623drivers/char/scc.cwhile (bp && !bp->cnt)      /* find next buffer */
bp624drivers/char/scc.cbp = scc_return_buffer(bp, BT_TRANSMIT);
bp626drivers/char/scc.cif (bp == NULLBUF)      /* no more buffers in this frame */
bp641drivers/char/scc.cOutb(scc->data,bp->data[bp->in_use++]);
bp648drivers/char/scc.cOutb(scc->data,bp->data[bp->in_use++]);
bp651drivers/char/scc.cbp->cnt--;                      /* decrease byte count */
bp652drivers/char/scc.cscc->tbp=bp;      /* store buffer address */
bp1181drivers/char/scc.cregister struct mbuf *bp;    /* not tested */
bp1183drivers/char/scc.cbp = scc->sndq;
bp1185drivers/char/scc.cwhile (bp) bp = scc_free_chain(bp, BT_TRANSMIT);
bp1958drivers/char/scc.cregister struct mbuf *bp;
bp1972drivers/char/scc.cbp = scc->sndq1->anext;  /* don't use the one we currently use */
bp1974drivers/char/scc.cwhile (bp && (scc->stat.tx_queued > QUEUE_HYST))
bp1976drivers/char/scc.cbp = scc_free_chain(bp, BT_TRANSMIT);
bp1981drivers/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);
bp1147drivers/scsi/aic7xxx.cchar *bp, *ep;
bp1149drivers/scsi/aic7xxx.cbp = NULL;
bp1153drivers/scsi/aic7xxx.cif ((bp = strchr(version_info, ' ')) != NULL)
bp1155drivers/scsi/aic7xxx.cbp++;
bp1156drivers/scsi/aic7xxx.cif ((bp = strchr(bp, ' ')) != NULL)
bp1158drivers/scsi/aic7xxx.cbp++;
bp1166drivers/scsi/aic7xxx.cif ((bp = strchr(version_info, ' ')) != NULL)
bp1168drivers/scsi/aic7xxx.cbp++;
bp1173drivers/scsi/aic7xxx.cif (bp != NULL)
bp1175drivers/scsi/aic7xxx.cif ((ep = strchr(bp, ' ')) != NULL)
bp1177drivers/scsi/aic7xxx.cregister int len = ep - bp;
bp1179drivers/scsi/aic7xxx.cstrncpy(buf, bp, len);
bp23drivers/scsi/eata_dma_proc.cu8 *bp;
bp33drivers/scsi/eata_dma_proc.cbp = (u8 *) lp;
bp34drivers/scsi/eata_dma_proc.cy = *(bp + 3);
bp36drivers/scsi/eata_dma_proc.cfor (h_lp = (u32)lp; (u32)lp < h_lp + ((u32)*(bp + 3)); lp++)
bp153include/linux/scc.hstruct mbuf *bp;
bp2088net/ax25/af_ax25.cint ax25_rebuild_header(unsigned char *bp, struct device *dev, unsigned long dest, struct sk_buff *skb)
bp2092net/ax25/af_ax25.cif (arp_find(bp + 1, dest, dev, dev->pa_addr, skb))
bp2095net/ax25/af_ax25.cif (bp[16] == AX25_P_IP) {
bp2096net/ax25/af_ax25.cmode = ax25_ip_mode_get((ax25_address *)(bp + 1), dev);
bp2101net/ax25/af_ax25.cax25_send_frame(skb, (ax25_address *)(bp + 8), (ax25_address *)(bp + 1), NULL, dev);
bp2106net/ax25/af_ax25.cbp[7]  &= ~LAPB_C;
bp2107net/ax25/af_ax25.cbp[7]  &= ~LAPB_E;
bp2108net/ax25/af_ax25.cbp[7]  |= SSID_SPARE;
bp2110net/ax25/af_ax25.cbp[14] &= ~LAPB_C;
bp2111net/ax25/af_ax25.cbp[14] |= LAPB_E;
bp2112net/ax25/af_ax25.cbp[14] |= SSID_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] |= SSID_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] |= SSID_SPARE;