Searched refs:pstorage_htab (Results 1 – 2 of 2) sorted by relevance
/u-boot/include/ |
A D | sandboxtee.h | 27 struct hsearch_data pstorage_htab; member
|
/u-boot/drivers/tee/ |
A D | sandbox.c | 213 hsearch_r(e, ENV_FIND, &ep, &state->pstorage_htab, 0); in ta_avb_invoke_func() 237 hsearch_r(e, ENV_FIND, &ep, &state->pstorage_htab, 0); in ta_avb_invoke_func() 239 hdelete_r(e.key, &state->pstorage_htab, 0); in ta_avb_invoke_func() 243 hsearch_r(e, ENV_ENTER, &ep, &state->pstorage_htab, 0); in ta_avb_invoke_func() 484 hdestroy_r(&state->pstorage_htab); in sandbox_tee_remove() 497 if (!hcreate_r(pstorage_max, &state->pstorage_htab)) in sandbox_tee_probe()
|
Completed in 5 milliseconds