Home
last modified time | relevance | path

Searched refs:m (Results 1 – 23 of 23) sorted by relevance

/scripts/dtc/
Dtreesource.c68 struct marker *m = val.markers; in write_propval_string() local
72 while (m && (m->offset == 0)) { in write_propval_string()
73 if (m->type == LABEL) in write_propval_string()
74 fprintf(f, "%s: ", m->ref); in write_propval_string()
75 m = m->next; in write_propval_string()
112 while (m && (m->offset <= (i + 1))) { in write_propval_string()
113 if (m->type == LABEL) { in write_propval_string()
114 assert(m->offset == (i+1)); in write_propval_string()
115 fprintf(f, "%s: ", m->ref); in write_propval_string()
117 m = m->next; in write_propval_string()
[all …]
Ddata.c25 struct marker *m, *nm; in data_free() local
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()
128 struct data data_insert_at_marker(struct data d, struct marker *m, in data_insert_at_marker() argument
132 memmove(d.val + m->offset + len, d.val + m->offset, d.len - m->offset); in data_insert_at_marker()
133 memcpy(d.val + m->offset, p, len); in data_insert_at_marker()
[all …]
Dlivetree.c428 struct marker *m; in get_marker_label() local
436 m = p->val.markers; in get_marker_label()
437 for_each_marker_of_type(m, LABEL) in get_marker_label()
438 if (streq(m->ref, label)) in get_marker_label()
439 return m; in get_marker_label()
443 m = get_marker_label(c, label, node, prop); in get_marker_label()
444 if (m) in get_marker_label()
445 return m; in get_marker_label()
816 struct marker *m; in any_fixup_tree() local
819 m = prop->val.markers; in any_fixup_tree()
[all …]
Dchecks.c346 struct marker *m = prop->val.markers; in check_duplicate_label_node() local
351 for_each_marker_of_type(m, LABEL) in check_duplicate_label_node()
352 check_duplicate_label(c, dti, m->ref, node, prop, m); in check_duplicate_label_node()
362 struct marker *m; in check_phandle_prop() local
375 m = prop->val.markers; in check_phandle_prop()
376 for_each_marker_of_type(m, REF_PHANDLE) { in check_phandle_prop()
377 assert(m->offset == 0); in check_phandle_prop()
378 if (node != get_node_by_ref(root, m->ref)) in check_phandle_prop()
481 struct marker *m = prop->val.markers; in fixup_phandle_references() local
485 for_each_marker_of_type(m, REF_PHANDLE) { in fixup_phandle_references()
[all …]
Ddtc.h97 #define for_each_marker(m) \ argument
98 for (; (m); (m) = (m)->next)
99 #define for_each_marker_of_type(m, t) \ argument
100 for_each_marker(m) \
101 if ((m)->type == (t))
112 struct data data_insert_at_marker(struct data d, struct marker *m,
Dflattree.c176 struct marker *m = d.markers; in asm_emit_data() local
178 for_each_marker_of_type(m, LABEL) in asm_emit_data()
179 emit_offset_label(f, m->ref, m->offset); in asm_emit_data()
/scripts/basic/
Dfixdep.c197 static void use_config(const char *m, int slen) in use_config() argument
199 unsigned int hash = strhash(m, slen); in use_config()
202 if (is_defined_config(m, slen, hash)) in use_config()
205 define_config(m, slen, hash); in use_config()
209 c = m[i]; in use_config()
223 const int *m = (const int *) map + 1; in parse_config_file() local
226 for (; m < end; m++) { in parse_config_file()
227 if (*m == INT_CONF) { p = (char *) m ; goto conf; } in parse_config_file()
228 if (*m == INT_ONFI) { p = (char *) m-1; goto conf; } in parse_config_file()
229 if (*m == INT_NFIG) { p = (char *) m-2; goto conf; } in parse_config_file()
[all …]
/scripts/
DMakefile.lib50 multi-used-y := $(sort $(foreach m,$(obj-y), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))), $(m))))
51 multi-used-m := $(sort $(foreach m,$(obj-m), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))), $(m))))
57 multi-objs-y := $(foreach m, $(multi-used-y), $($(m:.o=-objs)) $($(m:.o=-y)))
58 multi-objs-m := $(foreach m, $(multi-used-m), $($(m:.o=-objs)) $($(m:.o=-y)))
69 …y := $(foreach m, $(filter-out $(subdir-obj-y), $(obj-y)), $(if $(strip $($(m:.o=-objs)) $($(m:.o=…
70 real-objs-m := $(foreach m, $(obj-m), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))),$($(m:.o=-objs))…
175 modname-multi = $(sort $(foreach m,$(multi-used),\
176 $(if $(filter $(subst $(obj)/,,$*.o), $($(m:.o=-objs)) $($(m:.o=-y))),$(m:.o=))))
182 $(foreach m, $(notdir $1), \
183 $(eval $(obj)/$m: \
[all …]
DMakefile.host27 host-csingle := $(foreach m,$(__hostprogs), \
28 $(if $($(m)-objs)$($(m)-cxxobjs),,$(m)))
31 host-cmulti := $(foreach m,$(__hostprogs),\
32 $(if $($(m)-cxxobjs),,$(if $($(m)-objs),$(m))))
35 host-cobjs := $(sort $(foreach m,$(__hostprogs),$($(m)-objs)))
40 host-cxxmulti := $(foreach m,$(__hostprogs),$(if $($(m)-cxxobjs),$(m)))
43 host-cxxobjs := $(sort $(foreach m,$(host-cxxmulti),$($(m)-cxxobjs)))
Danalyze_suspend.py123 m = re.match('(?P<name>.*)_dmesg\.txt$', self.dmesgfile)
124 if(m):
125 self.htmlfile = m.group('name')+'.html'
127 m = re.match('(?P<name>.*)_ftrace\.txt$', self.ftracefile)
128 if(m):
129 self.htmlfile = m.group('name')+'.html'
629 def __init__(self, t, m, d): argument
632 if(d == 'traceevent' or re.match('^ *\/\* *(?P<msg>.*) \*\/ *$', m)):
635 msg = m
638 em = re.match('^ *\/\* *(?P<msg>.*) \*\/ *$', m)
[all …]
DMakefile.modbuiltin42 $(Q)(for m in $(modbuiltin-mods); do echo kernel/$$m; done; \
Dgcc-ld21 -[m]*) N="$1" ;;
DMakefile.build432 $(foreach m, $(modorder), \
433 $(if $(filter %/modules.order, $m), \
434 cat $m;, echo kernel/$m;))
Dconfig26 --state|-s option Print state of option (n,y,m,undef)
Dcheckpatch.pl654 my $date = POSIX::strftime("%Y%m%d%H%M",
/scripts/kconfig/
Dkxgettext.c122 struct message *m = message__list; in mesage__find() local
124 while (m != NULL) { in mesage__find()
125 if (strcmp(m->msg, msg) == 0) in mesage__find()
127 m = m->next; in mesage__find()
130 return m; in mesage__find()
155 struct message *m = mesage__find(escaped); in message__add() local
157 if (m != NULL) in message__add()
158 rc = message__add_file_line(m, file, lineno); in message__add()
160 m = message__new(escaped, option, file, lineno); in message__add()
162 if (m != NULL) { in message__add()
[all …]
Dqconf.h126 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()
Dzconf.hash.c_shipped22 && ('k' == 107) && ('l' == 108) && ('m' == 109) && ('n' == 110) \
Dqconf.cc1044 void ConfigInfoView::setInfo(struct menu *m) in setInfo() argument
1046 if (_menu == m) in setInfo()
1048 _menu = m; in setInfo()
/scripts/tracing/
Ddraw_functrace.py106 m = re.match("[^]]+?\\] +([a-z.]+) +([0-9.]+): (\\w+) <-(\\w+)", line)
107 if m is None:
109 return (m.group(2), m.group(3), m.group(4))
/scripts/mod/
Dmodpost.c1933 size_t m = strspn(s + n + 1, "0123456789"); in remove_dot() local
1934 if (m && (s[n + m] == '.' || s[n + m] == 0)) in remove_dot()
2055 static void check_for_gpl_usage(enum export exp, const char *m, const char *s) in check_for_gpl_usage() argument
2057 const char *e = is_vmlinux(m) ?"":".ko"; in check_for_gpl_usage()
2062 "uses GPL-only symbol '%s'\n", m, e, s); in check_for_gpl_usage()
2066 "uses GPL-only symbol marked UNUSED '%s'\n", m, e, s); in check_for_gpl_usage()
2070 "uses future GPL-only symbol '%s'\n", m, e, s); in check_for_gpl_usage()
2080 static void check_for_unused(enum export exp, const char *m, const char *s) in check_for_unused() argument
2082 const char *e = is_vmlinux(m) ?"":".ko"; in check_for_unused()
2088 "uses symbol '%s' marked UNUSED\n", m, e, s); in check_for_unused()
[all …]
Dfile2alias.c56 #define DEF_FIELD(m, devid, f) \ argument
57 typeof(((struct devid *)0)->f) f = TO_NATIVE(*(typeof(f) *)((m) + OFF_##devid##_##f))
62 #define DEF_FIELD_ADDR(m, devid, f) \ argument
63 typeof(((struct devid *)0)->f) *f = ((m) + OFF_##devid##_##f)
/scripts/genksyms/
Dkeywords.hash.c_shipped22 && ('k' == 107) && ('l' == 108) && ('m' == 109) && ('n' == 110) \