Searched defs:vroot_path (Results 1 - 19 of 19) sorted by relevance

/illumos-gate/usr/src/cmd/make/lib/vroot/
H A Dchdir.cc37 int chdir_vroot(char *path, pathpt vroot_path, pathpt vroot_vroot) argument
39 translate_with_thunk(path, chdir_thunk, vroot_path, vroot_vroot, rw_read);
H A Dchroot.cc40 int chroot_vroot(char *path, pathpt vroot_path, pathpt vroot_vroot) argument
42 translate_with_thunk(path, chroot_thunk, vroot_path, vroot_vroot, rw_read);
H A Drmdir.cc40 int rmdir_vroot(char *path, pathpt vroot_path, pathpt vroot_vroot) argument
42 translate_with_thunk(path, rmdir_thunk, vroot_path, vroot_vroot, rw_read);
H A Dunlink.cc40 int unlink_vroot(char *path, pathpt vroot_path, pathpt vroot_vroot) argument
42 translate_with_thunk(path, unlink_thunk, vroot_path, vroot_vroot, rw_read);
H A Daccess.cc37 int access_vroot(char *path, int mode, pathpt vroot_path, pathpt vroot_vroot) argument
40 translate_with_thunk(path, access_thunk, vroot_path, vroot_vroot, rw_read);
H A Dchmod.cc41 int chmod_vroot(char *path, int mode, pathpt vroot_path, pathpt vroot_vroot) argument
44 translate_with_thunk(path, chmod_thunk, vroot_path, vroot_vroot, rw_read);
H A Dchown.cc41 int chown_vroot(char *path, int user, int group, pathpt vroot_path, pathpt vroot_vroot) argument
45 translate_with_thunk(path, chown_thunk, vroot_path, vroot_vroot, rw_read);
H A Dcreat.cc42 int creat_vroot(char *path, int mode, pathpt vroot_path, pathpt vroot_vroot) argument
45 translate_with_thunk(path, creat_thunk, vroot_path, vroot_vroot, rw_write);
H A Dexecve.cc44 int execve_vroot(char *path, char **argv, char **environ, pathpt vroot_path, pathpt vroot_vroot) argument
48 translate_with_thunk(path, execve_thunk, vroot_path, vroot_vroot, rw_read);
H A Dlstat.cc41 int lstat_vroot(char *path, struct stat *buffer, pathpt vroot_path, pathpt vroot_vroot) argument
44 translate_with_thunk(path, lstat_thunk, vroot_path, vroot_vroot, rw_read);
H A Dmkdir.cc41 int mkdir_vroot(char *path, int mode, pathpt vroot_path, pathpt vroot_vroot) argument
44 translate_with_thunk(path, mkdir_thunk, vroot_path, vroot_vroot, rw_write);
H A Dopen.cc42 int open_vroot(char *path, int flags, int mode, pathpt vroot_path, pathpt vroot_vroot) argument
46 translate_with_thunk(path, open_thunk, vroot_path, vroot_vroot,
H A Dreadlink.cc40 int readlink_vroot(char *path, char *buffer, int buffer_size, pathpt vroot_path, pathpt vroot_vroot) argument
44 translate_with_thunk(path, readlink_thunk, vroot_path, vroot_vroot, rw_read);
H A Dstat.cc41 int stat_vroot(char *path, struct stat *buffer, pathpt vroot_path, pathpt vroot_vroot) argument
44 translate_with_thunk(path, stat_thunk, vroot_path, vroot_vroot, rw_read);
H A Dtruncate.cc40 int truncate_vroot(char *path, int length, pathpt vroot_path, pathpt vroot_vroot) argument
43 translate_with_thunk(path, truncate_thunk, vroot_path, vroot_vroot, rw_read);
H A Dutimes.cc41 int utimes_vroot(char *path, struct timeval *time, pathpt vroot_path, pathpt vroot_vroot) argument
44 translate_with_thunk(path, utimes_thunk, vroot_path, vroot_vroot, rw_read);
H A Dmount.cc41 int mount_vroot(char *target, char *name, int mode, pathpt vroot_path, pathpt vroot_vroot) argument
45 translate_with_thunk(target, mount_thunk, vroot_path, vroot_vroot, rw_read);
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Ddosys.cc68 static Boolean exec_vp(register char *name, register char **argv, char **envp, register Boolean ignore_error, pathpt vroot_path);
237 * vroot_path The path used by the vroot package
240 exec_vp(register char *name, register char **argv, char **envp, register Boolean ignore_error, pathpt vroot_path) argument
255 vroot_path,
278 vroot_path,
313 doexec(register wchar_t *command, register Boolean ignore_error, char *stdout_file, char *stderr_file, pathpt vroot_path, int nice_prio) argument
396 (void) exec_vp(argv[1], argv, environ, ignore_error, vroot_path);
/illumos-gate/usr/src/cmd/make/bin/
H A Dglobals.cc171 pathpt vroot_path = VROOT_DEFAULT; variable

Completed in 75 milliseconds