Searched refs:rw_read (Results 1 – 16 of 16) sorted by relevance
/titanic_44/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 | chroot.cc | 42 translate_with_thunk(path, chroot_thunk, vroot_path, vroot_vroot, rw_read); in chroot_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 | 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 | truncate.cc | 43 translate_with_thunk(path, truncate_thunk, vroot_path, vroot_vroot, rw_read); in truncate_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 | stat.cc | 44 translate_with_thunk(path, stat_thunk, vroot_path, vroot_vroot, rw_read); in stat_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 | 47 ((flags & (O_CREAT|O_APPEND)) != 0) ? rw_write : rw_read); in open_vroot()
|
/titanic_44/usr/src/cmd/make/include/vroot/ |
H A D | args.h | 40 typedef enum { rw_read, rw_write} rwt, *rwpt; enumerator
|