Searched refs:UF_RESVWAIT (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dfiledesc.h123 #define UF_RESVWAIT 0x10 /* close in progress */ macro
126 (UF_EXCLOSE | UF_RESERVED | UF_CLOSING | UF_RESVWAIT | UF_INHERIT)
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_descrip.c310 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);
332 if ( waiting == UF_RESVWAIT) {

Completed in 21 milliseconds