Searched refs:fdflags (Results 1 – 2 of 2) sorted by relevance
231 int fd, fdflags = -1; in test_openat2_flags() local255 fdflags = fcntl(fd, F_GETFL); in test_openat2_flags()259 E_assert(fdflags >= 0, "fcntl F_GETFL of new fd"); in test_openat2_flags()264 fdflags |= O_CLOEXEC; in test_openat2_flags()267 fdflags |= O_CREAT; in test_openat2_flags()269 fdflags &= ~O_LARGEFILE; in test_openat2_flags()270 failed |= (fdflags != test->how.flags); in test_openat2_flags()279 fd, fdpath, fdflags, in test_openat2_flags()
1472 u32 id, cccr, fdflags; in m_can_tx_handler() local1547 fdflags = 0; in m_can_tx_handler()1549 fdflags |= TX_BUF_FDF; in m_can_tx_handler()1551 fdflags |= TX_BUF_BRS; in m_can_tx_handler()1563 fdflags | TX_BUF_EFC); in m_can_tx_handler()