Searched refs:entry (Results 1 – 12 of 12) sorted by relevance
/scripts/kconfig/ |
D | list.h | 125 static inline void list_del(struct list_head *entry) in list_del() argument 127 __list_del(entry->prev, entry->next); in list_del() 128 entry->next = (struct list_head*)LIST_POISON1; in list_del() 129 entry->prev = (struct list_head*)LIST_POISON2; in list_del()
|
D | qconf.cc | 1771 QString entry; in saveSettings() local 1774 entry = "single"; in saveSettings() 1778 entry = "split"; in saveSettings() 1782 entry = "full"; in saveSettings() 1788 configSettings->setValue("/listMode", entry); in saveSettings()
|
D | zconf.tab.c_shipped | 832 in Bison 2.4.2's NEWS entry, where a plan to phase it out is 1357 fprintf(stderr, "%s:%d: missing end statement for this entry\n", 1367 fprintf(stderr, "%s:%d: missing end statement for this entry\n", 1377 fprintf(stderr, "%s:%d: missing end statement for this entry\n",
|
/scripts/gdb/linux/ |
D | cpus.py | 78 entry = -1 83 entry += 1 84 if entry == num_entries: 86 bits = mask[entry] 95 cpu = entry * bits_per_entry + bit
|
/scripts/ |
D | gcc-goto.sh | 17 entry: 18 asm goto ("" :::: entry);
|
D | get_maintainer.pl | 1180 while (my $entry = shift(@address_list)) { 1181 push_email_address($entry, $role); 1196 foreach my $entry (@email_to) { 1198 my ($entry_name, $entry_address) = parse_email($entry->[0]); 1200 && ($role eq "" || !($entry->[1] =~ m/$role/)) 1202 if ($entry->[1] eq "") { 1203 $entry->[1] = "$role"; 1205 $entry->[1] = "$entry->[1],$role"; 1209 if ($email eq $entry->[0] 1210 && ($role eq "" || !($entry->[1] =~ m/$role/)) [all …]
|
D | checksyscalls.sh | 205 while read nr abi name entry ; do 215 (ignore_list && syscall_list $(dirname $0)/../arch/x86/entry/syscalls/syscall_32.tbl) | \
|
D | asn1_compiler.c | 1400 int entry; in render_out_of_line_list() local 1408 e->entry_index = entry = nr_entries; in render_out_of_line_list() 1421 render_opcode(out, "_jump_target(%u),\n", entry); in render_out_of_line_list() 1428 render_opcode(out, "_jump_target(%u),\n", entry); in render_out_of_line_list() 1447 int entry, skippable = 0, outofline = 0; in render_element() local 1578 entry = nr_entries; in render_element() 1586 render_opcode(out, "_jump_target(%u),\n", entry); in render_element()
|
D | checkpatch.pl | 536 foreach my $entry (@mode_permission_funcs) { 538 $mode_perms_search .= $entry->[0]; 570 foreach my $entry (keys %mode_permission_string_types) { 572 $mode_perms_string_search .= $entry; 6102 foreach my $entry (@mode_permission_funcs) { 6103 my $func = $entry->[0]; 6104 my $arg_pos = $entry->[1];
|
/scripts/gcc-plugins/ |
D | gcc-common.h | 745 static inline void cgraph_remove_function_insertion_hook(struct cgraph_node_hook_list *entry) in cgraph_remove_function_insertion_hook() argument 747 symtab->remove_cgraph_insertion_hook(entry); in cgraph_remove_function_insertion_hook() 755 static inline void cgraph_remove_node_removal_hook(struct cgraph_node_hook_list *entry) in cgraph_remove_node_removal_hook() argument 757 symtab->remove_cgraph_removal_hook(entry); in cgraph_remove_node_removal_hook() 765 static inline void cgraph_remove_node_duplication_hook(struct cgraph_2node_hook_list *entry) in cgraph_remove_node_duplication_hook() argument 767 symtab->remove_cgraph_duplication_hook(entry); in cgraph_remove_node_duplication_hook()
|
/scripts/mod/ |
D | file2alias.c | 1321 int (*do_entry)(const char *, void *entry, char *alias) = function; in do_table()
|
/scripts/genksyms/ |
D | parse.tab.c_shipped | 898 in Bison 2.4.2's NEWS entry, where a plan to phase it out is
|