Searched defs:value (Results 1 – 13 of 13) sorted by relevance
/scripts/ |
D | diffconfig | 51 def print_config(op, config, value, new_value): argument
|
D | unifdef.c | 178 static const char *value[MAXSYMS]; /* -Dsym=value */ variable
|
/scripts/kconfig/ |
D | preprocess.c | 40 char *value; member 44 static void env_add(const char *name, const char *value) in env_add() 67 const char *value; in env_expand() local 233 char *value; member 279 void variable_add(const char *name, const char *value, in variable_add()
|
D | confdata.c | 591 kconfig_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in kconfig_print_symbol() 614 kconfig_print_comment(FILE *fp, const char *value, void *arg) in kconfig_print_comment() 645 header_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in header_print_symbol() 686 header_print_comment(FILE *fp, const char *value, void *arg) in header_print_comment() 719 tristate_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in tristate_print_symbol()
|
D | qconf.cc | 79 bool ConfigSettings::writeSizes(const QString& key, const QList<int>& value) in writeSizes()
|
/scripts/dtc/ |
D | fdtput.c | 59 char *value = NULL; /* holding area for value */ in encode_value() local 224 char *value; in do_fdtput() local
|
D | fdtget.c | 58 int value; in show_data() local 195 const void *value = NULL; in show_data_for_item() local
|
D | data.c | 158 struct data data_append_integer(struct data d, uint64_t value, int bits) in data_append_integer()
|
/scripts/dtc/libfdt/ |
D | libfdt.h | 137 static inline void fdt32_st(void *property, uint32_t value) in fdt32_st() 161 static inline void fdt64_st(void *property, uint64_t value) in fdt64_st()
|
D | fdt_overlay.c | 430 const char *value; in overlay_fixup_phandle() local
|
D | fdt_ro.c | 108 uint32_t value; in fdt_find_max_phandle() local
|
/scripts/mod/ |
D | modpost.c | 188 unsigned value; /* Used to compute the hash value. */ in tdb_hash() local 357 char *value = info->ksymtab_strings + kstrtabns->st_value; in namespace_from_kstrtabns() local
|
/scripts/gcc-plugins/ |
D | gcc-common.h | 577 static inline void set_decl_section_name(tree node, const char *value) in set_decl_section_name()
|