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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_descrip.c4213 struct filedesc *newfdp, *fdp = p->p_fd; local
4218 MALLOC_ZONE(newfdp, struct filedesc *,
4219 sizeof(*newfdp), M_FILEDESC, M_WAITOK);
4220 if (newfdp == NULL)
4228 (void) memcpy(newfdp, fdp, sizeof(*newfdp));
4236 newfdp->fd_cdir = uth_cdir;
4246 if ( (v_dir = newfdp->fd_cdir) ) {
4249 newfdp->fd_cdir = NULL;
4252 newfdp
[all...]

Completed in 17 milliseconds