/titanic_41/usr/src/cmd/make/lib/vroot/ |
H A D | chdir.cc | 39 translate_with_thunk(path, chdir_thunk, vroot_path, vroot_vroot, rw_read); in chdir_vroot()
|
H A D | rmdir.cc | 42 translate_with_thunk(path, rmdir_thunk, vroot_path, vroot_vroot, rw_read); in rmdir_vroot()
|
H A D | chroot.cc | 42 translate_with_thunk(path, chroot_thunk, vroot_path, vroot_vroot, rw_read); in chroot_vroot()
|
H A D | unlink.cc | 42 translate_with_thunk(path, unlink_thunk, vroot_path, vroot_vroot, rw_read); in unlink_vroot()
|
H A D | access.cc | 40 translate_with_thunk(path, access_thunk, vroot_path, vroot_vroot, rw_read); in access_vroot()
|
H A D | chmod.cc | 44 translate_with_thunk(path, chmod_thunk, vroot_path, vroot_vroot, rw_read); in chmod_vroot()
|
H A D | creat.cc | 45 translate_with_thunk(path, creat_thunk, vroot_path, vroot_vroot, rw_write); in creat_vroot()
|
H A D | mkdir.cc | 44 translate_with_thunk(path, mkdir_thunk, vroot_path, vroot_vroot, rw_write); in mkdir_vroot()
|
H A D | truncate.cc | 43 translate_with_thunk(path, truncate_thunk, vroot_path, vroot_vroot, rw_read); in truncate_vroot()
|
H A D | stat.cc | 44 translate_with_thunk(path, stat_thunk, vroot_path, vroot_vroot, rw_read); in stat_vroot()
|
H A D | lstat.cc | 44 translate_with_thunk(path, lstat_thunk, vroot_path, vroot_vroot, rw_read); in lstat_vroot()
|
H A D | utimes.cc | 44 translate_with_thunk(path, utimes_thunk, vroot_path, vroot_vroot, rw_read); in utimes_vroot()
|
H A D | execve.cc | 48 translate_with_thunk(path, execve_thunk, vroot_path, vroot_vroot, rw_read); in execve_vroot()
|
H A D | mount.cc | 45 translate_with_thunk(target, mount_thunk, vroot_path, vroot_vroot, rw_read); in mount_vroot()
|
H A D | chown.cc | 45 translate_with_thunk(path, chown_thunk, vroot_path, vroot_vroot, rw_read); in chown_vroot()
|
H A D | readlink.cc | 44 translate_with_thunk(path, readlink_thunk, vroot_path, vroot_vroot, rw_read); in readlink_vroot()
|
H A D | open.cc | 46 translate_with_thunk(path, open_thunk, vroot_path, vroot_vroot, in open_vroot()
|
H A D | vroot.cc | 166 translate_with_thunk(register char *filename, int (*thunk) (char *), pathpt path_vector, pathpt vro… in translate_with_thunk() function
|
/titanic_41/usr/src/cmd/make/include/vroot/ |
H A D | args.h | 42 extern void translate_with_thunk(register char *filename, int (*thunk) (char *), pathpt path_vector…
|