taglinefilesource code
buf_ptr3641drivers/block/ide-tape.cchar *buf_ptr=buf;
buf_ptr3678drivers/block/ide-tape.cmemcpy_tofs (buf_ptr,tape->merge_buffer+tape->merge_buffer_offset,actually_read);
buf_ptr3679drivers/block/ide-tape.cbuf_ptr+=actually_read;tape->merge_buffer_size-=actually_read;
buf_ptr3687drivers/block/ide-tape.cmemcpy_tofs (buf_ptr,tape->merge_buffer,bytes_read);
buf_ptr3688drivers/block/ide-tape.cbuf_ptr+=bytes_read;count-=bytes_read;actually_read+=bytes_read;
buf_ptr3696drivers/block/ide-tape.cmemcpy_tofs (buf_ptr,tape->merge_buffer,temp);
buf_ptr3709drivers/block/ide-tape.cconst char *buf_ptr=buf;
buf_ptr3745drivers/block/ide-tape.cmemcpy_fromfs (tape->merge_buffer+tape->merge_buffer_size,buf_ptr,actually_written);
buf_ptr3746drivers/block/ide-tape.cbuf_ptr+=actually_written;tape->merge_buffer_size+=actually_written;count-=actually_written;
buf_ptr3757drivers/block/ide-tape.cmemcpy_fromfs (tape->merge_buffer,buf_ptr,tape->data_buffer_size);
buf_ptr3758drivers/block/ide-tape.cbuf_ptr+=tape->data_buffer_size;count-=tape->data_buffer_size;
buf_ptr3767drivers/block/ide-tape.cmemcpy_fromfs (tape->merge_buffer,buf_ptr,count);
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_ptr131drivers/sound/audio.cint             buf_no, buf_ptr, buf_size;
buf_ptr134drivers/sound/audio.cif (DMAbuf_get_curr_buffer (dev, &buf_no, &dma_buf, &buf_ptr, &buf_size) >= 0)
buf_ptr136drivers/sound/audio.cDMAbuf_start_output (dev, buf_no, buf_ptr);
buf_ptr189drivers/sound/audio.cint             c, p, l, buf_no, buf_ptr, buf_size;
buf_ptr215drivers/sound/audio.cif (DMAbuf_get_curr_buffer (dev, &buf_no, &dma_buf, &buf_ptr, &buf_size) < 0)
buf_ptr226drivers/sound/audio.cbuf_ptr = 0;
buf_ptr230drivers/sound/audio.cif (l > (buf_size - buf_ptr))
buf_ptr231drivers/sound/audio.cl = (buf_size - buf_ptr);
buf_ptr237drivers/sound/audio.cmemcpy_fromfs (&dma_buf[buf_ptr], &((buf)[p]), l);
buf_ptr241drivers/sound/audio.cdma_buf, buf_ptr, buf, p, l);
buf_ptr249drivers/sound/audio.ctranslate_bytes (ulaw_dsp, (unsigned char *) &dma_buf[buf_ptr], l);
buf_ptr254drivers/sound/audio.cbuf_ptr += l;
buf_ptr256drivers/sound/audio.cif (buf_ptr >= buf_size)
buf_ptr258drivers/sound/audio.cif ((err = DMAbuf_start_output (dev, buf_no, buf_ptr)) < 0)
buf_ptr265drivers/sound/audio.cDMAbuf_set_count (dev, buf_no, buf_ptr);
buf_ptr398drivers/sound/audio.cint             buf_no, buf_ptr, buf_size;
buf_ptr405drivers/sound/audio.cif (DMAbuf_get_curr_buffer (dev, &buf_no, &dma_buf, &buf_ptr, &buf_size) >= 0)
buf_ptr406drivers/sound/audio.cinfo.bytes += buf_size - buf_ptr;
buf_ptr456drivers/sound/audio.cint             buf_no, buf_ptr, buf_size;
buf_ptr477drivers/sound/audio.cif (DMAbuf_get_curr_buffer (dev, &buf_no, &dma_buf, &buf_ptr, &buf_size) >= 0)
buf_ptr1108drivers/sound/dmabuf.cDMAbuf_get_curr_buffer (int dev, int *buf_no, char **dma_buf, int *buf_ptr, int *buf_size)
buf_ptr1116drivers/sound/dmabuf.c*buf_ptr = dmap->counts[dmap->qtail];