Searched refs:LINUX_O_WRONLY (Results 1 – 3 of 3) sorted by relevance
74 #define LINUX_O_WRONLY 000000001 macro
122 case LINUX_O_WRONLY: in linux_common_openflags()1580 td->td_retval[0] |= LINUX_O_WRONLY; in fcntl_common()
223 case LINUX_O_WRONLY: in sysdecode_linux_open_flags()