Searched refs:env_entry (Results 1 – 11 of 11) sorted by relevance
| /u-boot/include/ |
| A D | search.h | 29 struct env_entry { struct 57 int (*change_ok)(const struct env_entry *item, const char *newval, argument 73 int hsearch_r(struct env_entry item, enum env_action action, 74 struct env_entry **retval, struct hsearch_data *htab, int flag); 80 int hmatch_r(const char *match, int last_idx, struct env_entry **retval, 108 int (*callback)(struct env_entry *entry));
|
| A D | env_callback.h | 86 void env_callback_init(struct env_entry *var_entry); 88 static inline void env_callback_init(struct env_entry *var_entry) in env_callback_init()
|
| A D | env_flags.h | 169 void env_flags_init(struct env_entry *var_entry); 174 int env_flags_validate(const struct env_entry *item, const char *newval,
|
| /u-boot/test/env/ |
| A D | hashtable.c | 22 struct env_entry item; in htab_fill() 23 struct env_entry *ritem; in htab_fill() 42 struct env_entry item; in htab_check_fill() 43 struct env_entry *ritem; in htab_check_fill() 65 struct env_entry item; in htab_create_delete() 66 struct env_entry *ritem; in htab_create_delete()
|
| /u-boot/lib/ |
| A D | hashtable.c | 59 struct env_entry entry; 64 struct env_entry *ep, int idx); 154 struct env_entry *ep = &htab->table[i].entry; in hdestroy_r() 239 enum env_action action, struct env_entry **retval, in _compare_and_overwrite_entry() 444 struct env_entry *ep, int idx) in _hdelete() 458 struct env_entry e, *ep; in hdelete_r() 539 struct env_entry *e1 = *(struct env_entry **)p1; in cmpkey() 540 struct env_entry *e2 = *(struct env_entry **)p2; in cmpkey() 607 struct env_entry *list[htab->size]; in hexport_r() 628 struct env_entry *ep = &htab->table[i].entry; in hexport_r() [all …]
|
| /u-boot/env/ |
| A D | callback.c | 47 void env_callback_init(struct env_entry *var_entry) in env_callback_init() 86 static int clear_callback(struct env_entry *entry) in clear_callback() 98 struct env_entry e, *ep; in set_callback()
|
| A D | flags.c | 445 void env_flags_init(struct env_entry *var_entry) in env_flags_init() 471 static int clear_flags(struct env_entry *entry) in clear_flags() 483 struct env_entry e, *ep; in set_flags() 525 int env_flags_validate(const struct env_entry *item, const char *newval, in env_flags_validate()
|
| A D | common.c | 116 struct env_entry e, *ep; in env_get() 452 struct env_entry *match; in env_complete()
|
| /u-boot/cmd/ |
| A D | nvedit.c | 99 struct env_entry e, *ep; in env_print() 230 struct env_entry e, *ep; in _do_env_set() 418 static int print_active_callback(struct env_entry *entry) in print_active_callback() 500 static int print_active_flags(struct env_entry *entry) in print_active_flags() 1179 struct env_entry e, *ep; in do_env_exists()
|
| /u-boot/api/ |
| A D | api.c | 519 struct env_entry *match, search; in API_env_enum()
|
| /u-boot/drivers/tee/ |
| A D | sandbox.c | 171 struct env_entry e, *ep; in ta_avb_invoke_func()
|
Completed in 24 milliseconds