taglinefilesource code
buf_ptr3526drivers/block/ide-tape.cchar *buf_ptr;
buf_ptr3556drivers/block/ide-tape.cbuf_ptr=buf;
buf_ptr3574drivers/block/ide-tape.cmemcpy_tofs (buf_ptr,tape->temp_data_buffer,tape->data_buffer_size);
buf_ptr3575drivers/block/ide-tape.cbuf_ptr+=tape->data_buffer_size;
buf_ptr3579drivers/block/ide-tape.creturn (actually_read+idetape_chrdev_read_remainder (inode,file,buf_ptr,remainder));
buf_ptr3633drivers/block/ide-tape.cconst char *buf_ptr;
buf_ptr3664drivers/block/ide-tape.cbuf_ptr=buf;
buf_ptr3669drivers/block/ide-tape.cmemcpy_fromfs (tape->temp_data_buffer,buf_ptr,tape->data_buffer_size);
buf_ptr3670drivers/block/ide-tape.cbuf_ptr+=tape->data_buffer_size;
buf_ptr3687drivers/block/ide-tape.creturn (actually_written+idetape_chrdev_write_remainder (inode,file,buf_ptr,remainder));
buf_ptr1215drivers/net/ibmtr.cif(rbuffer->buf_ptr)
buf_ptr1216drivers/net/ibmtr.cfor(rbuffer=(struct rec_buf *)(ti->sram+ntohs(rbuffer->buf_ptr)-2);
buf_ptr1217drivers/net/ibmtr.cmemcpy(data,&(rbuffer->data),rbuffer_len=ntohs(rbuffer->buf_len)),rbuffer->buf_ptr;
buf_ptr1218drivers/net/ibmtr.cdata+=rbuffer_len,rbuffer=(struct rec_buf *)(ti->sram+ntohs(rbuffer->buf_ptr)-2))
buf_ptr1220drivers/net/ibmtr.cDPRINTK("buf_ptr: %d,data =%p\n",ntohs(rbuffer->buf_ptr),data);
buf_ptr392drivers/net/ibmtr.hunsigned short buf_ptr;
buf_ptr128drivers/sound/audio.cint             buf_no, buf_ptr, buf_size;
buf_ptr131drivers/sound/audio.cif (DMAbuf_get_curr_buffer (dev, &buf_no, &dma_buf, &buf_ptr, &buf_size) >= 0)
buf_ptr133drivers/sound/audio.cDMAbuf_start_output (dev, buf_no, buf_ptr);
buf_ptr186drivers/sound/audio.cint             c, p, l, buf_no, buf_ptr, buf_size;
buf_ptr212drivers/sound/audio.cif (DMAbuf_get_curr_buffer (dev, &buf_no, &dma_buf, &buf_ptr, &buf_size) < 0)
buf_ptr223drivers/sound/audio.cbuf_ptr = 0;
buf_ptr227drivers/sound/audio.cif (l > (buf_size - buf_ptr))
buf_ptr228drivers/sound/audio.cl = (buf_size - buf_ptr);
buf_ptr234drivers/sound/audio.cmemcpy_fromfs (&dma_buf[buf_ptr], &((buf)[p]), l);
buf_ptr238drivers/sound/audio.cdma_buf, buf_ptr, buf, p, l);
buf_ptr246drivers/sound/audio.ctranslate_bytes (ulaw_dsp, (unsigned char *) &dma_buf[buf_ptr], l);
buf_ptr251drivers/sound/audio.cbuf_ptr += l;
buf_ptr253drivers/sound/audio.cif (buf_ptr >= buf_size)
buf_ptr255drivers/sound/audio.cif ((err = DMAbuf_start_output (dev, buf_no, buf_ptr)) < 0)
buf_ptr262drivers/sound/audio.cDMAbuf_set_count (dev, buf_no, buf_ptr);
buf_ptr395drivers/sound/audio.cint             buf_no, buf_ptr, buf_size;
buf_ptr402drivers/sound/audio.cif (DMAbuf_get_curr_buffer (dev, &buf_no, &dma_buf, &buf_ptr, &buf_size) >= 0)
buf_ptr403drivers/sound/audio.cinfo.bytes += buf_size - buf_ptr;
buf_ptr453drivers/sound/audio.cint             buf_no, buf_ptr, buf_size;
buf_ptr470drivers/sound/audio.cif (DMAbuf_get_curr_buffer (dev, &buf_no, &dma_buf, &buf_ptr, &buf_size) >= 0)
buf_ptr1103drivers/sound/dmabuf.cDMAbuf_get_curr_buffer (int dev, int *buf_no, char **dma_buf, int *buf_ptr, int *buf_size)
buf_ptr1111drivers/sound/dmabuf.c*buf_ptr = dmap->counts[dmap->qtail];