/titanic_50/usr/src/cmd/make/include/vroot/ |
H A D | vroot.h | 47 extern int open_vroot(char *path, int flags, int mode, pathpt vroot_path, pathpt vroot_vroot); 53 extern int access_vroot(char *path, int mode, pathpt vroot_path, pathpt vroot_vroot); 55 extern int execve_vroot(char *path, char **argv, char **environ, pathpt vroot_path, pathpt vroot_v… 57 extern int lstat_vroot(char *path, struct stat *buffer, pathpt vroot_path, pathpt vroot_vroot); 58 extern int stat_vroot(char *path, struct stat *buffer, pathpt vroot_path, pathpt vroot_vroot); 59 extern int readlink_vroot(char *path, char *buffer, int buffer_size, pathpt vroot_path, pathpt vro…
|
/titanic_50/usr/src/cmd/make/lib/vroot/ |
H A D | chdir.cc | 37 int chdir_vroot(char *path, pathpt vroot_path, pathpt vroot_vroot) in chdir_vroot() argument 39 translate_with_thunk(path, chdir_thunk, vroot_path, vroot_vroot, rw_read); in chdir_vroot()
|
H A D | chroot.cc | 40 int chroot_vroot(char *path, pathpt vroot_path, pathpt vroot_vroot) in chroot_vroot() argument 42 translate_with_thunk(path, chroot_thunk, vroot_path, vroot_vroot, rw_read); in chroot_vroot()
|
H A D | rmdir.cc | 40 int rmdir_vroot(char *path, pathpt vroot_path, pathpt vroot_vroot) in rmdir_vroot() argument 42 translate_with_thunk(path, rmdir_thunk, vroot_path, vroot_vroot, rw_read); in rmdir_vroot()
|
H A D | unlink.cc | 40 int unlink_vroot(char *path, pathpt vroot_path, pathpt vroot_vroot) in unlink_vroot() argument 42 translate_with_thunk(path, unlink_thunk, vroot_path, vroot_vroot, rw_read); in unlink_vroot()
|
H A D | access.cc | 37 int access_vroot(char *path, int mode, pathpt vroot_path, pathpt vroot_vroot) in access_vroot() argument 40 translate_with_thunk(path, access_thunk, vroot_path, vroot_vroot, rw_read); in access_vroot()
|
H A D | mkdir.cc | 41 int mkdir_vroot(char *path, int mode, pathpt vroot_path, pathpt vroot_vroot) in mkdir_vroot() argument 44 translate_with_thunk(path, mkdir_thunk, vroot_path, vroot_vroot, rw_write); in mkdir_vroot()
|
H A D | chmod.cc | 41 int chmod_vroot(char *path, int mode, pathpt vroot_path, pathpt vroot_vroot) in chmod_vroot() argument 44 translate_with_thunk(path, chmod_thunk, vroot_path, vroot_vroot, rw_read); in chmod_vroot()
|
H A D | creat.cc | 42 int creat_vroot(char *path, int mode, pathpt vroot_path, pathpt vroot_vroot) in creat_vroot() argument 45 translate_with_thunk(path, creat_thunk, vroot_path, vroot_vroot, rw_write); in creat_vroot()
|
H A D | truncate.cc | 40 int truncate_vroot(char *path, int length, pathpt vroot_path, pathpt vroot_vroot) in truncate_vroot() argument 43 translate_with_thunk(path, truncate_thunk, vroot_path, vroot_vroot, rw_read); in truncate_vroot()
|
H A D | stat.cc | 41 int stat_vroot(char *path, struct stat *buffer, pathpt vroot_path, pathpt vroot_vroot) in stat_vroot() argument 44 translate_with_thunk(path, stat_thunk, vroot_path, vroot_vroot, rw_read); in stat_vroot()
|
H A D | lstat.cc | 41 int lstat_vroot(char *path, struct stat *buffer, pathpt vroot_path, pathpt vroot_vroot) in lstat_vroot() argument 44 translate_with_thunk(path, lstat_thunk, vroot_path, vroot_vroot, rw_read); in lstat_vroot()
|
H A D | utimes.cc | 41 int utimes_vroot(char *path, struct timeval *time, pathpt vroot_path, pathpt vroot_vroot) in utimes_vroot() argument 44 translate_with_thunk(path, utimes_thunk, vroot_path, vroot_vroot, rw_read); in utimes_vroot()
|
H A D | execve.cc | 44 int execve_vroot(char *path, char **argv, char **environ, pathpt vroot_path, pathpt vroot_vroot) in execve_vroot() argument 48 translate_with_thunk(path, execve_thunk, vroot_path, vroot_vroot, rw_read); in execve_vroot()
|
H A D | mount.cc | 41 int mount_vroot(char *target, char *name, int mode, pathpt vroot_path, pathpt vroot_vroot) in mount_vroot() argument 45 translate_with_thunk(target, mount_thunk, vroot_path, vroot_vroot, rw_read); in mount_vroot()
|
H A D | chown.cc | 41 int chown_vroot(char *path, int user, int group, pathpt vroot_path, pathpt vroot_vroot) in chown_vroot() argument 45 translate_with_thunk(path, chown_thunk, vroot_path, vroot_vroot, rw_read); in chown_vroot()
|
H A D | readlink.cc | 40 int readlink_vroot(char *path, char *buffer, int buffer_size, pathpt vroot_path, pathpt vroot_vroot) in readlink_vroot() argument 44 translate_with_thunk(path, readlink_thunk, vroot_path, vroot_vroot, rw_read); in readlink_vroot()
|
H A D | open.cc | 42 int open_vroot(char *path, int flags, int mode, pathpt vroot_path, pathpt vroot_vroot) in open_vroot() argument 46 translate_with_thunk(path, open_thunk, vroot_path, vroot_vroot, in open_vroot()
|
/titanic_50/usr/src/cmd/make/lib/mksh/ |
H A D | dosys.cc | 68 …r char *name, register char **argv, char **envp, register Boolean ignore_error, pathpt vroot_path); 240 …er char *name, register char **argv, char **envp, register Boolean ignore_error, pathpt vroot_path) in exec_vp() argument 255 vroot_path, in exec_vp() 278 vroot_path, in exec_vp() 313 …ister Boolean ignore_error, char *stdout_file, char *stderr_file, pathpt vroot_path, int nice_prio) in doexec() argument 396 (void) exec_vp(argv[1], argv, environ, ignore_error, vroot_path); in doexec()
|
/titanic_50/usr/src/cmd/make/include/mksh/ |
H A D | dosys.h | 32 …ster Boolean ignore_error, char *stdout_file, char *stderr_file, pathpt vroot_path, int nice_prio);
|
/titanic_50/usr/src/cmd/make/bin/ |
H A D | misc.cc | 701 vroot_path = NULL; in load_cached_names() 702 add_dir_to_path(".", &vroot_path, -1); in load_cached_names() 703 add_dir_to_path("/bin", &vroot_path, -1); in load_cached_names() 704 add_dir_to_path("/usr/bin", &vroot_path, -1); in load_cached_names()
|
H A D | dosys.cc | 131 vroot_path, 0), in dosys()
|
H A D | globals.cc | 171 pathpt vroot_path = VROOT_DEFAULT; variable
|
/titanic_50/usr/src/cmd/make/include/mk/ |
H A D | defs.h | 286 extern pathpt vroot_path;
|