Lines Matching refs:TC_PASS
84 return TC_PASS; in create_write_hello()
116 return TC_PASS; in verify_hello()
184 return TC_PASS; in seek_within_hello()
250 return TC_PASS; in truncate_hello()
275 return TC_PASS; in unlink_hello()
339 return TC_PASS; in sync_goodbye()
365 return TC_PASS; in verify_goodbye()
374 zassert_equal(create_write_hello(fs_basic_test_mp), TC_PASS, in test_fs_basic()
377 zassert_equal(verify_hello(fs_basic_test_mp), TC_PASS, in test_fs_basic()
380 zassert_equal(seek_within_hello(fs_basic_test_mp), TC_PASS, in test_fs_basic()
383 zassert_equal(truncate_hello(fs_basic_test_mp), TC_PASS, in test_fs_basic()
386 zassert_equal(unlink_hello(fs_basic_test_mp), TC_PASS, in test_fs_basic()
389 zassert_equal(sync_goodbye(fs_basic_test_mp), TC_PASS, in test_fs_basic()
405 zassert_equal(verify_goodbye(fs_basic_test_mp), TC_PASS, in test_fs_basic()