Home
last modified time | relevance | path

Searched refs:fdinsert (Results 1 – 11 of 11) sorted by relevance

/openbsd/src/sys/sys/
Dfiledesc.h143 void fdinsert(struct filedesc *, int, int, struct file *);
/openbsd/src/sys/dev/
Ddiskmap.c129 fdinsert(fdp, fd, flags, fp); in diskmapioctl()
/openbsd/src/sys/kern/
Dexec_script.c184 fdinsert(p->p_fd, epp->ep_fd, 0, fp); in exec_script_makecmds()
Duipc_syscalls.c116 fdinsert(fdp, fd, cloexec, fp); in sys_socket()
349 fdinsert(fdp, tmpfd, cloexec, fp); in doaccept()
501 fdinsert(fdp, sv[0], cloexec, fp1); in sys_socketpair()
502 fdinsert(fdp, sv[1], cloexec, fp2); in sys_socketpair()
1668 fdinsert(fdp, fd, UF_EXCLOSE, fp); in sys_ypconnect()
Dsys_pipe.c206 fdinsert(fdp, fds[0], cloexec, rf); in dopipe()
207 fdinsert(fdp, fds[1], cloexec, wf); in dopipe()
Dtty_pty.c1194 fdinsert(fdp, cindx, 0, cfp); in ptmioctl()
1195 fdinsert(fdp, sindx, 0, sfp); in ptmioctl()
Dkern_exec.c661 fdinsert(p->p_fd, indx, 0, fp); in sys_execve()
Dvfs_syscalls.c1190 fdinsert(fdp, indx, cloexec, fp); in doopenat()
1260 fdinsert(fdp, indx, cloexec, fp); in sys___tmpfd()
1446 fdinsert(fdp, indx, cloexec, fp); in sys_fhopen()
Dkern_descrip.c691 fdinsert(struct filedesc *fdp, int fd, int flags, struct file *fp) in fdinsert() function
Dkern_event.c1053 fdinsert(fdp, fd, cloexec, fp); in dokqueue()
/openbsd/src/sys/dev/pci/drm/
Ddrm_linux.c2641 fdinsert(fdp, fd, cloexec, fp); in dma_buf_fd()
3168 fdinsert(fdp, fd, UF_EXCLOSE, fp); in fd_install()