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_ptr1265drivers/net/ibmtr.cif(rbuffer->buf_ptr)
buf_ptr1266drivers/net/ibmtr.cfor(rbuffer=(struct rec_buf *)(ti->sram+ntohs(rbuffer->buf_ptr)-2);
buf_ptr1267drivers/net/ibmtr.cmemcpy(data,&(rbuffer->data),rbuffer_len=ntohs(rbuffer->buf_len)),rbuffer->buf_ptr;
buf_ptr1268drivers/net/ibmtr.cdata+=rbuffer_len,rbuffer=(struct rec_buf *)(ti->sram+ntohs(rbuffer->buf_ptr)-2))
buf_ptr1270drivers/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_ptr192drivers/sound/audio.cint             c, p, l, buf_no, buf_ptr, buf_size;
buf_ptr218drivers/sound/audio.cif (DMAbuf_get_curr_buffer (dev, &buf_no, &dma_buf, &buf_ptr, &buf_size) < 0)
buf_ptr229drivers/sound/audio.cbuf_ptr = 0;
buf_ptr233drivers/sound/audio.cif (l > (buf_size - buf_ptr))
buf_ptr234drivers/sound/audio.cl = (buf_size - buf_ptr);
buf_ptr240drivers/sound/audio.cmemcpy_fromfs (&dma_buf[buf_ptr], &((buf)[p]), l);
buf_ptr244drivers/sound/audio.cdma_buf, buf_ptr, buf, p, l);
buf_ptr252drivers/sound/audio.ctranslate_bytes (ulaw_dsp, (unsigned char *) &dma_buf[buf_ptr], l);
buf_ptr257drivers/sound/audio.cbuf_ptr += l;
buf_ptr259drivers/sound/audio.cif (buf_ptr >= buf_size)
buf_ptr261drivers/sound/audio.cif ((err = DMAbuf_start_output (dev, buf_no, buf_ptr)) < 0)
buf_ptr268drivers/sound/audio.cDMAbuf_set_count (dev, buf_no, buf_ptr);
buf_ptr401drivers/sound/audio.cint             buf_no, buf_ptr, buf_size;
buf_ptr408drivers/sound/audio.cif (DMAbuf_get_curr_buffer (dev, &buf_no, &dma_buf, &buf_ptr, &buf_size) >= 0)
buf_ptr409drivers/sound/audio.cinfo.bytes += buf_size - buf_ptr;
buf_ptr461drivers/sound/audio.cint             buf_no, buf_ptr, buf_size;
buf_ptr482drivers/sound/audio.cif (DMAbuf_get_curr_buffer (dev, &buf_no, &dma_buf, &buf_ptr, &buf_size) >= 0)
buf_ptr1133drivers/sound/dmabuf.cDMAbuf_get_curr_buffer (int dev, int *buf_no, char **dma_buf, int *buf_ptr, int *buf_size)
buf_ptr1141drivers/sound/dmabuf.c*buf_ptr = dmap->counts[dmap->qtail];