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

  /src/sys/sys/
filedesc.h 111 * Same with fd_set_foclose() for O_CLOFORK, SOCK_CLOFORK, etc.
115 bool ff_foclose; /* :: close on fork (fd_set_foclose) */
233 void fd_set_foclose(struct lwp *, int, bool);
  /src/sys/kern/
tty_ptm.c 211 fd_set_foclose(l, *fd, (flags & O_CLOFORK) != 0);
sys_memfd.c 131 fd_set_foclose(l, fd, (flags & MFD_CLOFORK) != 0);
sys_pipe.c 243 fd_set_foclose(l, fildes[0], (flags & O_CLOFORK) != 0);
250 fd_set_foclose(l, fildes[1], (flags & O_CLOFORK) != 0);
kern_descrip.c 764 fd_set_foclose(curlwp, *newp, foclose);
821 fd_set_foclose(curlwp, newfd, (flags & O_CLOFORK) != 0);
1891 fd_set_foclose(struct lwp *l, int fd, bool foclose) function
1968 fd_set_foclose(curlwp, fd, (flag & O_CLOFORK) != 0);
sys_descrip.c 422 fd_set_foclose(l, fd, (tmp & FD_CLOFORK) != 0);
uipc_syscalls.c 261 fd_set_foclose(l, fd, (flags & SOCK_CLOFORK) != 0);
uipc_usrreq.c 1486 fd_set_foclose(l, fd, (flags & O_CLOFORK) != 0);
uipc_socket.c 606 fd_set_foclose(l, fd, (flags & SOCK_CLOFORK) != 0);
vfs_syscalls.c 335 fd_set_foclose(l, indx, true);

Completed in 35 milliseconds