| /scripts/dtc/ |
| A D | treesource.c | 72 while (m && (m->offset == 0)) { in write_propval_string() 73 if (m->type == LABEL) in write_propval_string() 75 m = m->next; in write_propval_string() 112 while (m && (m->offset <= (i + 1))) { in write_propval_string() 117 m = m->next; in write_propval_string() 145 while (m && (m->offset <= ((char *)cp - val.val))) { in write_propval_cells() 150 m = m->next; in write_propval_cells() 175 while (m && (m->offset == (bp-val.val))) { in write_propval_bytes() 176 if (m->type == LABEL) in write_propval_bytes() 178 m = m->next; in write_propval_bytes() [all …]
|
| A D | data.c | 27 m = d.markers; in data_free() 28 while (m) { in data_free() 29 nm = m->next; in data_free() 30 free(m->ref); in data_free() 31 free(m); in data_free() 32 m = nm; in data_free() 132 memmove(d.val + m->offset + len, d.val + m->offset, d.len - m->offset); in data_insert_at_marker() 137 m = m->next; in data_insert_at_marker() 150 *mp = m; in data_append_markers() 244 m = xmalloc(sizeof(*m)); in data_add_marker() [all …]
|
| A D | livetree.c | 477 struct marker *m; in get_marker_label() local 485 m = p->val.markers; in get_marker_label() 488 return m; in get_marker_label() 493 if (m) in get_marker_label() 494 return m; in get_marker_label() 895 struct marker *m; in any_fixup_tree() local 898 m = prop->val.markers; in any_fixup_tree() 915 struct marker *m) in add_fixup_entry() argument 940 struct marker *m; in generate_fixups_tree_internal() local 960 struct marker *m; in any_local_fixup_tree() local [all …]
|
| A D | dtc.h | 96 #define for_each_marker(m) \ argument 97 for (; (m); (m) = (m)->next) 98 #define for_each_marker_of_type(m, t) \ argument 99 for_each_marker(m) \ 100 if ((m)->type == (t)) 111 struct data data_insert_at_marker(struct data d, struct marker *m,
|
| A D | checks.c | 431 struct marker *m = prop->val.markers; in check_duplicate_label_node() local 436 for_each_marker_of_type(m, LABEL) in check_duplicate_label_node() 437 check_duplicate_label(c, dti, m->ref, node, prop, m); in check_duplicate_label_node() 447 struct marker *m; in check_phandle_prop() local 460 m = prop->val.markers; in check_phandle_prop() 462 assert(m->offset == 0); in check_phandle_prop() 566 struct marker *m = prop->val.markers; in fixup_phandle_references() local 577 "label \"%s\"\n", m->ref); in fixup_phandle_references() 606 assert(m->offset <= prop->val.len); in fixup_path_references() 611 m->ref); in fixup_path_references() [all …]
|
| A D | flattree.c | 168 struct marker *m = d.markers; in asm_emit_data() local 170 for_each_marker_of_type(m, LABEL) in asm_emit_data() 171 emit_offset_label(f, m->ref, m->offset); in asm_emit_data()
|
| /scripts/ |
| A D | Makefile.lib | 47 multi-search = $(sort $(foreach m, $1, $(if $(call suffix-search, $m, $2, $3 -), $m))) 49 real-search = $(foreach m, $1, $(if $(call suffix-search, $m, $2, $3 -), $(call suffix-search, $m, … 52 multi-used-y := $(sort $(foreach m,$(obj-y), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))), $(m)))) 53 multi-used-m := $(sort $(foreach m,$(obj-m), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y)) $($(m:.o=-… 59 multi-objs-y := $(foreach m, $(multi-used-y), $($(m:.o=-objs)) $($(m:.o=-y))) 60 multi-objs-m := $(foreach m, $(multi-used-m), $($(m:.o=-objs)) $($(m:.o=-y))) 67 base-dtb-y := $(foreach m, $(multi-dtb-y), $(firstword $(call suffix-search, $m, .dtb, -dtbs))) 75 real-obj-y := $(foreach m, $(obj-y), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))),$($(m:.o=-objs)) … 76 …-m := $(foreach m, $(obj-m), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y)) $($(m:.o=-m))),$($(m:.o=-… 114 $(if $(filter $*.o, $($(m:.o=-objs)) $($(m:.o=-y)) $($(m:.o=-m))),$(m:.o=))))) [all …]
|
| A D | Makefile.host | 30 host-csingle := $(foreach m,$(__hostprogs), \ 31 $(if $($(m)-objs)$($(m)-cxxobjs)$($(m)-sharedobjs),,$(m))) 34 host-cmulti := $(foreach m,$(__hostprogs),\ 35 $(if $($(m)-cxxobjs),,$(if $($(m)-objs),$(m)))) 38 host-shared := $(foreach m,$(__hostprogs),\ 39 $(if $($(m)-sharedobjs),$(m)))) 42 host-cobjs := $(sort $(foreach m,$(__hostprogs),$($(m)-objs))) 47 host-cxxmulti := $(foreach m,$(__hostprogs),$(if $($(m)-cxxobjs),$(m))) 50 host-cxxobjs := $(sort $(foreach m,$(host-cxxmulti),$($(m)-cxxobjs))) 53 host-cshobjs := $(sort $(foreach m,$(host-cshlib),$($(m:.so=-objs)))) [all …]
|
| A D | show-gnu-make | 15 for m in make gmake 17 if $m --version 2>/dev/null | grep -q GNU; then 18 echo $m
|
| A D | gen_compile_commands.py | 149 with open(mod) as m: 150 for mod_line in m:
|
| A D | config | 27 --state|-s option Print state of option (n,y,m,undef)
|
| A D | Makefile.build | 439 $(foreach m, $(modorder), \ 440 $(if $(filter %/modules.order, $m), \ 441 cat $m;, echo kernel/$m;))
|
| A D | checkpatch.pl | 1144 my $date = POSIX::strftime("%Y%m%d%H%M",
|
| /scripts/basic/ |
| A D | fixdep.c | 149 c = m[i]; in print_dep() 224 define_config(m, slen, hash); in use_config() 337 while (*m == ' ' || *m == '\\' || *m == '\n') in parse_dep_file() 338 m++; in parse_dep_file() 340 if (!*m) in parse_dep_file() 344 p = m; in parse_dep_file() 354 } else if (!is_ignored_file(m, p - m)) { in parse_dep_file() 375 target, m); in parse_dep_file() 380 xprintf(" %s \\\n", m); in parse_dep_file() 383 buf = read_file(m); in parse_dep_file() [all …]
|
| /scripts/kconfig/tests/choice/ |
| A D | allmod_expected_config | 6 CONFIG_TRI_CHOICE0=m 7 CONFIG_TRI_CHOICE1=m 8 CONFIG_OPT_TRI_CHOICE0=m 9 CONFIG_OPT_TRI_CHOICE1=m
|
| A D | oldask0_expected_stdout | 8 choice 0 (TRI_CHOICE0) [N/m/?] (NEW) 9 choice 1 (TRI_CHOICE1) [N/m/?] (NEW) 10 optional tristate choice [N/m/y/?] (NEW)
|
| /scripts/kconfig/tests/choice_value_with_m_dep/ |
| A D | config | 1 CONFIG_CHOICE0=m 2 CONFIG_CHOICE1=m
|
| A D | expected_config | 2 CONFIG_DEP=m
|
| A D | Kconfig | 7 default m
|
| /scripts/dtc/pylibfdt/ |
| A D | setup.py | 77 m = RE_KEY_VALUE.match(line) 78 if m: 79 value = m.group('value') or '' 80 key = m.group('key') 83 if 'plus' in m.groupdict() and key in makevars:
|
| /scripts/coccinelle/api/alloc/ |
| A D | alloc_cast.cocci | 26 m = re.compile(pattern) 43 if m.search(t) != None: 61 if m.search(t) != None: 88 if m.search(t) != None: 98 if m.search(t) != None:
|
| /scripts/kconfig/ |
| A D | qconf.h | 126 ConfigItem(ConfigList *parent, ConfigItem *after, struct menu *m, bool v) in ConfigItem() argument 127 : Parent(parent, after), nextItem(0), menu(m), visible(v), goParent(false) in ConfigItem() 131 ConfigItem(ConfigItem *parent, ConfigItem *after, struct menu *m, bool v) in ConfigItem() argument 132 : Parent(parent, after), nextItem(0), menu(m), visible(v), goParent(false) in ConfigItem()
|
| A D | qconf.cc | 1043 void ConfigInfoView::setInfo(struct menu *m) in setInfo() argument 1045 if (_menu == m) in setInfo() 1047 _menu = m; in setInfo()
|