Home
last modified time | relevance | path

Searched refs:source_line (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/
H A Dfilter_kernel_deref_check.sh23 if echo "$source_line" | grep -q '^\W*tda_' ; then
26 if echo "$source_line" | grep -q tda_fail ; then
29 if echo "$source_line" | grep -q '^\W*ATH5K_' ; then
32 if echo "$source_line" | grep -qw CMDINFO ; then
35 if echo "$source_line" | grep -qw dump_desc_dbg ; then
47 if echo "$source_line" | grep -qw TW_PRINTK ; then
53 if echo "$source_line" | grep -qw SOCK_DEBUG; then
59 if echo "$source_line" | grep -qw ACM_READY ; then
68 if echo "$source_line" | grep -qw DBG_SKB ; then
83 if echo "$source_line" | grep -qw BNX2X_ERR ; then
[all …]
/illumos-gate/usr/src/cmd/make/bin/
H A Ddoname.cc194 Property line, source_line; in enter_explicit_rule_from_dynamic_rule() local
197 source_line = get_prop(source->prop, line_prop); in enter_explicit_rule_from_dynamic_rule()
202 line->body.line.command_template = source_line->body.line.command_template; in enter_explicit_rule_from_dynamic_rule()
203 for (dependency = source_line->body.line.dependencies; in enter_explicit_rule_from_dynamic_rule()