Searched refs:ReadOnly (Results 1 - 11 of 11) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/audio/audioconvert/
H A Dfile.cc111 (FileAccess)ReadOnly, ihdr, path,
114 ifp = new AudioPipe(fileno(stdin), (FileAccess)ReadOnly,
147 ifp = new AudioRawPipe(fd, (FileAccess)ReadOnly,
163 (FileAccess)ReadOnly);
167 (FileAccess)ReadOnly, ihdr,
173 ifp = new AudioRawPipe(fd, (FileAccess)ReadOnly, ihdr,
177 ifp = new AudioFile(path, (FileAccess)ReadOnly);
/opensolaris-onvv-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dfsck.c72 int ReadOnly = 0; variable
121 if (ReadOnly) {
140 ReadOnly = 1;
154 ReadOnly ? gettext("(NO WRITE)") : "");
270 if (WritableOnly && ReadOnly) {
384 ReadOnly = 1;
393 ReadOnly = 1;
H A Dfat.c49 extern int ReadOnly;
134 if (ReadOnly)
H A Dclusters.c57 extern int ReadOnly;
361 if (ReadOnly)
H A Ddir.c59 extern int ReadOnly;
993 if (ReadOnly)
/opensolaris-onvv-gate/usr/src/cmd/audio/utilities/
H A DAudioLib.cc48 inf = new AudioFile(path, (FileAccess)ReadOnly);
H A DAudioFile.cc61 const FileAccess AudioFile::defmode = ReadOnly;
339 // If this is ReadOnly file, mmap() it. Don't worry if mmap() fails.
/opensolaris-onvv-gate/usr/src/lib/libntfs/common/include/ntfs/
H A Ddevice.h54 #define NDevReadOnly(nd) test_ndev_flag(nd, ReadOnly)
55 #define NDevSetReadOnly(nd) set_ndev_flag(nd, ReadOnly)
56 #define NDevClearReadOnly(nd) clear_ndev_flag(nd, ReadOnly)
H A Dvolume.h103 #define NVolReadOnly(nv) test_nvol_flag(nv, ReadOnly)
104 #define NVolSetReadOnly(nv) set_nvol_flag(nv, ReadOnly)
105 #define NVolClearReadOnly(nv) clear_nvol_flag(nv, ReadOnly)
/opensolaris-onvv-gate/usr/src/cmd/audio/include/
H A DAudioTypes.h98 NoAccess = 0, ReadOnly = 1, WriteOnly = 2, ReadWrite = 3, enumerator in enum:fileaccess_t
112 case ReadOnly: return (O_RDONLY);
/opensolaris-onvv-gate/usr/src/cmd/wbem/provider/c/mof/
H A DSolaris_NFS1.0.mof157 boolean ReadOnly;
265 "The same effect can be achieved by setting Solaris_Mount.ReadOnly "
404 boolean ReadOnly = false;
1163 boolean ReadOnly = false;

Completed in 202 milliseconds