Home
last modified time | relevance | path

Searched refs:shutdown_request_calls_left (Results 1 – 2 of 2) sorted by relevance

/external/vboot_reference/tests/
Dvboot_api_kernel2_tests.c30 static int shutdown_request_calls_left; variable
77 shutdown_request_calls_left = -1; in ResetMocks()
104 if (shutdown_request_calls_left == 0) in VbExIsShutdownRequested()
106 else if (shutdown_request_calls_left > 0) in VbExIsShutdownRequested()
107 shutdown_request_calls_left--; in VbExIsShutdownRequested()
206 shutdown_request_calls_left = 1; in VbUserConfirmsTest()
219 shutdown_request_calls_left = 1; in VbUserConfirmsTest()
225 shutdown_request_calls_left = 1; in VbUserConfirmsTest()
302 shutdown_request_calls_left = 2; in VbBootDevTest()
373 shutdown_request_calls_left = 2; in VbBootDevTest()
[all …]
Dvboot_api_kernel3_tests.c39 static int shutdown_request_calls_left; variable
84 shutdown_request_calls_left = -1; in ResetMocks()
107 if (shutdown_request_calls_left == 0) in VbExIsShutdownRequested()
109 else if (shutdown_request_calls_left > 0) in VbExIsShutdownRequested()
110 shutdown_request_calls_left--; in VbExIsShutdownRequested()
250 shutdown_request_calls_left = 0; in VbSoftwareSyncTest()
354 shutdown_request_calls_left = 0; in VbSoftwareSyncTest()
360 shutdown_request_calls_left = 0; in VbSoftwareSyncTest()