HomeSort by: relevance | last modified time | path
    Searched refs:ppos (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
kvmgt.c 72 size_t count, loff_t *ppos, bool iswrite);
415 size_t count, loff_t *ppos, bool iswrite)
417 unsigned int i = VFIO_PCI_OFFSET_TO_INDEX(*ppos) -
420 loff_t pos = *ppos & VFIO_PCI_OFFSET_MASK;
514 size_t count, loff_t *ppos, bool iswrite)
517 unsigned int i = VFIO_PCI_OFFSET_TO_INDEX(*ppos) -
521 loff_t pos = *ppos & VFIO_PCI_OFFSET_MASK;
938 size_t count, loff_t *ppos, bool is_write)
941 unsigned int index = VFIO_PCI_OFFSET_TO_INDEX(*ppos);
942 u64 pos = *ppos & VFIO_PCI_OFFSET_MASK
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_debugfs.c 43 const char __user *user_buf, size_t size, loff_t *ppos)
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_fb_helper.h 254 size_t count, loff_t *ppos);
256 size_t count, loff_t *ppos);
386 loff_t *ppos)
393 size_t count, loff_t *ppos)
  /src/usr.bin/at/
at.c 174 char *ap, *ppos; local in function:writefile
200 ppos = atfile + strlen(atfile);
235 (void)snprintf(ppos, sizeof(atfile) - (ppos - atfile),
238 for (ap = ppos; *ap != '\0'; ap++)
  /src/sys/dev/wscons/
wsdisplay_vcons.c 1030 int pos, c, offset, ppos; local in function:vcons_copycols_noread
1037 ppos = ri->ri_cols * row + dstcol;
1038 pos = ppos + offset;
1041 if ((scr->scr_chars[pos] != vdp->chars[ppos]) ||
1042 (scr->scr_attrs[pos] != vdp->attrs[ppos])) {
1045 vdp->chars[ppos] = scr->scr_chars[pos];
1046 vdp->attrs[ppos] = scr->scr_attrs[pos];
1053 ppos++;
1184 int pos, l, c, offset, ppos; local in function:vcons_copyrows_noread
1191 ppos = ri->ri_cols * dstrow
    [all...]
  /src/usr.bin/gzip/
unlz.c 282 off_t pos, ppos, spos, dict_size; member in struct:lz_decoder
303 lz->ppos += lz->pos;
333 lz->pos = lz->ppos = lz->spos = 0;
375 return lz->ppos + lz->pos;
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_ras.c 907 char *buf, loff_t ppos, size_t count)
914 unsigned int start = div64_ul(ppos + element_size - 1, element_size);
915 unsigned int end = div64_ul(ppos + count - 1, element_size);
  /src/sys/external/bsd/drm2/dist/drm/
drm_fb_helper.c 717 * @ppos: read offset within framebuffer memory
722 size_t count, loff_t *ppos)
724 return fb_sys_read(info, buf, count, ppos);
733 * @ppos: write offset within framebuffer memory
738 size_t count, loff_t *ppos)
742 ret = fb_sys_write(info, buf, count, ppos);
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_perf.c 3008 * @ppos: (inout) file seek position (unused)
3032 int ppos) /* XXX dummy */
3034 return stream->ops->read(stream, buf, count, ppos);
3041 loff_t *ppos)
3061 * @ppos: (inout) file seek position (unused)
3079 int ppos) /* XXX dummy */
3084 loff_t *ppos)
3123 buf, count, ppos);
3128 ret = i915_perf_read_locked(stream, file, buf, count, ppos);
i915_debugfs.c 754 loff_t *ppos)
1933 loff_t *ppos)
4183 size_t cnt, loff_t *ppos)
  /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_arm.c 1559 vchiq_read(struct file *file, off_t *ppos, struct uio *uio, kauth_cred_t cred,
1570 context.offset = *ppos;
1574 *ppos += context.actual;

Completed in 26 milliseconds