Home
last modified time | relevance | path

Searched refs:write_tested (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/svr4pkg/libinst/
H A Dmntinfo.c745 nfte->write_tested = 1; in construct_mt()
748 nfte->write_tested = 1; in construct_mt()
826 nfte->write_tested = fs_tab[match_mount]->write_tested; in construct_vfs()
833 nfte->write_tested = 1; in construct_vfs()
1205 !fs_tab[n]->write_tested) { in is_fs_writeable_n()
1209 fs_tab[n]->write_tested = 1; /* confirmed */ in is_fs_writeable_n()
/titanic_41/usr/src/cmd/svr4pkg/hdrs/
H A Dinstall.h121 unsigned write_tested:1; /* access permission fully tested */ member