taglinefilesource code
bp201arch/i386/kernel/setup.cchar *bp=buffer;
bp203arch/i386/kernel/setup.cbp+=sprintf(bp,"cpu\t\t: ");
bp206arch/i386/kernel/setup.cbp+=sprintf(bp,"%c86             ",cpu_data[i].x86+'0');
bp207arch/i386/kernel/setup.cbp+=sprintf(bp,"\nmodel\t\t: ");
bp210arch/i386/kernel/setup.cbp+=sprintf(bp,"%-16s",cpu_data[i].x86_model?
bp212arch/i386/kernel/setup.cbp+=sprintf(bp,"\nmask\t\t: ");
bp218arch/i386/kernel/setup.cbp+=sprintf(bp,"%-16s", cpu_data[i].x86_mask ? mask : "Unknown");
bp220arch/i386/kernel/setup.cbp+=sprintf(bp,"\nvid\t\t: ");
bp223arch/i386/kernel/setup.cbp+=sprintf(bp,"%-16s", cpu_data[i].x86_vendor_id);
bp224arch/i386/kernel/setup.cbp+=sprintf(bp,"\nfdiv_bug\t: ");
bp227arch/i386/kernel/setup.cbp+=sprintf(bp,"%-16s", cpu_data[i].fdiv_bug?"yes":"no");
bp228arch/i386/kernel/setup.cbp+=sprintf(bp,"\nmath\t\t: ");
bp231arch/i386/kernel/setup.cbp+=sprintf(bp,"%-16s", cpu_data[i].hard_math?"yes":"no");
bp232arch/i386/kernel/setup.cbp+=sprintf(bp,"\nhlt\t\t: ");
bp235arch/i386/kernel/setup.cbp+=sprintf(bp,"%-16s", cpu_data[i].hlt_works_ok?"yes":"no");
bp236arch/i386/kernel/setup.cbp+=sprintf(bp,"\nwp\t\t: ");
bp239arch/i386/kernel/setup.cbp+=sprintf(bp,"%-16s", cpu_data[i].wp_works_ok?"yes":"no");
bp240arch/i386/kernel/setup.cbp+=sprintf(bp,"\nIntegrated NPU\t: ");
bp243arch/i386/kernel/setup.cbp+=sprintf(bp,"%-16s", cpu_data[i].x86_capability&1?"yes":"no");
bp244arch/i386/kernel/setup.cbp+=sprintf(bp,"\nEnhanced VM86\t: ");
bp247arch/i386/kernel/setup.cbp+=sprintf(bp,"%-16s", cpu_data[i].x86_capability&2?"yes":"no");
bp248arch/i386/kernel/setup.cbp+=sprintf(bp,"\nIO Breakpoints\t: ");
bp251arch/i386/kernel/setup.cbp+=sprintf(bp,"%-16s", (cpu_data[i].x86_capability&4)?"yes":"no");
bp252arch/i386/kernel/setup.cbp+=sprintf(bp,"\n4MB Pages\t: ");
bp255arch/i386/kernel/setup.cbp+=sprintf(bp,"%-16s", (cpu_data[i].x86_capability)&8?"yes":"no");
bp256arch/i386/kernel/setup.cbp+=sprintf(bp,"\nTS Counters\t: ");
bp259arch/i386/kernel/setup.cbp+=sprintf(bp,"%-16s", (cpu_data[i].x86_capability&16)?"yes":"no");
bp260arch/i386/kernel/setup.cbp+=sprintf(bp,"\nPentium MSR\t: ");
bp263arch/i386/kernel/setup.cbp+=sprintf(bp,"%-16s", (cpu_data[i].x86_capability&32)?"yes":"no");
bp264arch/i386/kernel/setup.cbp+=sprintf(bp,"\nMach. Ch. Exep.\t: ");
bp267arch/i386/kernel/setup.cbp+=sprintf(bp,"%-16s", (cpu_data[i].x86_capability&128)?"yes":"no");
bp268arch/i386/kernel/setup.cbp+=sprintf(bp,"\nCMPXCHG8B\t: ");
bp271arch/i386/kernel/setup.cbp+=sprintf(bp,"%-16s", (cpu_data[i].x86_capability&256)?"yes":"no");
bp272arch/i386/kernel/setup.cbp+=sprintf(bp,"\nBogoMips\t: ");
bp280arch/i386/kernel/setup.cbp+=sprintf(bp,"%-16s",tmp);
bp283arch/i386/kernel/setup.c*bp++='\n';
bp284arch/i386/kernel/setup.creturn bp-buffer;
bp248arch/i386/kernel/smp.cunsigned long *bp=(unsigned long *)base;
bp259arch/i386/kernel/smp.cif(*bp==SMP_MAGIC_IDENT)
bp261arch/i386/kernel/smp.cmpf=(struct intel_mp_floating *)bp;
bp263arch/i386/kernel/smp.c!mpf_checksum((unsigned char *)bp,16) &&
bp320arch/i386/kernel/smp.cbp+=4;
bp956drivers/cdrom/mcdx.cchar* bp = buffer;
bp962drivers/cdrom/mcdx.cif (-1 == mcdx_getval(stuffp, timeout, 0, bp)) {
bp967drivers/cdrom/mcdx.cst = *bp;
bp969drivers/cdrom/mcdx.cif (!disgard) bp++;
bp997drivers/cdrom/mcdx.cif (-1 == mcdx_getval(stuffp, timeout, -1, bp)) {
bp1002drivers/cdrom/mcdx.cif (!disgard) bp++;
bp1003drivers/cdrom/mcdx.cTRACE((TALK, "talk() got 0x%02x\n", *(bp - 1)));
bp276drivers/char/scc.cstruct mbuf   *bp;
bp281drivers/char/scc.cbp = (struct mbuf *)kmalloc(sizeof(struct mbuf), GFP_ATOMIC);
bp283drivers/char/scc.cif ( !(sccb && bp) )
bp296drivers/char/scc.csccfreelist[i]->bp = bp;
bp297drivers/char/scc.cmemset(sccfreelist[i]->bp ,0,sizeof(struct mbuf));
bp299drivers/char/scc.csccfreelist[i]->bp->type = 0;
bp300drivers/char/scc.csccfreelist[i]->bp->refcnt = 0;
bp301drivers/char/scc.csccfreelist[i]->bp->size = BUFSIZE;
bp317drivers/char/scc.cswitch (sccfreelist[i]->bp->type)
bp347drivers/char/scc.csccfreelist[i]->bp->type = type;
bp348drivers/char/scc.csccfreelist[i]->bp->next = NULLBUF;
bp349drivers/char/scc.csccfreelist[i]->bp->anext = NULLBUF;
bp350drivers/char/scc.csccfreelist[i]->bp->dup = NULLBUF;
bp351drivers/char/scc.csccfreelist[i]->bp->size = BUFSIZE;
bp352drivers/char/scc.csccfreelist[i]->bp->refcnt = 1;
bp353drivers/char/scc.csccfreelist[i]->bp->cnt = 0;
bp354drivers/char/scc.csccfreelist[i]->bp->in_use = 0;
bp357drivers/char/scc.creturn sccfreelist[i]->bp;
bp372drivers/char/scc.cscc_return_buffer(register struct mbuf *bp, char type)
bp378drivers/char/scc.cif(!bp)
bp382drivers/char/scc.cbpnext = bp->next;
bp384drivers/char/scc.cif (bp->dup)
bp388drivers/char/scc.cif(sccfreelist[i]->bp == bp->dup)
bp390drivers/char/scc.cif (sccfreelist[i]->bp->type != type)
bp393drivers/char/scc.ctype,sccfreelist[i]->bp->type);
bp396drivers/char/scc.csccfreelist[i]->bp->cnt = 0;
bp397drivers/char/scc.csccfreelist[i]->bp->refcnt = 0;
bp398drivers/char/scc.csccfreelist[i]->bp->in_use = 0;
bp400drivers/char/scc.cbp->dup = NULLBUF;
bp406drivers/char/scc.cif(--bp->refcnt <= 0)
bp410drivers/char/scc.cif(sccfreelist[i]->bp == bp)
bp412drivers/char/scc.cif (sccfreelist[i]->bp->type != type)
bp415drivers/char/scc.ctype,sccfreelist[i]->bp->type);
bp418drivers/char/scc.csccfreelist[i]->bp->cnt = 0;
bp419drivers/char/scc.csccfreelist[i]->bp->refcnt = 0;
bp427drivers/char/scc.cprintk("\nscc_return_buffer(): bogus pointer %p\n",bp);
bp437drivers/char/scc.cscc_free_chain(register struct mbuf *bp, char type)
bp442drivers/char/scc.cif(!bp) 
bp447drivers/char/scc.cabp = bp->anext;
bp448drivers/char/scc.cwhile (bp) bp = scc_return_buffer(bp, type);
bp457drivers/char/scc.cscc_append_to_chain(struct mbuf **bph,struct mbuf *bp)
bp462drivers/char/scc.cif(bph == NULLBUFP || bp == NULLBUF)
bp470drivers/char/scc.c*bph = bp;
bp474drivers/char/scc.cp->next = bp;
bp483drivers/char/scc.cscc_enqueue(struct mbuf **queue,struct mbuf *bp)
bp488drivers/char/scc.cif(queue == NULLBUFP || bp == NULLBUF)
bp496drivers/char/scc.c*queue = bp;
bp500drivers/char/scc.cp->anext = bp;
bp646drivers/char/scc.cregister struct mbuf *bp;
bp650drivers/char/scc.cbp = scc->tbp;
bp652drivers/char/scc.cwhile (bp && !bp->cnt)      /* find next buffer */
bp653drivers/char/scc.cbp = scc_return_buffer(bp, BT_TRANSMIT);
bp655drivers/char/scc.cif (bp == NULLBUF)      /* no more buffers in this frame */
bp670drivers/char/scc.cOutb(scc->data,bp->data[bp->in_use++]);
bp677drivers/char/scc.cOutb(scc->data,bp->data[bp->in_use++]);
bp680drivers/char/scc.cbp->cnt--;                      /* decrease byte count */
bp681drivers/char/scc.cscc->tbp=bp;      /* store buffer address */
bp690drivers/char/scc.cregister struct mbuf *bp;
bp692drivers/char/scc.cif((bp = scc->rbp) != NULLBUF)
bp694drivers/char/scc.cscc_free_chain(bp->next, BT_RECEIVE);
bp695drivers/char/scc.cbp->next = NULLBUF;
bp696drivers/char/scc.cscc->rbp1 = bp;         /* Don't throw this one away */
bp697drivers/char/scc.cbp->cnt = 0;            /* Simply rewind it */
bp698drivers/char/scc.cbp->in_use = 0;
bp798drivers/char/scc.cregister struct mbuf *bp;
bp809drivers/char/scc.cif ((bp = scc->rbp1) == NULLBUF || bp->cnt >= bp->size)  
bp813drivers/char/scc.cif ((bp = scc_get_buffer(BT_RECEIVE)) != NULLBUF)
bp814drivers/char/scc.cscc->rbp = scc->rbp1 = bp;
bp817drivers/char/scc.celse if ((bp = scc_get_buffer(BT_RECEIVE)))
bp819drivers/char/scc.cscc_append_to_chain(&scc->rbp, bp);
bp820drivers/char/scc.cscc->rbp1 = bp;
bp823drivers/char/scc.cif (bp == NULLBUF)    /* no buffer available? */
bp834drivers/char/scc.cbp->data[bp->cnt++] = Inb(scc->data);
bp864drivers/char/scc.cregister struct mbuf *bp;
bp887drivers/char/scc.cfor (bp = scc->rbp; bp->next != NULLBUF; bp = bp->next) ;
bp888drivers/char/scc.cbp->cnt--;              /* last byte is first CRC byte */
bp1206drivers/char/scc.cregister struct mbuf *bp;    /* not tested */
bp1208drivers/char/scc.cbp = scc->sndq;
bp1210drivers/char/scc.cwhile (bp) bp = scc_free_chain(bp, BT_TRANSMIT);
bp1234drivers/char/scc.cregister struct mbuf *bp;
bp1248drivers/char/scc.cbp = scc->rcvq->anext;  /* don't use the one we currently use */
bp1250drivers/char/scc.cwhile (bp && (scc->stat.rx_queued > QUEUE_HYST))
bp1252drivers/char/scc.cbp = scc_free_chain(bp, BT_RECEIVE);
bp1257drivers/char/scc.cscc->rcvq->anext = bp;
bp1543drivers/char/scc.cstruct mbuf *bp,*bp2;
bp1560drivers/char/scc.cbp = scc->rcvq;
bp1572drivers/char/scc.cswitch(ch = bp->data[bp->in_use++])
bp1586drivers/char/scc.cbp->cnt--;
bp1593drivers/char/scc.cbp  = scc->rcvq->next;  /* next buffer */
bp1599drivers/char/scc.cif (!bp)  /* end of frame ? */
bp1616drivers/char/scc.c} else scc->rcvq = bp; /* next buffer */
bp2108drivers/char/scc.cregister struct mbuf *bp;
bp2122drivers/char/scc.cbp = scc->sndq1->anext;  /* don't use the one we currently use */
bp2124drivers/char/scc.cwhile (bp && (scc->stat.tx_queued > QUEUE_HYST))
bp2126drivers/char/scc.cbp = scc_free_chain(bp, BT_TRANSMIT);
bp2131drivers/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;
bp1497drivers/scsi/53c7,8xx.cstruct NCR53c7x0_break *bp;
bp1516drivers/scsi/53c7,8xx.cfor (bp = hostdata->breakpoints; bp && bp->address != dsp; 
bp1517drivers/scsi/53c7,8xx.cbp = bp->next);
bp1518drivers/scsi/53c7,8xx.cif (!bp) 
bp2027drivers/scsi/53c7,8xx.cstruct NCR53c7x0_break *bp, **prev;
bp2031drivers/scsi/53c7,8xx.cfor (bp = (struct NCR53c7x0_break *) instance->breakpoints,
bp2033drivers/scsi/53c7,8xx.cbp; prev = (struct NCR53c7x0_break **) &(bp->next),
bp2034drivers/scsi/53c7,8xx.cbp = (struct NCR53c7x0_break *) bp->next);
bp2036drivers/scsi/53c7,8xx.cif (!bp) {
bp2046drivers/scsi/53c7,8xx.cmemcpy ((void *) bp->addr, (void *) bp->old, sizeof(bp->old));
bp2048drivers/scsi/53c7,8xx.c*prev = bp->next;
bp2059drivers/scsi/53c7,8xx.cstruct NCR53c7x0_break *bp;
bp2075drivers/scsi/53c7,8xx.cfor (bp = (struct NCR53c7x0_break *) host->breakpoints;
bp2076drivers/scsi/53c7,8xx.cbp; bp = (struct NCR53c7x0_break *) bp->next); {
bp2078drivers/scsi/53c7,8xx.cbp->addr, bp->old[0], bp->old[1]);
bp2080drivers/scsi/53c7,8xx.cif ((bp->old[0] & (DCMD_TYPE_MASK << 24)) ==
bp2082drivers/scsi/53c7,8xx.csprintf(buf + len, "%08x\n", * (u32 *) bp->addr);
bp2097drivers/scsi/53c7,8xx.cstruct NCR53c7x0_break *bp;
bp2112drivers/scsi/53c7,8xx.cif (!(bp = kmalloc (sizeof (struct NCR53c7x0_break)))) {
bp2119drivers/scsi/53c7,8xx.cbp->address = (u32 *) args[0];
bp2120drivers/scsi/53c7,8xx.cmemcpy ((void *) bp->old_instruction, (void *) bp->address, 8);
bp2121drivers/scsi/53c7,8xx.cbp->old_size = (((bp->old_instruction[0] >> 24) & DCMD_TYPE_MASK) ==
bp2123drivers/scsi/53c7,8xx.cbp->next = hostdata->breakpoints;
bp2124drivers/scsi/53c7,8xx.chostdata->breakpoints = bp->next;
bp2125drivers/scsi/53c7,8xx.cmemcpy ((void *) bp->address, (void *) hostdata->E_debug_break, 8);
bp1516drivers/scsi/aic7xxx.cchar *bp, *ep;
bp1518drivers/scsi/aic7xxx.cbp = NULL;
bp1522drivers/scsi/aic7xxx.cif ((bp = strchr(version_info, ' ')) != NULL)
bp1524drivers/scsi/aic7xxx.cbp++;
bp1525drivers/scsi/aic7xxx.cif ((bp = strchr(bp, ' ')) != NULL)
bp1527drivers/scsi/aic7xxx.cbp++;
bp1535drivers/scsi/aic7xxx.cif ((bp = strchr(version_info, ' ')) != NULL)
bp1537drivers/scsi/aic7xxx.cbp++;
bp1542drivers/scsi/aic7xxx.cif (bp != NULL)
bp1544drivers/scsi/aic7xxx.cif ((ep = strchr(bp, ' ')) != NULL)
bp1546drivers/scsi/aic7xxx.cregister int len = ep - bp;
bp1548drivers/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++)
bp156include/linux/scc.hstruct mbuf *bp;
bp2255net/ax25/af_ax25.cint ax25_rebuild_header(unsigned char *bp, struct device *dev, unsigned long dest, struct sk_buff *skb)
bp2259net/ax25/af_ax25.cif (arp_find(bp + 1, dest, dev, dev->pa_addr, skb))
bp2262net/ax25/af_ax25.cif (bp[16] == AX25_P_IP) 
bp2264net/ax25/af_ax25.cmode = ax25_ip_mode_get((ax25_address *)(bp + 1), dev);
bp2269net/ax25/af_ax25.cax25_send_frame(skb, (ax25_address *)(bp + 8), (ax25_address *)(bp + 1), NULL, dev);
bp2274net/ax25/af_ax25.cbp[7]  &= ~LAPB_C;
bp2275net/ax25/af_ax25.cbp[7]  &= ~LAPB_E;
bp2276net/ax25/af_ax25.cbp[7]  |= SSSID_SPARE;
bp2278net/ax25/af_ax25.cbp[14] &= ~LAPB_C;
bp2279net/ax25/af_ax25.cbp[14] |= LAPB_E;
bp2280net/ax25/af_ax25.cbp[14] |= SSSID_SPARE;
bp111net/netrom/nr_dev.cunsigned char *bp = (unsigned char *)buff;
bp115net/netrom/nr_dev.cif (!arp_query(bp + 7, raddr, dev)) {
bp121net/netrom/nr_dev.cbp[6] &= ~LAPB_C;
bp122net/netrom/nr_dev.cbp[6] &= ~LAPB_E;
bp123net/netrom/nr_dev.cbp[6] |= SSSID_SPARE;
bp124net/netrom/nr_dev.cbp    += AX25_ADDR_LEN;
bp126net/netrom/nr_dev.cbp[6] &= ~LAPB_C;
bp127net/netrom/nr_dev.cbp[6] |= LAPB_E;
bp128net/netrom/nr_dev.cbp[6] |= SSSID_SPARE;
bp203scripts/ksymoops.ccchar* bp = bp_0;
bp204scripts/ksymoops.ccwhile (!isspace(*bp))
bp205scripts/ksymoops.ccbp++;
bp206scripts/ksymoops.ccwhile (isspace(*bp))
bp207scripts/ksymoops.ccbp++;
bp208scripts/ksymoops.ccif (*bp != '0') {
bp211scripts/ksymoops.cclong rel_addr = strtol(bp, 0, 16);
bp214scripts/ksymoops.cc*bp++ = '\0';