HomeSort by relevance Sort by last modified time
    Searched refs:vb2_shared_data (Results 1 - 17 of 17) sorted by null

  /external/vboot_reference/firmware/2lib/include/
2misc.h 22 static __inline struct vb2_shared_data *vb2_get_sd(struct vb2_context *ctx) {
23 return (struct vb2_shared_data *)ctx->workbuf;
2struct.h 28 /* Flags for vb2_shared_data.flags */
42 /* Flags for vb2_shared_data.status */
61 struct vb2_shared_data { struct
  /external/vboot_reference/firmware/2lib/
2misc.c 68 struct vb2_shared_data *sd = vb2_get_sd(ctx);
117 struct vb2_shared_data *sd = vb2_get_sd(ctx);
141 struct vb2_shared_data *sd = vb2_get_sd(ctx);
179 struct vb2_shared_data *sd = vb2_get_sd(ctx);
206 struct vb2_shared_data *sd = vb2_get_sd(ctx);
317 struct vb2_shared_data *sd = vb2_get_sd(ctx);
2secdata.c 44 struct vb2_shared_data *sd = vb2_get_sd(ctx);
2api.c 108 struct vb2_shared_data *sd = vb2_get_sd(ctx);
2nvstorage.c 50 struct vb2_shared_data *sd = vb2_get_sd(ctx);
  /external/vboot_reference/firmware/lib20/
api.c 41 struct vb2_shared_data *sd = vb2_get_sd(ctx);
126 struct vb2_shared_data *sd = vb2_get_sd(ctx);
misc.c 19 struct vb2_shared_data *sd = vb2_get_sd(ctx);
132 struct vb2_shared_data *sd = vb2_get_sd(ctx);
  /external/vboot_reference/firmware/lib21/
api.c 44 struct vb2_shared_data *sd = vb2_get_sd(ctx);
118 struct vb2_shared_data *sd = vb2_get_sd(ctx);
misc.c 67 struct vb2_shared_data *sd = vb2_get_sd(ctx);
155 struct vb2_shared_data *sd = vb2_get_sd(ctx);
  /external/vboot_reference/tests/
vb2_misc_tests.c 21 static struct vb2_shared_data *sd;
89 TEST_EQ(c.workbuf_used, sizeof(struct vb2_shared_data),
99 c.workbuf_size = sizeof(struct vb2_shared_data) - 1;
vb2_api_tests.c 23 static struct vb2_shared_data *sd;
vb2_nvstorage_tests.c 73 struct vb2_shared_data *sd = vb2_get_sd(&c);
vb20_api_tests.c 23 static struct vb2_shared_data *sd;
vb20_misc_tests.c 23 static struct vb2_shared_data *sd;
vb21_api_tests.c 29 static struct vb2_shared_data *sd;
vb21_misc_tests.c 25 static struct vb2_shared_data *sd;

Completed in 85 milliseconds