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

/darwin-on-arm/xnu/osfmk/i386/
H A Dmp.c1715 struct cpu_warm_data cwd; local
1739 cwd.cwd_call = call;
1740 cwd.cwd_deadline = deadline;
1741 cwd.cwd_result = 0;
1746 ct = mp_cpus_call(cpu_to_cpumask(master_cpu), SYNC, _cpu_warm_setup, &cwd);
1751 return cwd.cwd_result;
/darwin-on-arm/xnu/bsd/vfs/
H A Dkpi_vfs.c1412 vnode_t cwd = NULLVP; local
1419 * Get the cwd from the thread; if there isn't one, get it
1422 if ((cwd = uth->uu_cdir) == NULLVP &&
1425 cwd = proc->p_fd->fd_cdir;
1428 return(cwd);
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dtests.c777 char *cwd = getwd(NULL); /* Save current working directory so we can restore later */ local
886 if ( chdir(cwd) != 0) /* Changes back to original directory, don't screw up the env. */

Completed in 42 milliseconds