Searched refs:env_entry (Results 1 – 12 of 12) sorted by relevance
/third_party/uboot/u-boot-2020.01/include/ |
D | search.h | 29 struct env_entry { struct 55 int (*change_ok)(const struct env_entry *item, const char *newval, argument 71 int hsearch_r(struct env_entry item, enum env_action action, 72 struct env_entry **retval, struct hsearch_data *htab, int flag); 78 int hmatch_r(const char *match, int last_idx, struct env_entry **retval, 97 int (*callback)(struct env_entry *entry));
|
D | env_flags.h | 156 void env_flags_init(struct env_entry *var_entry); 161 int env_flags_validate(const struct env_entry *item, const char *newval,
|
D | env_callback.h | 75 void env_callback_init(struct env_entry *var_entry);
|
/third_party/uboot/u-boot-2020.01/lib/ |
D | hashtable.c | 65 struct env_entry entry; 70 struct env_entry *ep, int idx); 156 struct env_entry *ep = &htab->table[i].entry; in hdestroy_r() 205 int hmatch_r(const char *match, int last_idx, struct env_entry **retval, in hmatch_r() 229 static inline int _compare_and_overwrite_entry(struct env_entry item, in _compare_and_overwrite_entry() 230 enum env_action action, struct env_entry **retval, in _compare_and_overwrite_entry() 276 int hsearch_r(struct env_entry item, enum env_action action, in hsearch_r() 277 struct env_entry **retval, struct hsearch_data *htab, int flag) in hsearch_r() 438 struct env_entry *ep, int idx) in _hdelete() 453 struct env_entry e, *ep; in hdelete_r() [all …]
|
/third_party/uboot/u-boot-2020.01/test/env/ |
D | hashtable.c | 21 struct env_entry item; in htab_fill() 22 struct env_entry *ritem; in htab_fill() 41 struct env_entry item; in htab_check_fill() 42 struct env_entry *ritem; in htab_check_fill() 64 struct env_entry item; in htab_create_delete() 65 struct env_entry *ritem; in htab_create_delete()
|
/third_party/uboot/u-boot-2020.01/env/ |
D | callback.c | 46 void env_callback_init(struct env_entry *var_entry) in env_callback_init() 83 static int clear_callback(struct env_entry *entry) in clear_callback() 95 struct env_entry e, *ep; in set_callback()
|
D | flags.c | 422 void env_flags_init(struct env_entry *var_entry) in env_flags_init() 444 static int clear_flags(struct env_entry *entry) in clear_flags() 456 struct env_entry e, *ep; in set_flags() 499 int env_flags_validate(const struct env_entry *item, const char *newval, in env_flags_validate()
|
D | common.c | 250 struct env_entry *match; in env_complete()
|
/third_party/uboot/u-boot-2020.01/cmd/ |
D | nvedit.c | 99 struct env_entry e, *ep; in env_print() 230 struct env_entry e, *ep; in _do_env_set() 478 static int print_active_callback(struct env_entry *entry) in print_active_callback() 559 static int print_active_flags(struct env_entry *entry) in print_active_flags() 667 struct env_entry e, *ep; in env_get() 1286 struct env_entry e, *ep; in do_env_exists()
|
/third_party/grpc/third_party/toolchains/bazel_0.26.0_rbe_windows/ |
D | cc_toolchain_config.bzl | 21 "env_entry", 247 …env_entries = [env_entry(key = "LIB", value = "C:\\Program Files (x86)\\Microsoft Visual Studio 14… 610 …env_entries = [env_entry(key = "INCLUDE", value = "C:\\Program Files (x86)\\Microsoft Visual Studi… 1018 …env_entry(key = "PATH", value = "C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\a… 1019 … env_entry(key = "TMP", value = "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp"), 1020 … env_entry(key = "TEMP", value = "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp"), 1195 env_entry(key = "PATH", value = "c:/tools/msys64/mingw64/bin"), 1465 env_entry(key = "PATH", value = "c:/tools/msys64/usr/bin"),
|
/third_party/uboot/u-boot-2020.01/drivers/tee/ |
D | sandbox.c | 82 struct env_entry e, *ep; in ta_avb_invoke_func()
|
/third_party/uboot/u-boot-2020.01/api/ |
D | api.c | 518 struct env_entry *match, search; in API_env_enum()
|