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

/freebsd-10.0-release/sys/kern/
H A Dkern_fork.c434 if (p1->p_fdtol == NULL)
435 p1->p_fdtol = filedesc_to_leader_alloc(NULL, NULL,
442 fdtol = p1->p_fdtol;
451 fdtol = filedesc_to_leader_alloc(p1->p_fdtol,
514 p2->p_fdtol = fdtol;
H A Dinit_main.c531 p->p_fdtol = NULL;
H A Dkern_descrip.c1133 if (td->td_proc->p_fdtol != NULL) {
1972 fdtol = td->td_proc->p_fdtol;
2029 td->td_proc->p_fdtol = NULL;
2275 fdtol = td->td_proc->p_fdtol;
2284 fdtol != td->td_proc->p_fdtol;
/freebsd-10.0-release/sys/sys/
H A Dproc.h489 struct filedesc_to_leader *p_fdtol; /* (b) Tracking node */ member in struct:proc

Completed in 109 milliseconds