• Home
  • Raw
  • Download

Lines Matching refs:TBROK

138 		tst_resm(TBROK | TERRNO, "error reading eventfd");  in read_test()
159 tst_resm(TBROK, "error clearing counter"); in read_eagain_test()
185 tst_resm(TBROK, "error setting counter value to %" PRIu64, val); in write_test()
203 tst_resm(TBROK, "error setting counter value to UINT64_MAX-1"); in write_eagain_test()
268 tst_resm(TBROK, "error clearing counter"); in write_einval2_test()
301 tst_resm(TBROK, "error setting counter value to %" PRIu64, in readfd_set_test()
309 tst_resm(TBROK | TERRNO, "select() failed"); in readfd_set_test()
334 tst_resm(TBROK, "error clearing counter"); in readfd_not_set_test()
341 tst_resm(TBROK | TERRNO, "select() failed"); in readfd_not_set_test()
367 tst_resm(TBROK, "error setting counter value to %" PRIu64, in writefd_set_test()
375 tst_resm(TBROK | TERRNO, "select: error getting fd status"); in writefd_set_test()
400 tst_resm(TBROK, "error setting counter value to UINT64_MAX-1"); in writefd_not_set_test()
407 tst_resm(TBROK | TERRNO, "select: error getting fd status"); in writefd_not_set_test()
431 tst_resm(TBROK | TERRNO, "fork failed"); in child_inherit_test()
435 tst_resm(TBROK, "error getting child exit status"); in child_inherit_test()
440 tst_resm(TBROK, "counter value write not " in child_inherit_test()
447 tst_resm(TBROK | TERRNO, "error reading eventfd"); in child_inherit_test()
574 tst_resm(TBROK, "error triggering eventfd overflow"); in overflow_select_test()
582 tst_resm(TBROK | TERRNO, in overflow_select_test()
602 tst_resm(TBROK, "error triggering eventfd overflow"); in overflow_poll_test()
611 tst_resm(TBROK | TERRNO, "error getting evfd status with poll"); in overflow_poll_test()
630 tst_resm(TBROK, "error triggering eventfd overflow"); in overflow_read_test()
636 tst_resm(TBROK | TERRNO, "error reading eventfd"); in overflow_read_test()
680 tst_brkm(TBROK | TERRNO, CLEANUP, in main()
685 tst_brkm(TBROK | TERRNO, CLEANUP, in main()