Home
last modified time | relevance | path

Searched defs:value (Results 1 – 13 of 13) sorted by relevance

/scripts/
Ddiffconfig51 def print_config(op, config, value, new_value): argument
Dunifdef.c178 static const char *value[MAXSYMS]; /* -Dsym=value */ variable
/scripts/kconfig/
Dpreprocess.c40 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()
Dconfdata.c606 kconfig_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in kconfig_print_symbol()
629 kconfig_print_comment(FILE *fp, const char *value, void *arg) in kconfig_print_comment()
660 header_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in header_print_symbol()
701 header_print_comment(FILE *fp, const char *value, void *arg) in header_print_comment()
Dqconf.cc65 bool ConfigSettings::writeSizes(const QString& key, const QList<int>& value) in writeSizes()
/scripts/dtc/
Dfdtget.c58 int value; in show_data() local
195 const void *value = NULL; in show_data_for_item() local
Dfdtput.c59 char *value = NULL; /* holding area for value */ in encode_value() local
224 char *value; in do_fdtput() local
Ddata.c158 struct data data_append_integer(struct data d, uint64_t value, int bits) in data_append_integer()
/scripts/dtc/libfdt/
Dlibfdt.h144 static inline void fdt32_st(void *property, uint32_t value) in fdt32_st()
168 static inline void fdt64_st(void *property, uint64_t value) in fdt64_st()
Dfdt_overlay.c431 const char *value; in overlay_fixup_phandle() local
Dfdt_ro.c120 uint32_t value; in fdt_find_max_phandle() local
/scripts/mod/
Dmodpost.c221 unsigned value; /* Used to compute the hash value. */ in tdb_hash() local
387 const char *value = sym_get_data(info, sym); in namespace_from_kstrtabns() local
1740 static int32_t sign_extend32(int32_t value, int index) in sign_extend32()
/scripts/gcc-plugins/
Dgcc-common.h174 static inline void set_decl_section_name(tree node, const char *value) in set_decl_section_name()