HomeSort by: relevance | last modified time | path
    Searched defs:O_RDONLY (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/arch/hpc/stand/hpcboot/
file_ufs.h 57 #define O_RDONLY 0x0000 /* open for reading only */
  /src/sys/arch/hpcmips/stand/pbsdboot/
pbsdboot.c 40 #define O_RDONLY 0x0000 /* open for reading only */
52 if (CheckCancel(0) || (fd = open((char*)wkernel_name, O_RDONLY)) < 0) {
  /src/sys/external/bsd/acpica/dist/include/platform/
acwin64.h 197 #define O_RDONLY _O_RDONLY
acwin.h 225 #define O_RDONLY _O_RDONLY
  /src/sys/arch/ia64/stand/common/
bootstrap.h 414 #define O_RDONLY 0x00000000 /* open for reading only */
  /src/bin/sh/
redir.c 394 if ((f = open(fname, O_RDONLY|eflags)) < 0)
934 #ifndef O_RDONLY
935 # define O_RDONLY 0
976 #define IGNFLAGS (O_ACCMODE|O_RDONLY|O_WRONLY|O_RDWR|O_SHLOCK|O_EXLOCK| \
  /src/sys/sys/
fcntl.h 64 #define O_RDONLY 0x00000000 /* open for reading only */

Completed in 105 milliseconds