Lines Matching refs:show
105 --types TYPE(,TYPE2...) show only these comma separated message types
107 --show-types show the specific message type in the output
305 'show-types!' => \$show_types,
6184 my $show_L = 1; #don't show the same defect twice
7282 my $show = $3;
7285 if ($show =~ /^${var}_show$/ &&
7291 $fixed[$fixlinenr] =~ s/\bDEVICE_ATTR\s*\(\s*$var\s*,\s*\Q$perms\E\s*,\s*$show\s*,\s*$store\s*\)/DEVICE_ATTR_RW(${var})/;
7293 } elsif ($show =~ /^${var}_show$/ &&
7299 $fixed[$fixlinenr] =~ s/\bDEVICE_ATTR\s*\(\s*$var\s*,\s*\Q$perms\E\s*,\s*$show\s*,\s*NULL\s*\)/DEVICE_ATTR_RO(${var})/;
7301 } elsif ($show =~ /^NULL$/ &&
7312 my $newshow = "$show";
7313 $newshow = "${var}_show" if ($show ne "NULL" && $show ne "${var}_show");
7317 if ($show ne $newshow) {
7318 $rename .= " '$show' to '$newshow'";