Home
last modified time | relevance | path

Searched refs:entry (Results 1 – 12 of 12) sorted by relevance

/scripts/kconfig/
Dlist.h125 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()
Dqconf.cc1771 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()
Dzconf.tab.c_shipped832 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/
Dcpus.py78 entry = -1
83 entry += 1
84 if entry == num_entries:
86 bits = mask[entry]
95 cpu = entry * bits_per_entry + bit
/scripts/
Dgcc-goto.sh17 entry:
18 asm goto ("" :::: entry);
Dget_maintainer.pl1180 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 …]
Dchecksyscalls.sh205 while read nr abi name entry ; do
215 (ignore_list && syscall_list $(dirname $0)/../arch/x86/entry/syscalls/syscall_32.tbl) | \
Dasn1_compiler.c1400 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()
Dcheckpatch.pl536 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/
Dgcc-common.h745 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/
Dfile2alias.c1321 int (*do_entry)(const char *, void *entry, char *alias) = function; in do_table()
/scripts/genksyms/
Dparse.tab.c_shipped898 in Bison 2.4.2's NEWS entry, where a plan to phase it out is