/titanic_51/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
|
H A D | rmdir.cc | 40 int rmdir_vroot(char *path, pathpt vroot_path, pathpt vroot_vroot) in rmdir_vroot() argument
|
H A D | unlink.cc | 40 int unlink_vroot(char *path, pathpt vroot_path, pathpt vroot_vroot) in unlink_vroot() argument
|
H A D | chroot.cc | 40 int chroot_vroot(char *path, pathpt vroot_path, pathpt vroot_vroot) in chroot_vroot() argument
|
H A D | access.cc | 37 int access_vroot(char *path, int mode, pathpt vroot_path, pathpt vroot_vroot) in access_vroot() argument
|
H A D | chmod.cc | 41 int chmod_vroot(char *path, int mode, pathpt vroot_path, pathpt vroot_vroot) in chmod_vroot() argument
|
H A D | creat.cc | 42 int creat_vroot(char *path, int mode, pathpt vroot_path, pathpt vroot_vroot) in creat_vroot() argument
|
H A D | lstat.cc | 41 int lstat_vroot(char *path, struct stat *buffer, pathpt vroot_path, pathpt vroot_vroot) in lstat_vroot() argument
|
H A D | mkdir.cc | 41 int mkdir_vroot(char *path, int mode, pathpt vroot_path, pathpt vroot_vroot) in mkdir_vroot() argument
|
H A D | stat.cc | 41 int stat_vroot(char *path, struct stat *buffer, pathpt vroot_path, pathpt vroot_vroot) in stat_vroot() argument
|
H A D | truncate.cc | 40 int truncate_vroot(char *path, int length, pathpt vroot_path, pathpt vroot_vroot) in truncate_vroot() argument
|
H A D | utimes.cc | 41 int utimes_vroot(char *path, struct timeval *time, pathpt vroot_path, pathpt vroot_vroot) in utimes_vroot() argument
|
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
|
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
|
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
|
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
|
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
|