Searched refs:source_name (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/sendmail/contrib/ |
| H A D | qtool.pl | 64 my $source_name; 207 $source_name = shift(@ARGV); 208 $result = add_source(\%sources, $source_name); 221 while (($source_name, $source) = each(%sources)) 274 my $source_name = shift; 297 if (!-e $source_name) 301 if (!-e $source_name) 303 return "'$source_name' does not exist"; 314 if (-f $source_name) 323 if (!-d $source_name) [all …]
|
| /freebsd-12.1/sys/arm/samsung/exynos/ |
| H A D | exynos5_combiner.c | 118 char *source_name; member 303 combiner_setup_intr(char *source_name, void (*ih)(void *), void *ih_user) in combiner_setup_intr() argument 324 if (strcmp(interrupt_table[i].source_name, source_name) == 0) { in combiner_setup_intr() 331 source_name); in combiner_setup_intr() 336 device_printf(sc->dev, "Setting up interrupt %s\n", source_name); in combiner_setup_intr()
|
| H A D | exynos5_combiner.h | 29 void combiner_setup_intr(char *source_name, void (*ih)(void *), void *ih_user);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/StructuredData/DarwinLog/ |
| H A D | StructuredDataDarwinLog.cpp | 782 const char *source_name) { in AppendStrictSourcesWarning() argument 783 if (!source_name) in AppendStrictSourcesWarning() 799 source_name, source_name); in AppendStrictSourcesWarning()
|