Searched defs:O_RDONLY (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/bnu/
H A Dulockf.c43 #define O_RDONLY 0 macro
119 fd = open(name, O_RDONLY);
H A Duucleanup.c88 #define O_RDONLY 0 macro
H A Duustat.c35 #define O_RDONLY 0 macro
1024 fd = open(f, O_RDONLY);
/illumos-gate/usr/src/cmd/ttymon/
H A Dulockf.c42 #define O_RDONLY 0 macro
118 fd = open(name, O_RDONLY);
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Dacmsvc.h67 #define O_RDONLY _O_RDONLY macro
/illumos-gate/usr/src/ucbhead/sys/
H A Dfcntl.h54 #define O_RDONLY 0 macro
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dfcntlcom.h62 #define O_ACCMODE (O_RDONLY|O_WRONLY|O_RDWR)
69 #define O_RDONLY 0 /* +1 == FREAD */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Dfcntl.h73 #define O_RDONLY 0x0000 /* open for reading only */ macro
109 /* Defined by POSIX 1003.1; BSD default, but must be distinct from O_RDONLY. */
/illumos-gate/usr/src/lib/libpp/common/
H A Dppproto.c41 #undef O_RDONLY macro
2150 if (file && (fd = open(file, O_RDONLY)) < 0) return 0;
/illumos-gate/usr/src/uts/common/sys/
H A Dfcntl.h57 #define O_RDONLY 0 macro
/illumos-gate/usr/src/boot/lib/libstand/
H A Dstand.h274 #define O_RDONLY 0x0 macro
/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfhdr.h970 #ifndef O_RDONLY
971 #define O_RDONLY 000 macro

Completed in 96 milliseconds