taglinefilesource code
bptr22arch/sparc/prom/printf.cchar ch, *bptr;
bptr28arch/sparc/prom/printf.cbptr = ppbuf;
bptr30arch/sparc/prom/printf.cwhile((ch = *(bptr++)) != 0) {
bptr476drivers/char/scc.cstruct mbuf * bptr;
bptr499drivers/char/scc.cbptr = (struct mbuf *) kmalloc(buflen, GFP_ATOMIC);
bptr503drivers/char/scc.cif (bptr == NULLBUF)
bptr511drivers/char/scc.cmemset(bptr, 0, buflen);
bptr515drivers/char/scc.cbptr->rw_ptr = bptr->data;
bptr519drivers/char/scc.cscc_enqueue_buffer(&scc->rx_buffer_pool, bptr);
bptr526drivers/char/scc.cbptr = (struct mbuf *) kmalloc(buflen, GFP_ATOMIC);
bptr528drivers/char/scc.cif (bptr == NULLBUF)
bptr534drivers/char/scc.cmemset(bptr, 0, buflen);
bptr536drivers/char/scc.cbptr->rw_ptr = bptr->data;
bptr538drivers/char/scc.cscc_enqueue_buffer(&scc->tx_buffer_pool, bptr);
bptr548drivers/char/scc.cstruct mbuf * bptr;
bptr558drivers/char/scc.cbptr = scc->rx_bp;
bptr559drivers/char/scc.cif (bptr != NULLBUF)
bptr562drivers/char/scc.cscc_enqueue_buffer(&scc->rx_buffer_pool, bptr);
bptr565drivers/char/scc.cbptr = scc->tx_bp;  
bptr566drivers/char/scc.cif (bptr != NULLBUF)
bptr569drivers/char/scc.cscc_enqueue_buffer(&scc->tx_buffer_pool, bptr);
bptr572drivers/char/scc.cbptr = scc->kiss_decode_bp;
bptr573drivers/char/scc.cif (bptr != NULLBUF)
bptr576drivers/char/scc.cscc_enqueue_buffer(&scc->tx_buffer_pool, bptr);
bptr579drivers/char/scc.cbptr = scc->kiss_encode_bp;
bptr580drivers/char/scc.cif (bptr != NULLBUF)
bptr583drivers/char/scc.cscc_enqueue_buffer(&scc->rx_buffer_pool, bptr);
bptr591drivers/char/scc.cbptr = scc_dequeue_buffer(&scc->rx_queue);
bptr592drivers/char/scc.cscc_enqueue_buffer(&scc->rx_buffer_pool, bptr);
bptr597drivers/char/scc.cbptr = scc_dequeue_buffer(&scc->tx_queue);
bptr598drivers/char/scc.cscc_enqueue_buffer(&scc->tx_buffer_pool, bptr);
bptr613drivers/char/scc.cbptr = scc_dequeue_buffer(&scc->rx_buffer_pool);
bptr615drivers/char/scc.cif (bptr != NULLBUF)
bptr618drivers/char/scc.ckfree(bptr);
bptr631drivers/char/scc.cbptr = scc_dequeue_buffer(&scc->tx_buffer_pool);
bptr633drivers/char/scc.cif (bptr != NULLBUF)
bptr636drivers/char/scc.ckfree(bptr);
bptr659drivers/char/scc.cstruct mbuf * bptr;
bptr663drivers/char/scc.cbptr = scc_dequeue_buffer(&scc->tx_buffer_pool);
bptr667drivers/char/scc.cif (bptr == NULLBUF)
bptr673drivers/char/scc.cbptr = scc_dequeue_buffer(&scc->tx_queue);
bptr677drivers/char/scc.cif (bptr == NULLBUF)
bptr681drivers/char/scc.cbptr = scc_dequeue_buffer(&scc->rx_buffer_pool);
bptr683drivers/char/scc.cif (bptr == NULLBUF)
bptr687drivers/char/scc.cbptr = scc_dequeue_buffer(&scc->rx_queue);
bptr689drivers/char/scc.cif (bptr == NULLBUF)
bptr694drivers/char/scc.cif (bptr != NULLBUF)
bptr696drivers/char/scc.cbptr->rw_ptr = bptr->data;
bptr697drivers/char/scc.cbptr->cnt = 0;
bptr700drivers/char/scc.creturn bptr;
bptr522net/core/skbuff.cunsigned char *bptr;
bptr541net/core/skbuff.cbptr=(unsigned char *)kmalloc(size,priority);
bptr542net/core/skbuff.cif (bptr == NULL)
bptr560net/core/skbuff.cskb=(struct sk_buff *)(bptr+size)-1;
bptr586net/core/skbuff.cskb->head=bptr;
bptr587net/core/skbuff.cskb->data=bptr;
bptr588net/core/skbuff.cskb->tail=bptr;
bptr589net/core/skbuff.cskb->end=bptr+len;