Searched refs:UF_RESERVED (Results 1 - 8 of 8) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dfiledesc.h119 #define UF_RESERVED 0x04 /* open pending / in progress */ macro
126 (UF_EXCLOSE | UF_RESERVED | UF_CLOSING | UF_RESVWAIT | UF_INHERIT)
/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;
367 !(fdp->fd_ofileflags[nfd] & UF_RESERVED))
544 while ((fdp->fd_ofileflags[new] & UF_RESERVED) == UF_RESERVED) {
578 if ((fdp->fd_ofileflags[new] & UF_RESERVED) == 0)
2171 (fdp->fd_ofileflags[old] & UF_RESERVED)) {
2208 if ((fdp->fd_ofileflags[new] & UF_RESERVED) == 0)
2314 if ((fdp->fd_ofileflags[fd] & UF_RESERVED)
[all...]
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)) {
H A Dproc_info.c349 && ((p->p_fd->fd_ofileflags[n] & UF_RESERVED) == 0)) {
/darwin-on-arm/xnu/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c334 (*fdflags(p, fd) & UF_RESERVED)) {
579 if (*fdfile(p, i) != NULL && !(*fdflags(p, i) & 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 43 milliseconds