Searched refs:p_cwd (Results 1 – 2 of 2) sorted by relevance
375 fp->p_cwd == NULL || in pchild()376 !eq(dcwd->di_name, fp->p_cwd->di_name))) { in pchild()448 if (pp->p_cwd && --pp->p_cwd->di_count == 0) in pfree()449 if (pp->p_cwd->di_next == 0) in pfree()450 dfree(pp->p_cwd); in pfree()529 fp->p_cwd == NULL || !eq(dcwd->di_name, fp->p_cwd->di_name)) { in pjwait()790 pp->p_cwd = 0; in palloc()802 pp->p_cwd = dcwd; in palloc()1148 !eq(tp->p_cwd->di_name, dcwd->di_name)) { in pprint()1150 dtildepr(tp->p_cwd->di_name); in pprint()[all …]
49 struct directory *p_cwd; /* cwd of the job (only in head) */ member