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);
H A Dchroot.cc42 translate_with_thunk(path, chroot_thunk, vroot_path, vroot_vroot, rw_read);
H A Drmdir.cc42 translate_with_thunk(path, rmdir_thunk, vroot_path, vroot_vroot, rw_read);
H A Dunlink.cc42 translate_with_thunk(path, unlink_thunk, vroot_path, vroot_vroot, rw_read);
H A Daccess.cc40 translate_with_thunk(path, access_thunk, vroot_path, vroot_vroot, rw_read);
H A Dtruncate.cc43 translate_with_thunk(path, truncate_thunk, vroot_path, vroot_vroot, rw_read);
H A Dchmod.cc44 translate_with_thunk(path, chmod_thunk, vroot_path, vroot_vroot, rw_read);
H A Dchown.cc45 translate_with_thunk(path, chown_thunk, vroot_path, vroot_vroot, rw_read);
H A Dexecve.cc48 translate_with_thunk(path, execve_thunk, vroot_path, vroot_vroot, rw_read);
H A Dlstat.cc44 translate_with_thunk(path, lstat_thunk, vroot_path, vroot_vroot, rw_read);
H A Dmount.cc45 translate_with_thunk(target, mount_thunk, vroot_path, vroot_vroot, rw_read);
H A Dopen.cc47 ((flags & (O_CREAT|O_APPEND)) != 0) ? rw_write : rw_read);
H A Dreadlink.cc44 translate_with_thunk(path, readlink_thunk, vroot_path, vroot_vroot, rw_read);
H A Dstat.cc44 translate_with_thunk(path, stat_thunk, vroot_path, vroot_vroot, rw_read);
H A Dutimes.cc44 translate_with_thunk(path, utimes_thunk, vroot_path, vroot_vroot, rw_read);
/illumos-gate/usr/src/cmd/make/include/vroot/
H A Dargs.h40 typedef enum { rw_read, rw_write} rwt, *rwpt; enumerator in enum:__anon34

Completed in 240 milliseconds