Home
last modified time | relevance | path

Searched refs:env_entry (Results 1 – 11 of 11) sorted by relevance

/u-boot/include/
A Dsearch.h29 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 Denv_callback.h76 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 Denv_flags.h159 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 Dhashtable.c22 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 Dhashtable.c66 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 Dcallback.c47 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 Dflags.c445 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 Dcommon.c277 struct env_entry *match; in env_complete()
/u-boot/cmd/
A Dnvedit.c102 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 Dapi.c519 struct env_entry *match, search; in API_env_enum()
/u-boot/drivers/tee/
A Dsandbox.c118 struct env_entry e, *ep; in ta_avb_invoke_func()

Completed in 16 milliseconds