Home
last modified time | relevance | path

Searched refs:expected_rc (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/exec/
H A Dexecveat.c68 int expected_rc, int expected_rc2) in check_execveat_invoked_rc() argument
104 if ((WEXITSTATUS(status) != expected_rc) && in check_execveat_invoked_rc()
107 child, WEXITSTATUS(status), expected_rc, expected_rc2); in check_execveat_invoked_rc()
/OK3568_Linux_fs/external/xserver/test/
H A Dinput.c352 dix_event_to_core_fail(int evtype, int expected_rc) in dix_event_to_core_fail() argument
364 assert(rc == expected_rc); in dix_event_to_core_fail()
384 _dix_test_xi_convert(DeviceEvent *ev, int expected_rc, int expected_count) in _dix_test_xi_convert() argument
391 assert(rc == expected_rc); in _dix_test_xi_convert()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dpkcs11_1000.c1228 CK_RV expected_rc) in cipher_init_final() argument
1251 if (!ADBG_EXPECT_CK_RESULT(c, expected_rc, rv)) { in cipher_init_final()