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

/darwin-on-arm/xnu/bsd/sys/
H A Dfiledesc.h91 struct fileproc **fd_ofiles; /* file structures for open files */ member in struct:filedesc
96 int fd_lastfile; /* high-water mark of fd_ofiles */
144 (&(p)->p_fd->fd_ofiles[(fd)])
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_descrip.c294 p->p_fd->fd_ofiles[fd] = NULL;
308 p->p_fd->fd_ofiles[fd] = fp;
330 p->p_fd->fd_ofiles[fd] = NULL;
366 fdp->fd_ofiles[nfd] == NULL &&
553 if ((fdp->fd_ofiles[new] != NULL) &&
564 if (fdp->fd_ofiles[new] != NULL)
576 if (fdp->fd_ofiles[new] != 0)
577 panic("dup2: overwriting fd_ofiles with new %d", new);
2170 if ((ofp = fdp->fd_ofiles[old]) == NULL ||
2206 if (fdp->fd_ofiles[ne
[all...]
H A Dkern_resource.c523 fp = fdp->fd_ofiles[i];
547 fp = fdp->fd_ofiles[ i ];
H A Dsys_generic.c1358 fp = fdp->fd_ofiles[fd];
1681 fp = fdp->fd_ofiles[fd];
1771 fp = fdp->fd_ofiles[fd];
H A Dkern_exec.c3308 if (p->p_fd->fd_ofiles[i] != NULL)
H A Dproc_info.c348 if (((fp = p->p_fd->fd_ofiles[n]) != 0)
/darwin-on-arm/xnu/bsd/netinet/
H A Din_tclass.c289 fp = fdp->fd_ofiles[i];
373 fp = fdp->fd_ofiles[i];
/darwin-on-arm/xnu/bsd/vm/
H A Dvm_unix.c1000 fp = fdp->fd_ofiles[i];

Completed in 101 milliseconds