Searched refs:rw_write (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/cmd/make/lib/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 | open.cc | 47 ((flags & (O_CREAT|O_APPEND)) != 0) ? rw_write : rw_read); in open_vroot()
|
H A D | vroot.cc | 175 if (rw == rw_write) in translate_with_thunk()
|
/titanic_44/usr/src/cmd/make/include/vroot/ |
H A D | args.h | 40 typedef enum { rw_read, rw_write} rwt, *rwpt; enumerator
|