Home
last modified time | relevance | path

Searched defs:filep (Results 1 – 24 of 24) sorted by relevance

/openbsd-src/sys/dev/pci/drm/amd/amdkfd/
H A Dkfd_chardev.c128 static int kfd_open(struct inode *inode, struct file *filep) in kfd_open() argument
164 static int kfd_release(struct inode *inode, struct file *filep) in kfd_release() argument
174 static int kfd_ioctl_get_version(struct file *filep, struct kfd_process *p, in kfd_ioctl_get_version() argument
298 static int kfd_ioctl_create_queue(struct file *filep, struct kfd_process *p, in kfd_ioctl_create_queue() argument
553 static int kfd_ioctl_get_queue_wave_state(struct file *filep, in kfd_ioctl_get_queue_wave_state() argument
571 kfd_ioctl_set_memory_policy(struct file * filep,struct kfd_process * p,void * data) kfd_ioctl_set_memory_policy() argument
625 kfd_ioctl_set_trap_handler(struct file * filep,struct kfd_process * p,void * data) kfd_ioctl_set_trap_handler() argument
655 kfd_ioctl_dbg_register(struct file * filep,struct kfd_process * p,void * data) kfd_ioctl_dbg_register() argument
661 kfd_ioctl_dbg_unregister(struct file * filep,struct kfd_process * p,void * data) kfd_ioctl_dbg_unregister() argument
667 kfd_ioctl_dbg_address_watch(struct file * filep,struct kfd_process * p,void * data) kfd_ioctl_dbg_address_watch() argument
674 kfd_ioctl_dbg_wave_control(struct file * filep,struct kfd_process * p,void * data) kfd_ioctl_dbg_wave_control() argument
680 kfd_ioctl_get_clock_counters(struct file * filep,struct kfd_process * p,void * data) kfd_ioctl_get_clock_counters() argument
898 kfd_ioctl_set_scratch_backing_va(struct file * filep,struct kfd_process * p,void * data) kfd_ioctl_set_scratch_backing_va() argument
937 kfd_ioctl_get_tile_config(struct file * filep,struct kfd_process * p,void * data) kfd_ioctl_get_tile_config() argument
981 kfd_ioctl_acquire_vm(struct file * filep,struct kfd_process * p,void * data) kfd_ioctl_acquire_vm() argument
1042 kfd_ioctl_get_available_memory(struct file * filep,struct kfd_process * p,void * data) kfd_ioctl_get_available_memory() argument
1056 kfd_ioctl_alloc_memory_of_gpu(struct file * filep,struct kfd_process * p,void * data) kfd_ioctl_alloc_memory_of_gpu() argument
1194 kfd_ioctl_free_memory_of_gpu(struct file * filep,struct kfd_process * p,void * data) kfd_ioctl_free_memory_of_gpu() argument
1246 kfd_ioctl_map_memory_to_gpu(struct file * filep,struct kfd_process * p,void * data) kfd_ioctl_map_memory_to_gpu() argument
1364 kfd_ioctl_unmap_memory_from_gpu(struct file * filep,struct kfd_process * p,void * data) kfd_ioctl_unmap_memory_from_gpu() argument
1460 kfd_ioctl_alloc_queue_gws(struct file * filep,struct kfd_process * p,void * data) kfd_ioctl_alloc_queue_gws() argument
1505 kfd_ioctl_get_dmabuf_info(struct file * filep,struct kfd_process * p,void * data) kfd_ioctl_get_dmabuf_info() argument
1558 kfd_ioctl_import_dmabuf(struct file * filep,struct kfd_process * p,void * data) kfd_ioctl_import_dmabuf() argument
1615 kfd_ioctl_export_dmabuf(struct file * filep,struct kfd_process * p,void * data) kfd_ioctl_export_dmabuf() argument
1668 kfd_ioctl_smi_events(struct file * filep,struct kfd_process * p,void * data) kfd_ioctl_smi_events() argument
1686 kfd_ioctl_set_xnack_mode(struct file * filep,struct kfd_process * p,void * data) kfd_ioctl_set_xnack_mode() argument
1719 kfd_ioctl_svm(struct file * filep,struct kfd_process * p,void * data) kfd_ioctl_svm() argument
1738 kfd_ioctl_set_xnack_mode(struct file * filep,struct kfd_process * p,void * data) kfd_ioctl_set_xnack_mode() argument
1743 kfd_ioctl_svm(struct file * filep,struct kfd_process * p,void * data) kfd_ioctl_svm() argument
2047 criu_checkpoint(struct file * filep,struct kfd_process * p,struct kfd_ioctl_criu_args * args) criu_checkpoint() argument
2488 criu_restore_objects(struct file * filep,struct kfd_process * p,struct kfd_ioctl_criu_args * args,uint64_t * priv_offset,uint64_t max_priv_data_size) criu_restore_objects() argument
2544 criu_restore(struct file * filep,struct kfd_process * p,struct kfd_ioctl_criu_args * args) criu_restore() argument
2600 criu_unpause(struct file * filep,struct kfd_process * p,struct kfd_ioctl_criu_args * args) criu_unpause() argument
2624 criu_resume(struct file * filep,struct kfd_process * p,struct kfd_ioctl_criu_args * args) criu_resume() argument
2669 criu_process_info(struct file * filep,struct kfd_process * p,struct kfd_ioctl_criu_args * args) criu_process_info() argument
2710 kfd_ioctl_criu(struct file * filep,struct kfd_process * p,void * data) kfd_ioctl_criu() argument
2871 kfd_ioctl_runtime_enable(struct file * filep,struct kfd_process * p,void * data) kfd_ioctl_runtime_enable() argument
2889 kfd_ioctl_set_debug_trap(struct file * filep,struct kfd_process * p,void * data) kfd_ioctl_set_debug_trap() argument
3227 kfd_ioctl(struct file * filep,unsigned int cmd,unsigned long arg) kfd_ioctl() argument
[all...]
H A Dkfd_smi_events.c64 static __poll_t kfd_smi_ev_poll(struct file *filep, in kfd_smi_ev_poll()
80 static ssize_t kfd_smi_ev_read(struct file *filep, char __user *user, in kfd_smi_ev_read()
125 static ssize_t kfd_smi_ev_write(struct file *filep, const char __user *user, in kfd_smi_ev_write()
149 static int kfd_smi_ev_release(struct inode *inode, struct file *filep) in kfd_smi_ev_release()
H A Dkfd_process.c1287 kfd_process_init_cwsr_apu(struct kfd_process * p,struct file * filep) kfd_process_init_cwsr_apu() argument
/openbsd-src/sys/dev/pci/drm/
H A Ddrm_debugfs_crc.c195 static int crtc_crc_open(struct inode *inode, struct file *filep) in crtc_crc_open()
258 static int crtc_crc_release(struct inode *inode, struct file *filep) in crtc_crc_release()
284 static ssize_t crtc_crc_read(struct file *filep, char __user *user_buf, in crtc_crc_read()
H A Ddrm_gem.c963 drm_gem_dma_resv_wait(struct drm_file * filep,u32 handle,bool wait_all,unsigned long timeout) drm_gem_dma_resv_wait() argument
/openbsd-src/regress/usr.bin/mandoc/db/dbm_dump/
H A Ddbm_dump.c79 const char *namep, *sectp, *archp, *descp, *filep; in dump_pages() local
/openbsd-src/lib/libcurses/base/
H A Dlib_screen.c649 getwin(FILE *filep) in getwin()
795 putwin(WINDOW *win, FILE *filep) in putwin()
/openbsd-src/sys/dev/pci/drm/radeon/
H A Dradeon_ttm.c832 static int radeon_ttm_vram_open(struct inode *inode, struct file *filep) in radeon_ttm_vram_open() argument
884 static int radeon_ttm_gtt_open(struct inode *inode, struct file *filep) in radeon_ttm_gtt_open() argument
/openbsd-src/usr.sbin/npppd/npppd/
H A Dnpppd_subr.c84 FILE *filep; in load_resolv_conf() local
/openbsd-src/usr.bin/sdiff/
H A Dsdiff.c1010 struct fileline *filep; in printc() local
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Delf64-sparc.c734 elf64_sparc_print_symbol_all (bfd *abfd ATTRIBUTE_UNUSED, PTR filep, in elf64_sparc_print_symbol_all()
H A Dtekhex.c899 void * filep, in tekhex_print_symbol()
H A Dcoffgen.c1864 void * filep, in coff_print_symbol()
H A Decofflink.c351 bfd_boolean filep; member
H A Decoff.c1363 void * filep, in _bfd_ecoff_print_symbol()
H A Delf.c1351 void *filep, in bfd_elf_print_symbol()
/openbsd-src/gnu/gcc/gcc/
H A Dpostreload-gcse.c435 dump_hash_table_entry (void **slot, void *filep) in dump_hash_table_entry()
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dtekhex.c988 tekhex_print_symbol (abfd, filep, symbol, how) in tekhex_print_symbol() argument
H A Dcoffgen.c2031 coff_print_symbol (abfd, filep, symbol, how) in coff_print_symbol() argument
H A Decofflink.c351 bfd_boolean filep; member
H A Delf64-sparc.c3068 sparc64_elf_print_symbol_all (abfd, filep, symbol) in sparc64_elf_print_symbol_all() argument
H A Decoff.c1476 _bfd_ecoff_print_symbol (abfd, filep, symbol, how) in _bfd_ecoff_print_symbol() argument
H A Delf.c1180 void *filep, in bfd_elf_print_symbol()
/openbsd-src/gnu/gcc/libmudflap/
H A Dmf-hooks2.c2072 WRAPPER2(struct mntent *, getmntent, FILE *filep) in WRAPPER2()