OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vb2_struct_common
(Results
1 - 8
of
8
) sorted by null
/external/vboot_reference/firmware/lib21/include/
vb2_struct.h
18
* Magic numbers used by
vb2_struct_common
.magic.
51
struct
vb2_struct_common
{
struct
119
struct
vb2_struct_common
c;
161
struct
vb2_struct_common
c;
200
struct
vb2_struct_common
c;
254
struct
vb2_struct_common
c;
313
struct
vb2_struct_common
c;
/external/vboot_reference/tests/
vb21_host_misc_tests.c
37
uint8_t cbuf[sizeof(struct
vb2_struct_common
) + 12];
38
struct
vb2_struct_common
*c = (struct
vb2_struct_common
*)cbuf;
vb21_host_sig_tests.c
55
struct
vb2_struct_common
*c;
124
c = (struct
vb2_struct_common
*)buf;
141
c = (struct
vb2_struct_common
*)buf;
vb21_common_tests.c
34
sizeof(struct
vb2_struct_common
),
35
"sizeof(
vb2_struct_common
)");
55
uint8_t cbuf[sizeof(struct
vb2_struct_common
) + 128];
57
struct
vb2_struct_common
*c = (struct
vb2_struct_common
*)cbuf;
58
struct
vb2_struct_common
*c2;
68
c2 = (struct
vb2_struct_common
*)(cbuf + desc_end);
/external/vboot_reference/firmware/lib21/
common.c
16
const struct
vb2_struct_common
*c = buf;
23
const struct
vb2_struct_common
*c = parent;
65
const struct
vb2_struct_common
*c = parent;
99
const struct
vb2_struct_common
*p = parent;
100
const struct
vb2_struct_common
*m =
101
(const struct
vb2_struct_common
*)
misc.c
37
struct
vb2_struct_common
c;
/external/vboot_reference/host/lib21/
host_signature.c
224
struct
vb2_struct_common
*c = (struct
vb2_struct_common
*)buf;
248
struct
vb2_struct_common
*c = (struct
vb2_struct_common
*)buf;
host_misc.c
84
const struct
vb2_struct_common
*cptr = buf;
Completed in 60 milliseconds