Searched refs:fdflags (Results 1 – 2 of 2) sorted by relevance
247 int fd, fdflags = -1; in test_openat2_flags() local 281 fdflags = fcntl(fd, F_GETFL); in test_openat2_flags() 285 E_assert(fdflags >= 0, "fcntl F_GETFL of new fd"); in test_openat2_flags() 290 fdflags |= O_CLOEXEC; in test_openat2_flags() 293 fdflags |= O_CREAT; in test_openat2_flags() 295 fdflags &= ~O_LARGEFILE; in test_openat2_flags() 296 failed |= (fdflags != test->how.flags); in test_openat2_flags() 305 fd, fdpath, fdflags, in test_openat2_flags()
1832 u32 cccr, fdflags; in m_can_tx_handler() local 1897 fdflags = 0; in m_can_tx_handler() 1899 fdflags |= TX_BUF_FDF; in m_can_tx_handler() 1901 fdflags |= TX_BUF_BRS; in m_can_tx_handler() 1906 fdflags | TX_BUF_EFC; in m_can_tx_handler()