Searched refs:variable_info (Results 1 – 7 of 7) sorted by relevance
| /trusted-services/components/service/uefi/smm_variable/backend/ |
| A D | variable_index.h | 50 struct variable_info { struct 64 struct variable_info info; argument 120 struct variable_info *variable_index_find(const struct variable_index *context, 135 struct variable_info *variable_index_find_next(const struct variable_index *context, 153 struct variable_info *variable_index_add_entry(const struct variable_index *context, 166 struct variable_info *info); 176 void variable_index_set_variable(struct variable_info *info, uint32_t attributes); 187 struct variable_info *info); 195 void variable_index_set_constraints(struct variable_info *info,
|
| A D | variable_index.c | 83 static struct variable_entry *containing_entry(const struct variable_info *info) in containing_entry() 117 struct variable_info *variable_index_find(const struct variable_index *context, in variable_index_find() 121 struct variable_info *result = NULL; in variable_index_find() 131 struct variable_info *variable_index_find_next(const struct variable_index *context, in variable_index_find_next() 135 struct variable_info *result = NULL; in variable_index_find_next() 195 struct variable_info *info = &entry->info; in add_entry() 223 struct variable_info *info = NULL; in variable_index_add_entry() 234 struct variable_info *info) in variable_index_remove_unused_entry() 242 memset(info, 0, sizeof(struct variable_info)); in variable_index_remove_unused_entry() 246 void variable_index_set_variable(struct variable_info *info, uint32_t attributes) in variable_index_set_variable() [all …]
|
| A D | variable_index_iterator.c | 31 struct variable_info *variable_index_iterator_current(const struct variable_index_iterator *iter) in variable_index_iterator_current() 33 struct variable_info *current = NULL; in variable_index_iterator_current()
|
| A D | variable_index_iterator.h | 55 struct variable_info *variable_index_iterator_current(const struct variable_index_iterator *iter);
|
| A D | uefi_variable_store.c | 41 const struct variable_info *info); 45 const struct variable_info *info, 105 const struct variable_info *info, 109 const struct variable_info *info); 112 const struct variable_info *info, 246 struct variable_info *info = in uefi_variable_store_set_variable() 428 const struct variable_info *info = in uefi_variable_store_get_variable() 903 const struct variable_info *info) in check_access_permitted() 926 const struct variable_info *info, in check_access_permitted_on_set() 1619 const struct variable_info *info, in store_variable_data() [all …]
|
| /trusted-services/components/service/uefi/smm_variable/backend/test/ |
| A D | variable_index_tests.cpp | 70 struct variable_info *info = NULL; in TEST_GROUP() 105 struct variable_info *info = NULL; in TEST() 124 struct variable_info *info = NULL; in TEST() 147 struct variable_info *info = NULL; in TEST() 170 const struct variable_info *info = NULL; in TEST() 256 const struct variable_info *info = NULL; in TEST() 362 struct variable_info *info = NULL; in TEST() 431 struct variable_info *info = NULL; in TEST() 455 struct variable_info *info_to_remove = info; in TEST() 515 struct variable_info *info = variable_index_find( in TEST() [all …]
|
| A D | variable_store_tests.cpp | 235 const struct variable_info *info = variable_index_find( in TEST_GROUP()
|
Completed in 32 milliseconds