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 | 76 void env_callback_init(struct env_entry *var_entry); 78 static inline void env_callback_init(struct env_entry *var_entry) in env_callback_init()
|
A D | env_flags.h | 159 void env_flags_init(struct env_entry *var_entry); 164 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 | 66 struct env_entry entry; 71 struct env_entry *ep, int idx); 161 struct env_entry *ep = &htab->table[i].entry; in hdestroy_r() 246 enum env_action action, struct env_entry **retval, in _compare_and_overwrite_entry() 451 struct env_entry *ep, int idx) in _hdelete() 465 struct env_entry e, *ep; in hdelete_r() 546 struct env_entry *e1 = *(struct env_entry **)p1; in cmpkey() 547 struct env_entry *e2 = *(struct env_entry **)p2; in cmpkey() 614 struct env_entry *list[htab->size]; in hexport_r() 635 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 | 277 struct env_entry *match; in env_complete()
|
/u-boot/cmd/ |
A D | nvedit.c | 102 struct env_entry e, *ep; in env_print() 233 struct env_entry e, *ep; in _do_env_set() 484 static int print_active_callback(struct env_entry *entry) in print_active_callback() 566 static int print_active_flags(struct env_entry *entry) in print_active_flags() 674 struct env_entry e, *ep; in env_get() 1332 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 | 118 struct env_entry e, *ep; in ta_avb_invoke_func()
|
Completed in 16 milliseconds