OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LoadKernel
(Results
1 - 10
of
10
) sorted by null
/external/vboot_reference/tests/
vboot_kernel_tests.c
378
* This would normally be called by
LoadKernel
()->GptInit()
403
* This would normally be called by
LoadKernel
()->GptInit()
526
* Trivial invalid calls to
LoadKernel
()
532
TEST_EQ(
LoadKernel
(&lkp, &cparams), VBERROR_INVALID_PARAMETER,
537
TEST_EQ(
LoadKernel
(&lkp, &cparams), VBERROR_INVALID_PARAMETER,
542
TEST_EQ(
LoadKernel
(&lkp, &cparams), VBERROR_INVALID_PARAMETER,
547
TEST_EQ(
LoadKernel
(&lkp, &cparams), VBERROR_NO_KERNEL_FOUND,
552
TEST_EQ(
LoadKernel
(&lkp, &cparams), VBERROR_NO_KERNEL_FOUND,
557
TEST_EQ(
LoadKernel
(&lkp, &cparams), VBERROR_NO_KERNEL_FOUND,
563
TEST_EQ(
LoadKernel
(&lkp, &cparams), VBERROR_INVALID_KERNEL_FOUND
[
all
...]
verify_kernel.c
107
/* GBB and cparams only needed by
LoadKernel
() in recovery mode */
115
*
LoadKernel
() cares only about VBNV_DEV_BOOT_SIGNED_ONLY, and only in
122
rv =
LoadKernel
(¶ms, &cparams);
124
fprintf(stderr, "
LoadKernel
() failed with code %d\n", rv);
vboot_api_kernel_tests.c
278
VbError_t
LoadKernel
(LoadKernelParams *params, VbCommonParams *cparams)
/external/vboot_reference/firmware/lib/include/
load_kernel_fw.h
17
/* Boot flags for
LoadKernel
().boot_flags */
26
/* Inputs to
LoadKernel
() */
28
* Buffer for data shared between LoadFirmware() and
LoadKernel
().
62
* Outputs from
LoadKernel
(); valid only if
LoadKernel
() returns
83
VbError_t
LoadKernel
(LoadKernelParams *params, VbCommonParams *cparams);
93
* Partition number, as returned from
LoadKernel
() in
98
* Absolute bootloader start adddress, as returned from
LoadKernel
() in
/external/vboot_reference/firmware/linktest/
main.c
30
LoadKernel
(0, 0);
/system/extras/simpleperf/
dso.h
93
bool
LoadKernel
();
dso.cpp
198
result =
LoadKernel
();
236
bool Dso::
LoadKernel
() {
/external/vboot_reference/utility/
load_kernel_test.c
220
/* Call
LoadKernel
() */
221
rv =
LoadKernel
(&lkp, &cparams);
222
printf("
LoadKernel
() returned %d\n", rv);
/external/vboot_reference/firmware/lib/
vboot_kernel.c
32
VbError_t
LoadKernel
(LoadKernelParams *params, VbCommonParams *cparams)
61
VBDEBUG(("
LoadKernel
() called with invalid params\n"));
101
VBDEBUG(("
LoadKernel
() called with sector size > KBUF_SIZE\n"));
528
* If
LoadKernel
() was called with bad parameters, shcall may not be
vboot_api_kernel.c
123
retval =
LoadKernel
(p, cparams);
124
VBDEBUG(("VbTryLoadKernel()
LoadKernel
() = %d\n", retval));
147
* set by
LoadKernel
().
1038
/* Fill in params for calls to
LoadKernel
() */
[
all
...]
Completed in 1685 milliseconds