Searched refs:entry (Results 1 – 7 of 7) sorted by relevance
| /scripts/kconfig/ |
| A D | list.h | 124 static inline void list_del(struct list_head *entry) in list_del() argument 126 __list_del(entry->prev, entry->next); in list_del() 127 entry->next = (struct list_head*)LIST_POISON1; in list_del() 128 entry->prev = (struct list_head*)LIST_POISON2; in list_del()
|
| A D | qconf.cc | 1770 QString entry; in saveSettings() local 1773 entry = "single"; in saveSettings() 1777 entry = "split"; in saveSettings() 1781 entry = "full"; in saveSettings() 1787 configSettings->setValue("/listMode", entry); in saveSettings()
|
| /scripts/ |
| A D | get_maintainer.pl | 1447 if ($entry->[1] eq "") { 1448 $entry->[1] = "$role"; 1450 $entry->[1] = "$entry->[1],$role"; 1454 if ($email eq $entry->[0] 1457 if ($entry->[1] eq "") { 1458 $entry->[1] = "$role"; 1460 $entry->[1] = "$entry->[1],$role"; 1778 foreach my $entry (@list) { 1802 my $email = $entry->[0]; 1803 my $role = $entry->[1]; [all …]
|
| A D | gen_compile_commands.py | 218 entry = process_line(directory, result.group('command_prefix'), 220 compile_commands.append(entry)
|
| A D | checkpatch.pl | 798 foreach my $entry (@mode_permission_funcs) { 800 $mode_perms_search .= $entry->[0]; 819 foreach my $entry (keys %deprecated_apis) { 821 $deprecated_apis_search .= $entry; 854 foreach my $entry (keys %mode_permission_string_types) { 856 $mode_perms_string_search .= $entry; 7489 foreach my $entry (@mode_permission_funcs) { 7490 my $func = $entry->[0]; 7491 my $arg_pos = $entry->[1];
|
| /scripts/dtc/ |
| A D | livetree.c | 917 char *entry; in add_fixup_entry() local 926 xasprintf(&entry, "%s:%s:%u", in add_fixup_entry() 928 append_to_property(fn, m->ref, entry, strlen(entry) + 1); in add_fixup_entry() 930 free(entry); in add_fixup_entry()
|
| /scripts/dtc/pylibfdt/ |
| A D | libfdt.i_shipped | 829 """Add a new memory reserve map entry
|
Completed in 22 milliseconds