Searched refs:source (Results 1 – 14 of 14) sorted by relevance
12 source: SRCTREE13 source-type: local
3 /// Adds missing MODULE_IMPORT_NS statements to source files6 /// add a missing namespace tag to a module source file.19 // That ensures we are adding it only to the main module source file.
164 my $source = "$ksource/$kconfig";168 while ($source =~ /\$\((\w+)\)/ && $last_source ne $source) {170 $last_source = $source;171 $source =~ s/\$\($env\)/$ENV{$env}/;174 open(my $kinfile, '<', $source) || die "Can't open $source";
2 source "Kconfig.inc1"
5 source "Kconfig.inc2"
4 source "Kconfig.inc3"
3 //# One source of false positives is when the argument performs a side4 //# effect. Another source of false positives is when a neutral value
3 //# A common source of false positives is when the expression, or
25 # Avoid trying to source dirs; https://bugzilla.redhat.com/903540146 # Check the -C, -f options and 'source' symlink. Return the source tree we are184 # is a symbolic link 'source', which points to the kernel source tree.185 if [[ -L ${makef_dir}/source ]]; then186 makef_dir=$(readlink "${makef_dir}/source")
28 there is little 'natural' source of entropy normally. The cost
5 //# Another source of false positives are macros such as
91 Dwarf_Die *source = die; in match_export_symbol() local96 source = &origin; in match_export_symbol()101 if (!state->sym && source != die) in match_export_symbol()102 state->sym = symbol_get(get_symbol_name(source)); in match_export_symbol()104 state->die = *source; in match_export_symbol()
3 # in the kernel source.1506 souce||source
Completed in 19 milliseconds