Home
last modified time | relevance | path

Searched refs:VIEW_READONLY (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/cmd/cpio/
H A Dcpio.h168 #ifndef VIEW_READONLY
169 #define VIEW_READONLY "SUNWattr_ro" macro
H A Dcpio.c103 #ifndef VIEW_READONLY
104 #define VIEW_READONLY "SUNWattr_ro" macro
4447 return ((strcmp(name, VIEW_READONLY) == 0) || in is_sysattr()
/titanic_41/usr/src/lib/libcmdutils/common/
H A Dsysattrs.c90 if (strcmp(file, VIEW_READONLY) == 0) { in sysattr_type()
/titanic_41/usr/src/uts/common/sys/
H A Dattr.h106 #define VIEW_READONLY "SUNWattr_ro" macro
/titanic_41/usr/src/lib/libc/port/gen/
H A Dattrat.c53 VIEW_READONLY,
/titanic_41/usr/src/uts/common/fs/
H A Dxattr.c801 { VIEW_READONLY, xattr_mkfile_ro, GFS_CACHE_VNODE, },
/titanic_41/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_brand.c854 if (strcmp(dirent_name(buf_current), VIEW_READONLY) != 0 && in s10_getdents_common()
/titanic_41/usr/src/cmd/tar/
H A Dtar.c188 #ifndef VIEW_READONLY
189 #define VIEW_READONLY "SUNWattr_ro" macro
1640 return ((strcmp(name, VIEW_READONLY) == 0) || in is_sysattr()
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs_subr.c5268 VIEW_READONLY) == 0) { in do_xattr_exists_check()