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

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_usrreq.c1996 struct fileglob **fpp; local
2154 for (nunref = 0, fg = fmsghead.lh_first, fpp = extra_ref; fg != 0;
2174 *fpp++ = fg;
2182 for (i = nunref, fpp = extra_ref; --i >= 0; ++fpp) {
2185 tfg = *fpp;
2197 for (i = nunref, fpp = extra_ref; --i >= 0; ++fpp)
2198 closef_locked((struct fileproc *)0, *fpp, (proc_t)NULL);
H A Dkern_descrip.c2861 struct fileproc **fpp; local
2868 fpp = &fdp->fd_ofiles[fdp->fd_freefile];
2870 for (i = fdp->fd_nfiles - fdp->fd_freefile; --i >= 0; fpp++, flags++)
2871 if (*fpp == NULL && !(*flags & UF_RESERVED) && --n <= 0)
4332 struct fileproc **fpp; local
4344 fpp = &newfdp->fd_ofiles[newfdp->fd_lastfile];
4345 for (i = newfdp->fd_lastfile; i >= 0; i--, fpp--) {
4346 if (*fpp != NULL && (*fpp)->f_type == DTYPE_KQUEUE) {
4347 *fpp
[all...]
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dfasttrap.c332 fasttrap_provider_t **fpp, *fp; local
357 fpp = (fasttrap_provider_t **)&bucket->ftb_data;
359 while ((fp = *fpp) != NULL) {
361 fpp = &fp->ftp_next;
401 fpp = &fp->ftp_next;
403 *fpp = fp->ftp_next;
/darwin-on-arm/xnu/bsd/sys/
H A Dsocketvar.h621 extern int getsock(struct filedesc *fdp, int fd, struct file **fpp);

Completed in 92 milliseconds