Home
last modified time | relevance | path

Searched refs:fdalloc (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/dev/drm/
H A Dlinux_dma-buf.c108 error = fdalloc(curproc, 0, &fd); in dma_buf_fd()
/dragonfly/sys/sys/
H A Dfiledesc.h160 int fdalloc (struct proc *p, int want, int *result);
/dragonfly/sys/kern/
H A Dkern_checkpoint.c664 if (fdalloc(lp->lwp_proc, cfi->cfi_index, &fd) != 0) { in elf_getfiles()
H A Dkern_descrip.c1809 fdalloc(struct proc *p, int want, int *result) in fdalloc() function
2084 if ((error = fdalloc(lp->lwp_proc, 0, resultfd)) != 0) { in falloc()
H A Duipc_usrreq.c1593 if (fdalloc(p, 0, &f)) { in unp_externalize()
H A Dvfs_syscalls.c2213 if ((error = fdalloc(p, 0, &indx)) != 0) { in kern_open()