Home
last modified time | relevance | path

Searched refs:rw_read (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/cmd/make/lib/vroot/
H A Dchdir.cc39 translate_with_thunk(path, chdir_thunk, vroot_path, vroot_vroot, rw_read); in chdir_vroot()
H A Dchroot.cc42 translate_with_thunk(path, chroot_thunk, vroot_path, vroot_vroot, rw_read); in chroot_vroot()
H A Drmdir.cc42 translate_with_thunk(path, rmdir_thunk, vroot_path, vroot_vroot, rw_read); in rmdir_vroot()
H A Dunlink.cc42 translate_with_thunk(path, unlink_thunk, vroot_path, vroot_vroot, rw_read); in unlink_vroot()
H A Daccess.cc40 translate_with_thunk(path, access_thunk, vroot_path, vroot_vroot, rw_read); in access_vroot()
H A Dchmod.cc44 translate_with_thunk(path, chmod_thunk, vroot_path, vroot_vroot, rw_read); in chmod_vroot()
H A Dtruncate.cc43 translate_with_thunk(path, truncate_thunk, vroot_path, vroot_vroot, rw_read); in truncate_vroot()
H A Dlstat.cc44 translate_with_thunk(path, lstat_thunk, vroot_path, vroot_vroot, rw_read); in lstat_vroot()
H A Dstat.cc44 translate_with_thunk(path, stat_thunk, vroot_path, vroot_vroot, rw_read); in stat_vroot()
H A Dutimes.cc44 translate_with_thunk(path, utimes_thunk, vroot_path, vroot_vroot, rw_read); in utimes_vroot()
H A Dexecve.cc48 translate_with_thunk(path, execve_thunk, vroot_path, vroot_vroot, rw_read); in execve_vroot()
H A Dmount.cc45 translate_with_thunk(target, mount_thunk, vroot_path, vroot_vroot, rw_read); in mount_vroot()
H A Dchown.cc45 translate_with_thunk(path, chown_thunk, vroot_path, vroot_vroot, rw_read); in chown_vroot()
H A Dreadlink.cc44 translate_with_thunk(path, readlink_thunk, vroot_path, vroot_vroot, rw_read); in readlink_vroot()
H A Dopen.cc47 ((flags & (O_CREAT|O_APPEND)) != 0) ? rw_write : rw_read); in open_vroot()
/illumos-gate/usr/src/cmd/make/include/vroot/
H A Dargs.h40 typedef enum { rw_read, rw_write} rwt, *rwpt; enumerator