Home
last modified time | relevance | path

Searched refs:rw_write (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/cmd/make/lib/vroot/
H A Dcreat.cc45 translate_with_thunk(path, creat_thunk, vroot_path, vroot_vroot, rw_write); in creat_vroot()
H A Dmkdir.cc44 translate_with_thunk(path, mkdir_thunk, vroot_path, vroot_vroot, rw_write); in mkdir_vroot()
H A Dopen.cc47 ((flags & (O_CREAT|O_APPEND)) != 0) ? rw_write : rw_read); in open_vroot()
H A Dvroot.cc175 if (rw == rw_write) in translate_with_thunk()
/titanic_44/usr/src/cmd/make/include/vroot/
H A Dargs.h40 typedef enum { rw_read, rw_write} rwt, *rwpt; enumerator