HomeSort by: relevance | last modified time | path
    Searched refs:fd_set_foclose (Results 1 - 9 of 9) 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_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 761 fd_set_foclose(curlwp, *newp, foclose);
818 fd_set_foclose(curlwp, newfd, (flags & O_CLOFORK) != 0);
1888 fd_set_foclose(struct lwp *l, int fd, bool foclose) function in typeref:typename:void
1965 fd_set_foclose(curlwp, fd, (flag & O_CLOFORK) != 0);
sys_descrip.c 419 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 334 fd_set_foclose(l, indx, true);

Completed in 32 milliseconds