Home
last modified time | relevance | path

Searched refs:fn (Results 1 – 16 of 16) sorted by relevance

/scripts/coccinelle/misc/
Dboolreturn.cocci13 identifier fn;
19 bool fn ( ... )
35 identifier fn;
39 bool fn ( ... )
55 fn << r2.fn;
58 msg = "WARNING: return of 0/1 in function '%s' with return type bool" % fn
/scripts/
Dsplit-man.pl19 $fn = "$ARGV[0]/$1.9";
20 print STDERR "Creating $fn\n";
21 open OUT, ">$fn" or die "can't open $fn: $!\n";
Ddecode_stacktrace.sh40 …for fn in {,/usr/lib/debug}/boot/vmlinux-$release{,.debug} /lib/modules/$release{,/build}/vmlinux …
41 if [ -e "$fn" ] ; then
42 vmlinux=$fn
92 for fn in $(find "$modpath" -name "${module//_/[-_]}.ko*") ; do
93 if ${READELF} -WS "$fn" | grep -qwF .debug_line ; then
94 echo $fn
Dget_abi.pl77 my $fn = $file;
78 $fn =~ s,.*Documentation/ABI/,,;
80 my $nametag = "File $fn";
Dfaddr2line262 …done < <(${READELF} --symbols --wide $objfile | sed 's/\[.*\]//' | ${AWK} -v fn=$sym_name '$4 == "…
Dunifdef.c806 Linetype (*fn)(int *, Linetype, int, Linetype, int); member
937 lt = op->fn(valp, lt, *valp, rt, val); in eval_table()
/scripts/coccinelle/locks/
Dcall_kern.cocci21 identifier fn;
25 fn(...) {
40 identifier gfp.fn;
72 fn@p2(...)
89 fn << gfp.fn;
100 fn << gfp.fn;
105 msg = "ERROR: function %s called on line %s inside lock on line %s but uses GFP_KERNEL" % (fn,p2[0]…
/scripts/kconfig/
Dexpr.c1139 void (*fn)(void *, struct symbol *, const char *), in expr_print()
1143 fn(data, NULL, "y"); in expr_print()
1148 fn(data, NULL, "("); in expr_print()
1152 fn(data, e->left.sym, e->left.sym->name); in expr_print()
1154 fn(data, NULL, "<choice>"); in expr_print()
1157 fn(data, NULL, "!"); in expr_print()
1158 expr_print(e->left.expr, fn, data, E_NOT); in expr_print()
1162 fn(data, e->left.sym, e->left.sym->name); in expr_print()
1164 fn(data, NULL, "<choice>"); in expr_print()
1165 fn(data, NULL, "="); in expr_print()
[all …]
Dlkc_proto.h13 void conf_set_changed_callback(void (*fn)(void));
14 void conf_set_message_callback(void (*fn)(const char *s));
52 void expr_print(struct expr *e, void (*fn)(void *, struct symbol *, const char *), void *data, int …
Dconfdata.c196 void conf_set_message_callback(void (*fn)(const char *s)) in conf_set_message_callback()
198 conf_message_callback = fn; in conf_set_message_callback()
1140 void conf_set_changed_callback(void (*fn)(void)) in conf_set_changed_callback()
1142 conf_changed_callback = fn; in conf_set_changed_callback()
Dgconf.c488 const gchar *fn; in load_filename() local
490 fn = gtk_file_selection_get_filename(GTK_FILE_SELECTION in load_filename()
493 if (conf_read(fn)) in load_filename()
530 const gchar *fn; in store_filename() local
532 fn = gtk_file_selection_get_filename(GTK_FILE_SELECTION in store_filename()
535 if (conf_write(fn)) in store_filename()
/scripts/dtc/
Ddtc-lexer.l81 if (memchr(fn.val, '\0', fn.len - 1))
85 srcpos_set_line(xstrdup(fn.val), atoi(line) - 1);
86 data_free(fn);
Dlivetree.c886 static void add_fixup_entry(struct dt_info *dti, struct node *fn, in add_fixup_entry() argument
901 append_to_property(fn, m->ref, entry, strlen(entry) + 1, TYPE_STRING); in add_fixup_entry()
907 struct node *fn, in generate_fixups_tree_internal() argument
921 add_fixup_entry(dti, fn, node, prop, m); in generate_fixups_tree_internal()
926 generate_fixups_tree_internal(dti, fn, c); in generate_fixups_tree_internal()
Dchecks.c33 check_fn fn; member
46 .fn = (fn_), \
139 if (c->fn) in check_nodes_props()
140 c->fn(c, dti, node); in check_nodes_props()
/scripts/coccinelle/tests/
Ddoubletest.cocci31 expression r.E,e1,e2,fn;
39 <+... \(fn(...)\|e1 op e2\|e1++\|e1--\|++e1\|--e1\) ...+>
/scripts/gcc-plugins/
Dstackleak_plugin.c397 const char *fn = DECL_NAME_POINTER(current_function_decl); in stackleak_cleanup_execute() local
412 fprintf(stderr, "stackleak: instrument %s(): calls_alloca\n", fn); in stackleak_cleanup_execute()
419 fprintf(stderr, "stackleak: instrument %s()\n", fn); in stackleak_cleanup_execute()