Symbol: Access
sys/dev/hpt27xx/hptintf.h
226
#define CTL_CODE( DeviceType, Function, Method, Access ) \
sys/dev/hpt27xx/hptintf.h
227
(((DeviceType) << 16) | ((Access) << 14) | ((Function) << 2) | (Method))
sys/dev/hptmv/hptintf.h
170
#define CTL_CODE( DeviceType, Function, Method, Access ) \
sys/dev/hptmv/hptintf.h
171
(((DeviceType) << 16) | ((Access) << 14) | ((Function) << 2) | (Method))
sys/dev/hptnr/hptintf.h
222
#define CTL_CODE( DeviceType, Function, Method, Access ) \
sys/dev/hptnr/hptintf.h
223
(((DeviceType) << 16) | ((Access) << 14) | ((Function) << 2) | (Method))
sys/dev/hptrr/hptintf.h
212
#define CTL_CODE( DeviceType, Function, Method, Access ) \
sys/dev/hptrr/hptintf.h
213
(((DeviceType) << 16) | ((Access) << 14) | ((Function) << 2) | (Method))
tests/sys/fs/fusefs/access.cc
122
TEST_F(Access, create)
tests/sys/fs/fusefs/access.cc
146
TEST_F(Access, eaccess)
tests/sys/fs/fusefs/access.cc
166
TEST_F(Access, enosys)
tests/sys/fs/fusefs/access.cc
202
TEST_F(Access, Getxattr)
tests/sys/fs/fusefs/access.cc
222
TEST_F(Access, ok)
tests/sys/fs/fusefs/access.cc
243
TEST_F(Access, unlink)
tests/sys/fs/fusefs/access.cc
266
TEST_F(Access, unlink_sticky_directory)
tests/sys/fs/fusefs/access.cc
75
class RofsAccess: public Access {
tests/sys/fs/fusefs/access.cc
79
Access::SetUp();
tests/sys/fs/fusefs/access.cc
90
TEST_F(Access, chmod)
tests/sys/fs/fusefs/default_permissions.cc
272
TEST_F(Access, eacces)
tests/sys/fs/fusefs/default_permissions.cc
286
TEST_F(Access, eacces_no_cached_attrs)
tests/sys/fs/fusefs/default_permissions.cc
306
TEST_F(Access, ok)