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

  /src/tests/compat/linux/
h_inotify_watch_change.c 55 RS(targetfd = open("test", LINUX_O_RDONLY|LINUX_O_CREAT, 0644));
67 RS(targetfd = open("test", LINUX_O_RDONLY|LINUX_O_CREAT, 0644));
79 RS(targetfd = open("test", LINUX_O_RDONLY|LINUX_O_CREAT, 0644));
h_inotify_single_file.c 63 RS(targetfd = open("test", LINUX_O_RDONLY|LINUX_O_CREAT, 0644));
  /src/sys/arch/zaurus/stand/zboot/
unixdev.c 117 f->f_devdata = (void *)uopen(path, LINUX_O_RDONLY);
158 f->f_devdata = (void *)uopen(fname, LINUX_O_RDONLY);
diskprobe.c 152 fd = uopen(_PATH_PARTITIONS, LINUX_O_RDONLY);
384 if ((fd = uopen(path, LINUX_O_RDONLY)) == -1 && errno == ENXIO) {
388 fd = uopen(path, LINUX_O_RDONLY);
436 if ((fd = uopen(path, LINUX_O_RDONLY)) != -1) {
  /src/sys/compat/linux/common/
linux_fcntl.h 46 #define LINUX_O_RDONLY 0x0000
linux_file.c 103 res |= cvtto_bsd_mask(lflags, LINUX_O_RDONLY, O_RDONLY);
129 res |= cvtto_linux_mask(bflags, O_RDONLY, LINUX_O_RDONLY);

Completed in 52 milliseconds