HomeSort by: relevance | last modified time | path
    Searched defs:fops (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
debugfs_gt.h 32 const struct file_operations *fops; member in struct:debugfs_gt_file
  /src/sys/arch/zaurus/stand/zbsdmod/
zbsdmod.c 55 static struct file_operations fops = { variable in typeref:struct:file_operations
316 rc = register_chrdev(ZBOOTDEV_MAJOR, ZBOOTDEV_NAME, &fops);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_debugfs.c 220 const struct file_operations *fops; member in struct:nouveau_debugfs_files
236 nouveau_debugfs_files[i].fops);
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_drv.h 780 * @fops:
786 const struct file_operations *fops; member in struct:drm_driver
  /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm_debugfs.c 938 const struct file_operations *fops; member in struct:__anon438ffb2f0108
1007 dp_debugfs_entries[i].fops);
  /src/dist/pf/usr.sbin/ftp-proxy/
ftp-proxy.c 134 static const ftp_proxy_ops_t * fops = &pf_fprx_ops; variable in typeref:typename:const ftp_proxy_ops_t *
319 if (fops->prepare_commit(s->id) == -1)
321 else if (fops->do_commit() == -1) {
323 fops->do_rollback();
449 if (fops->server_lookup(client_sa, client_to_proxy_sa, server_sa)) {
670 fops = &ipf_fprx_ops;
681 fops = &npf_fprx_ops;
787 fops->init_filter(qname, tagname, verbose);
1010 if (fops->prepare_commit(s->id) == -1)
1019 if (fops->add_rdr(s->id, client_sa, orig_sa, s->proxy_port
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_ttm.c 2694 const struct file_operations *fops; member in struct:__anonbb79c09f0108
2719 ttm_debugfs_entries[count].fops);
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_perf.c 471 * This is either called via fops (for blocking reads in user ctx) or the poll
3495 static const struct fileops fops = { variable in typeref:typename:const struct fileops
3509 static const struct file_operations fops = { variable in typeref:typename:const struct file_operations
3661 fp->f_ops = &fops;
3665 stream_fd = anon_inode_getfd("[i915_perf]", &fops, stream, f_flags);
i915_debugfs.c 4287 const struct file_operations *fops; member in struct:i915_debugfs_files
4327 i915_debugfs_files[i].fops);
  /src/sys/kern/
kern_entropy.c 2520 static const struct fileops fops = { local in function:entropy_ioctl
2524 .f_ops = &fops,

Completed in 28 milliseconds