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

  /src/sys/arch/mvme68k/stand/libsa/
parse_args.c 41 parse_args(char **filep, int *flagp, int *partp)
79 *filep = name;
  /src/sys/arch/mvmeppc/stand/libsa/
parse_args.c 40 parse_args(char *astart, const char *aend, const char **filep, int *flagp, int *partp)
79 *filep = name;
  /src/sys/external/bsd/drm2/dist/drm/
drm_debugfs_crc.c 198 static int crtc_crc_open(struct inode *inode, struct file *filep)
261 static int crtc_crc_release(struct inode *inode, struct file *filep)
263 struct drm_crtc *crtc = filep->f_inode->i_private;
287 static ssize_t crtc_crc_read(struct file *filep, char __user *user_buf,
290 struct drm_crtc *crtc = filep->f_inode->i_private;
305 if (filep->f_flags & O_NONBLOCK) {
drm_gem.c 863 * @filep: DRM file private date
873 long drm_gem_dma_resv_wait(struct drm_file *filep, u32 handle,
879 obj = drm_gem_object_lookup(filep, handle);
  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_chardev.c 112 static int kfd_open(struct inode *inode, struct file *filep)
130 process = kfd_create_process(filep);
139 /* filep now owns the reference returned by kfd_create_process */
140 filep->private_data = process;
148 static int kfd_release(struct inode *inode, struct file *filep)
150 struct kfd_process *process = filep->private_data;
158 static int kfd_ioctl_get_version(struct file *filep, struct kfd_process *p,
274 static int kfd_ioctl_create_queue(struct file *filep, struct kfd_process *p,
312 err = pqm_create_queue(&p->pqm, dev, filep, &q_properties, &queue_id,
469 static int kfd_ioctl_get_queue_wave_state(struct file *filep,
    [all...]
kfd_process.c 72 static int kfd_process_init_cwsr_apu(struct kfd_process *p, struct file *filep);
273 struct kfd_process *kfd_create_process(struct file *filep)
302 ret = kfd_process_init_cwsr_apu(process, filep);
559 static int kfd_process_init_cwsr_apu(struct kfd_process *p, struct file *filep)
572 qpd->tba_addr = (int64_t)vm_mmap(filep, 0,
kfd_priv.h 744 * \param filep pointer to file structure.
748 typedef int amdkfd_ioctl_t(struct file *filep, struct kfd_process *p,
762 struct kfd_process *kfd_create_process(struct file *filep);
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_gem.h 439 long drm_gem_dma_resv_wait(struct drm_file *filep, u32 handle,
  /src/usr.bin/sdiff/
sdiff.c 984 struct fileline *filep; local in function:printc
986 filep = SIMPLEQ_FIRST(&delqhead);
987 enqueue(filep->line, '<', NULL);
989 free(filep);
  /src/libexec/tftpd/
tftpd.c 774 validate_access(char **filep, int mode)
784 filename = *filep;
846 *filep = filename = pathname;
888 *filep = filename;
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_ttm.c 1184 static int radeon_ttm_vram_open(struct inode *inode, struct file *filep)
1188 filep->private_data = inode->i_private;
1236 static int radeon_ttm_gtt_open(struct inode *inode, struct file *filep)
1240 filep->private_data = inode->i_private;
  /src/sys/dev/audio/
audio.c 2187 * It stores allocated file to *filep.
2191 audiobellopen(dev_t dev, audio_file_t **filep)
2223 error = audio_open(dev, sc, FWRITE, 0, curlwp, filep);

Completed in 28 milliseconds