Searched refs:fd_ofileflags (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dfiledesc.h92 char *fd_ofileflags; /* per-process open file flags */ member in struct:filedesc
146 (&(p)->p_fd->fd_ofileflags[(fd)])
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_descrip.c295 p->p_fd->fd_ofileflags[fd] |= UF_RESERVED;
301 p->p_fd->fd_ofileflags[fd] |= (UF_RESERVED | UF_CLOSING);
309 p->p_fd->fd_ofileflags[fd] &= ~UF_RESERVED;
310 if ((p->p_fd->fd_ofileflags[fd] & UF_RESVWAIT) == UF_RESVWAIT) {
311 p->p_fd->fd_ofileflags[fd] &= ~UF_RESVWAIT;
319 p->p_fd->fd_ofileflags[fd] |= UF_RESVWAIT;
329 waiting = (p->p_fd->fd_ofileflags[fd] & UF_RESVWAIT);
331 p->p_fd->fd_ofileflags[fd] = 0;
367 !(fdp->fd_ofileflags[nfd] & UF_RESERVED))
544 while ((fdp->fd_ofileflags[ne
[all...]
H A Dproc_info.c349 && ((p->p_fd->fd_ofileflags[n] & UF_RESERVED) == 0)) {
1462 closeonexec = p->p_fd->fd_ofileflags[fd] & UF_EXCLOSE;
1476 closeonexec = p->p_fd->fd_ofileflags[fd] & UF_EXCLOSE;
1488 closeonexec = p->p_fd->fd_ofileflags[fd] & UF_EXCLOSE;
1500 closeonexec = p->p_fd->fd_ofileflags[fd] & UF_EXCLOSE;
1512 closeonexec = p->p_fd->fd_ofileflags[fd] & UF_EXCLOSE;
1524 closeonexec = p->p_fd->fd_ofileflags[fd] & UF_EXCLOSE;
1536 closeonexec = p->p_fd->fd_ofileflags[fd] & UF_EXCLOSE;
1550 closeonexec = p->p_fd->fd_ofileflags[fd] & UF_EXCLOSE;
H A Dkern_resource.c524 if (fp == NULL || (fdp->fd_ofileflags[i] & UF_RESERVED) != 0 ||
548 if ( fp == NULL || (fdp->fd_ofileflags[ i ] & UF_RESERVED) != 0 ||
H A Dsys_generic.c1360 if (fp == NULL || (fdp->fd_ofileflags[fd] & UF_RESERVED)) {
1683 (fdp->fd_ofileflags[fd] & UF_RESERVED)) {
/darwin-on-arm/xnu/bsd/netinet/
H A Din_tclass.c291 (fdp->fd_ofileflags[i] & UF_RESERVED) != 0 ||
375 (fdp->fd_ofileflags[i] & UF_RESERVED) != 0 ||
/darwin-on-arm/xnu/bsd/vm/
H A Dvm_unix.c1001 if (fp == NULL || (fdp->fd_ofileflags[i] & UF_RESERVED) != 0 ||

Completed in 167 milliseconds