HomeSort by: relevance | last modified time | path
    Searched refs:f_data (Results 1 - 25 of 106) sorted by relevancy

1 2 3 4 5

  /src/usr.bin/fstat/
misc.c 132 if (!KVM_READ(f->f_data, &bpf, sizeof(bpf))) {
133 dprintf("can't read bpf at %p for pid %d", f->f_data, Pid);
176 if (!KVM_READ(f->f_data, &ks, sizeof(ks))) {
177 dprintf("can't read sem at %p for pid %d", f->f_data, Pid);
206 if (!KVM_READ(f->f_data, &mq, sizeof(mq))) {
207 dprintf("can't read mqueue at %p for pid %d", f->f_data, Pid);
220 if (!KVM_READ(f->f_data, &kq, sizeof(kq))) {
221 dprintf("can't read kqueue at %p for pid %d", f->f_data, Pid);
236 if (!KVM_READ(f->f_data, &af, sizeof(af))) {
238 f->f_data, Pid)
    [all...]
misc.c 132 if (!KVM_READ(f->f_data, &bpf, sizeof(bpf))) {
133 dprintf("can't read bpf at %p for pid %d", f->f_data, Pid);
176 if (!KVM_READ(f->f_data, &ks, sizeof(ks))) {
177 dprintf("can't read sem at %p for pid %d", f->f_data, Pid);
206 if (!KVM_READ(f->f_data, &mq, sizeof(mq))) {
207 dprintf("can't read mqueue at %p for pid %d", f->f_data, Pid);
220 if (!KVM_READ(f->f_data, &kq, sizeof(kq))) {
221 dprintf("can't read kqueue at %p for pid %d", f->f_data, Pid);
236 if (!KVM_READ(f->f_data, &af, sizeof(af))) {
238 f->f_data, Pid)
    [all...]
  /src/sys/external/bsd/drm2/linux/
linux_dma_buf.c 117 file->f_data = dmabuf;
142 dmabuf = file->f_data;
258 struct dma_buf *dmabuf = file->f_data;
267 struct dma_buf *dmabuf = file->f_data;
276 struct dma_buf *dmabuf = file->f_data;
286 struct dma_buf *dmabuf = file->f_data;
305 struct dma_buf *dmabuf = fp->f_data;
linux_dma_buf.c 117 file->f_data = dmabuf;
142 dmabuf = file->f_data;
258 struct dma_buf *dmabuf = file->f_data;
267 struct dma_buf *dmabuf = file->f_data;
276 struct dma_buf *dmabuf = file->f_data;
286 struct dma_buf *dmabuf = file->f_data;
305 struct dma_buf *dmabuf = fp->f_data;
linux_sync_file.c 64 fp->f_data = sf;
72 struct sync_file *sf = fp->f_data;
100 struct sync_file *sf = fp->f_data;
136 struct sync_file *sf = fp->f_data;
218 sf = fp->f_data;
linux_sync_file.c 64 fp->f_data = sf;
72 struct sync_file *sf = fp->f_data;
100 struct sync_file *sf = fp->f_data;
136 struct sync_file *sf = fp->f_data;
218 sf = fp->f_data;
  /src/sys/modules/examples/pollpal/
pollpal.c 150 pal_t * pl = fp->f_data;
174 pal_t *pl = fp->f_data;
219 pal_t *pl = fp->f_data;
267 pal_t *pl = fp->f_data;
pollpal.c 150 pal_t * pl = fp->f_data;
174 pal_t *pl = fp->f_data;
219 pal_t *pl = fp->f_data;
267 pal_t *pl = fp->f_data;
  /src/sys/dev/dmover/
dmover_io.c 219 struct dmio_state *ds = (struct dmio_state *) fp->f_data;
397 struct dmio_state *ds = (struct dmio_state *) fp->f_data;
519 struct dmio_state *ds = (struct dmio_state *) fp->f_data;
603 struct dmio_state *ds = fp->f_data;
625 struct dmio_state *ds = (struct dmio_state *) fp->f_data;
680 struct dmio_state *ds = (struct dmio_state *) fp->f_data;
727 struct dmio_state *ds = (struct dmio_state *) fp->f_data;
758 fp->f_data = NULL;
dmover_io.c 219 struct dmio_state *ds = (struct dmio_state *) fp->f_data;
397 struct dmio_state *ds = (struct dmio_state *) fp->f_data;
519 struct dmio_state *ds = (struct dmio_state *) fp->f_data;
603 struct dmio_state *ds = fp->f_data;
625 struct dmio_state *ds = (struct dmio_state *) fp->f_data;
680 struct dmio_state *ds = (struct dmio_state *) fp->f_data;
727 struct dmio_state *ds = (struct dmio_state *) fp->f_data;
758 fp->f_data = NULL;
  /src/sys/modules/examples/fopsmapper/
fopsmapper.c 122 if ((fo = fp->f_data) == NULL)
159 fo = fp->f_data;
fopsmapper.c 122 if ((fo = fp->f_data) == NULL)
159 fo = fp->f_data;
  /src/sys/fs/nfs/client/
nfs_clkrpc.c 178 so = fp->f_data;
195 fp->f_data = NULL;
nfs_clkrpc.c 178 so = fp->f_data;
195 fp->f_data = NULL;
  /src/sys/external/bsd/drm2/drm/
drm_cdevsw.c 222 struct drm_file *const priv = fp->f_data;
253 struct drm_file *const file = fp->f_data;
386 struct drm_file *file = fp->f_data;
403 struct drm_file *const file = fp->f_data;
434 struct drm_file *const file = fp->f_data;
496 struct drm_file *const file = fp->f_data;
518 struct drm_file *const file = fp->f_data;
drm_cdevsw.c 222 struct drm_file *const priv = fp->f_data;
253 struct drm_file *const file = fp->f_data;
386 struct drm_file *file = fp->f_data;
403 struct drm_file *const file = fp->f_data;
434 struct drm_file *const file = fp->f_data;
496 struct drm_file *const file = fp->f_data;
518 struct drm_file *const file = fp->f_data;
drm_gem_vm.c 108 struct drm_file *file = fp->f_data;
drm_gem_vm.c 108 struct drm_file *file = fp->f_data;
  /src/sys/dev/putter/
putter.c 226 struct putter_instance *pi = fp->f_data;
273 struct putter_instance *pi = fp->f_data;
325 struct putter_instance *pi = fp->f_data;
360 struct putter_instance *pi = fp->f_data;
428 struct putter_instance *pi = fp->f_data;
504 struct putter_instance *pi = fp->f_data;
putter.c 226 struct putter_instance *pi = fp->f_data;
273 struct putter_instance *pi = fp->f_data;
325 struct putter_instance *pi = fp->f_data;
360 struct putter_instance *pi = fp->f_data;
428 struct putter_instance *pi = fp->f_data;
504 struct putter_instance *pi = fp->f_data;
  /src/sys/arch/xen/xen/
xenevt.c 423 struct xenevt_d *d = fp->f_data;
435 fp->f_data = NULL;
443 struct xenevt_d *d = fp->f_data;
510 struct xenevt_d *d = fp->f_data;
539 struct xenevt_d *d = fp->f_data;
657 struct xenevt_d *d = fp->f_data;
xenevt.c 423 struct xenevt_d *d = fp->f_data;
435 fp->f_data = NULL;
443 struct xenevt_d *d = fp->f_data;
510 struct xenevt_d *d = fp->f_data;
539 struct xenevt_d *d = fp->f_data;
657 struct xenevt_d *d = fp->f_data;
  /src/sys/fs/nfs/common/
nfsdport.h 95 #define NFSFPVNODE(f) ((struct vnode *)((f)->f_data))
nfsdport.h 95 #define NFSFPVNODE(f) ((struct vnode *)((f)->f_data))
  /src/sys/rump/librump/rumpkern/
cons.c 92 fp->f_data = NULL;

Completed in 56 milliseconds

1 2 3 4 5