Searched refs:P (Results 1 – 9 of 9) sorted by relevance
/scripts/kconfig/ |
D | lkc_proto.h | 4 P(conf_parse,void,(const char *name)); 5 P(conf_read,int,(const char *name)); 6 P(conf_read_simple,int,(const char *name, int)); 7 P(conf_write_defconfig,int,(const char *name)); 8 P(conf_write,int,(const char *name)); 9 P(conf_write_autoconf,int,(void)); 10 P(conf_get_changed,bool,(void)); 11 P(conf_set_changed_callback, void,(void (*fn)(void))); 12 P(conf_set_message_callback, void,(void (*fn)(const char *fmt, va_list ap))); 15 P(rootmenu,struct menu,); [all …]
|
D | lkc.h | 24 #define P(name,type,arg) extern type name arg macro 26 #undef P
|
D | qconf.h | 121 template <class P> 122 void updateMenuList(P*, struct menu*);
|
D | zconf.hash.c_shipped | 15 && ('N' == 78) && ('O' == 79) && ('P' == 80) && ('Q' == 81) \
|
D | qconf.cc | 594 template <class P> 595 void ConfigList::updateMenuList(P* parent, struct menu* menu) in updateMenuList()
|
/scripts/ |
D | get_maintainer.pl | 15 my $P = $0; 159 or warn "$P: Can't find a readable .get_maintainer.conf file $!\n"; 217 die "$P: invalid argument - use --help if necessary\n"; 226 print("${P} ${V}\n"); 232 die "$P: missing patchfile or -f file - use --help if necessary\n"; 251 die "$P: Missing required option: email, scm, status, subsystem or web\n"; 258 die "$P: Please select at least 1 email option\n"; 262 die "$P: The current directory does not appear to be " 272 or die "$P: Can't open MAINTAINERS: $!\n"; 318 or warn "$P: Can't open .mailmap: $!\n"; [all …]
|
D | recordmcount.pl | 111 my $P = $0; 112 $P =~ s@.*/@@g; 117 print "usage: $P arch endian bits objdump objcopy cc ld nm rm mv is_module inputfile\n";
|
D | checkpatch.pl | 10 my $P = $0; 11 $P =~ s@.*/@@g; 41 Usage: $P [OPTION]... [FILE]... 76 or warn "$P: Can't find a readable $configuration_file file $!\n"; 126 print "$P: no input files\n"; 163 die "$P: $root: --root does not point at a valid tree\n"; 360 die "$P: $removal: open failed - $!\n"; 383 die "$P: $filename: diff failed - $!\n"; 388 die "$P: $filename: open failed - $!\n";
|
/scripts/genksyms/ |
D | keywords.hash.c_shipped | 15 && ('N' == 78) && ('O' == 79) && ('P' == 80) && ('Q' == 81) \
|