Home
last modified time | relevance | path

Searched refs:LINUX_O_WRONLY (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/sys/compat/linux/
HDlinux_file.h74 #define LINUX_O_WRONLY 000000001 macro
HDlinux_file.c122 case LINUX_O_WRONLY: in linux_common_openflags()
1580 td->td_retval[0] |= LINUX_O_WRONLY; in fcntl_common()
/freebsd-13-stable/lib/libsysdecode/
HDlinux.c223 case LINUX_O_WRONLY: in sysdecode_linux_open_flags()