Searched refs:fn (Results 1 – 7 of 7) sorted by relevance
| /scripts/kconfig/ |
| A D | expr.c | 1145 fn(data, NULL, "y"); in expr_print() 1150 fn(data, NULL, "("); in expr_print() 1159 fn(data, NULL, "!"); in expr_print() 1167 fn(data, NULL, "="); in expr_print() 1193 fn(data, NULL, "!="); in expr_print() 1214 fn(data, NULL, "["); in expr_print() 1216 fn(data, NULL, " "); in expr_print() 1218 fn(data, NULL, "]"); in expr_print() 1224 fn(data, NULL, buf); in expr_print() 1229 fn(data, NULL, ")"); in expr_print() [all …]
|
| A D | lkc_proto.h | 12 void conf_set_changed_callback(void (*fn)(void)); 13 void conf_set_message_callback(void (*fn)(const char *s)); 66 void expr_print(struct expr *e, void (*fn)(void *, struct symbol *, const char *), void *data, int …
|
| A D | gconf.c | 485 const gchar *fn; in load_filename() local 487 fn = gtk_file_selection_get_filename(GTK_FILE_SELECTION in load_filename() 490 if (conf_read(fn)) in load_filename() 524 const gchar *fn; in store_filename() local 526 fn = gtk_file_selection_get_filename(GTK_FILE_SELECTION in store_filename() 529 if (conf_write(fn)) in store_filename()
|
| A D | confdata.c | 113 void conf_set_message_callback(void (*fn)(const char *s)) in conf_set_message_callback() 115 conf_message_callback = fn; in conf_set_message_callback() 1118 void conf_set_changed_callback(void (*fn)(void)) in conf_set_changed_callback() 1120 conf_changed_callback = fn; in conf_set_changed_callback()
|
| /scripts/dtc/ |
| A D | dtc-lexer.l | 96 if (memchr(fn.val, '\0', fn.len - 1)) 100 srcpos_set_line(xstrdup(fn.val), atoi(line) - 1); 101 data_free(fn);
|
| A D | livetree.c | 913 static void add_fixup_entry(struct dt_info *dti, struct node *fn, in add_fixup_entry() argument 928 append_to_property(fn, m->ref, entry, strlen(entry) + 1); in add_fixup_entry() 934 struct node *fn, in generate_fixups_tree_internal() argument 948 add_fixup_entry(dti, fn, node, prop, m); in generate_fixups_tree_internal() 953 generate_fixups_tree_internal(dti, fn, c); in generate_fixups_tree_internal()
|
| A D | checks.c | 47 check_fn fn; member 60 .fn = (fn_), \ 119 if (c->fn) in check_nodes_props() 120 c->fn(c, dti, node); in check_nodes_props()
|
Completed in 21 milliseconds