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

  /src/sys/sys/
filedesc.h 206 int fd_dupopen(int, bool, int, int *);
  /src/sys/kern/
kern_descrip.c 1691 * actions in fd_dupopen below. Other callers of vn_open or VOP_OPEN
1719 fd_dupopen(int old, bool moveit, int flags, int *newp) function
vfs_syscalls.c 1799 error = fd_dupopen(dupfd, dupfd_move, flags, &indx);

Completed in 20 milliseconds