Searched refs:check_enosys (Results 1 – 2 of 2) sorted by relevance
20 static void check_enosys(unsigned long nr, bool *ok) in check_enosys() function46 check_enosys(i, &ok); in test_x32_without_x32_bit()53 check_enosys(16 | X32_BIT, &ok); /* ioctl */ in test_x32_without_x32_bit()54 check_enosys(19 | X32_BIT, &ok); /* readv */ in test_x32_without_x32_bit()55 check_enosys(20 | X32_BIT, &ok); /* writev */ in test_x32_without_x32_bit()61 check_enosys((1UL << 32), &ok); in test_x32_without_x32_bit()62 check_enosys(X32_BIT | (1UL << 32), &ok); in test_x32_without_x32_bit()
228 check_enosys, enumerator239 check_state = check_enosys; in check()252 case check_enosys: in check()