HomeSort by: relevance | last modified time | path
    Searched refs:LINUX_O_WRONLY (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/zaurus/stand/zboot/
loadfile_zboot.c 126 tofd = uopen(_PATH_ZBOOT, LINUX_O_WRONLY);
141 tofd = uopen(_PATH_ZBOOT, LINUX_O_WRONLY);
  /src/sys/compat/linux/common/
linux_fcntl.h 47 #define LINUX_O_WRONLY 0x0001
linux_file.c 102 res |= cvtto_bsd_mask(lflags, LINUX_O_WRONLY, O_WRONLY);
128 res |= cvtto_linux_mask(bflags, O_WRONLY, LINUX_O_WRONLY);

Completed in 13 milliseconds