Searched refs:fd_flags (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dfiledesc.h105 int fd_flags; member in struct:filedesc
109 * definitions for fd_flags;
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_lookup.c323 if ( !(fdp->fd_flags & FD_CHROOT))
H A Dvfs_syscalls.c2896 fdp->fd_flags |= FD_CHROOT;
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_descrip.c2140 * fd_flags Flags to augment the new fd
2159 struct filedesc *fdp, int old, int new, int fd_flags, int32_t *retval)
2214 *fdflags(p, new) |= fd_flags;
2158 finishdup(proc_t p, struct filedesc *fdp, int old, int new, int fd_flags, int32_t *retval) argument

Completed in 45 milliseconds