===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
undertaker-1.6.1/generate-version.sh-52-    fi
undertaker-1.6.1/generate-version.sh:53:    version_base=`git rev-parse "$version_root"`
undertaker-1.6.1/generate-version.sh:54:    version_tag=`git describe --always --tag --abbrev=0 $version_base`
undertaker-1.6.1/generate-version.sh:55:    version_release=`echo $version_tag`
undertaker-1.6.1/generate-version.sh-56-    # Using wc -l instead of --count argument to rev-list because
undertaker-1.6.1/generate-version.sh-57-    # pre-1.7.2 Gits are still common out in the wilderness.
undertaker-1.6.1/generate-version.sh:58:    version_n_root=`git rev-list $version_base --not $version_tag | wc -l`
undertaker-1.6.1/generate-version.sh:59:    version_n_branch=`git rev-list HEAD --not $version_base | wc -l`
undertaker-1.6.1/generate-version.sh-60-    if [ -z "$NO_GIT_HASH_IN_VERSION" ]
undertaker-1.6.1/generate-version.sh-61-    then
undertaker-1.6.1/generate-version.sh:62:        version_hash="-`git rev-parse --short $version_head`"
undertaker-1.6.1/generate-version.sh-63-    else
##############################################
undertaker-1.6.1/python/validation/test-suite-7-tests_list=`find . -name '*.fm' -o -name '*.c' | sed -e 's#^\./\(.*\)#\1#' | sort`
undertaker-1.6.1/python/validation/test-suite:8:prog_name=`basename $0`
undertaker-1.6.1/python/validation/test-suite-9-
##############################################
undertaker-1.6.1/python/validation/test-suite-28-{
undertaker-1.6.1/python/validation/test-suite:29:	last_result=`grep $1: $2 | sed -e "s/^.*$1:\(.*\)$/\1/"`
undertaker-1.6.1/python/validation/test-suite-30-	[ -z "$last_result" ] && return 1
##############################################
undertaker-1.6.1/python/validation/test-suite-39-{
undertaker-1.6.1/python/validation/test-suite:40:	last_result=`grep $1 $2`
undertaker-1.6.1/python/validation/test-suite-41-	return $?
##############################################
undertaker-1.6.1/python/validation/test-suite-92-		echo "warning: test '$file' unhandled"
undertaker-1.6.1/python/validation/test-suite:93:		unhandled_tests=`expr $unhandled_tests + 1`
undertaker-1.6.1/python/validation/test-suite-94-		return 2
##############################################
undertaker-1.6.1/python/validation/test-suite-100-	# does the test provide a specific command ?
undertaker-1.6.1/python/validation/test-suite:101:	cmd=`eval echo $default_path/$default_cmd`
undertaker-1.6.1/python/validation/test-suite-102-	get_value "check-command" $file
undertaker-1.6.1/python/validation/test-suite-103-	if [ "$?" -eq "0" ]; then
undertaker-1.6.1/python/validation/test-suite:104:		last_result=`echo $last_result | sed -e 's/^ *//'`
undertaker-1.6.1/python/validation/test-suite:105:		cmd=`eval echo $default_path/$last_result`
undertaker-1.6.1/python/validation/test-suite-106-	fi
##############################################
undertaker-1.6.1/python/validation/test-suite-111-	if [ "$?" -eq "0" ]; then
undertaker-1.6.1/python/validation/test-suite:112:		expected_exit_value=`echo $last_result | tr -d ' '`
undertaker-1.6.1/python/validation/test-suite-113-	else
##############################################
undertaker-1.6.1/python/validation/test-suite-143-	if [ "$test_failed" -eq "1" ]; then
undertaker-1.6.1/python/validation/test-suite:144:		ko_tests=`expr $ko_tests + 1`
undertaker-1.6.1/python/validation/test-suite-145-		get_tag "check-known-to-fail" $file
##############################################
undertaker-1.6.1/python/validation/test-suite-147-			echo "info: test '$file' is known to fail"
undertaker-1.6.1/python/validation/test-suite:148:			known_ko_tests=`expr $known_ko_tests + 1`
undertaker-1.6.1/python/validation/test-suite-149-		fi
##############################################
undertaker-1.6.1/python/validation/test-suite-151-	else
undertaker-1.6.1/python/validation/test-suite:152:		ok_tests=`expr $ok_tests + 1`
undertaker-1.6.1/python/validation/test-suite-153-		return 0
##############################################
undertaker-1.6.1/python/validation/test-suite-163-	# prints some numbers
undertaker-1.6.1/python/validation/test-suite:164:	tests_nr=`expr $ok_tests + $ko_tests`
undertaker-1.6.1/python/validation/test-suite-165-	echo -n "Out of $tests_nr tests, $ok_tests passed, $ko_tests failed"
##############################################
undertaker-1.6.1/python/validation/test-suite-186-	file="$1"
undertaker-1.6.1/python/validation/test-suite:187:	cmd=`eval echo $default_path/$fcmd`
undertaker-1.6.1/python/validation/test-suite-188-	$cmd 1> $file.output.got 2> $file.error.got
##############################################
undertaker-1.6.1/python/validation/test-suite-229-		do_test_suite
undertaker-1.6.1/python/validation/test-suite:230:		if test `expr $ko_tests - $known_ko_tests` -gt 0; then
undertaker-1.6.1/python/validation/test-suite-231-		    for f in *.error.diff *.output.diff; do
##############################################
undertaker-1.6.1/scripts/Makefile.build-199-quiet_cmd_cc_s_c = CC $(quiet_modtag)  $@
undertaker-1.6.1/scripts/Makefile.build:200:cmd_cc_s_c       = $(CC) $(c_flags) -fverbose-asm -S -o $@ $<
undertaker-1.6.1/scripts/Makefile.build-201-
##############################################
undertaker-1.6.1/scripts/kconfig/Makefile-89-	$(Q)ln -fs Kconfig.x86 arch/um/Kconfig
undertaker-1.6.1/scripts/kconfig/Makefile:90:	$(Q)(for i in `ls $(srctree)/arch/*/Kconfig`;    \
undertaker-1.6.1/scripts/kconfig/Makefile-91-	    do                                           \
##############################################
undertaker-1.6.1/scripts/kconfig/streamline_config.pl-98-	if (defined($conf->{"test"})) {
undertaker-1.6.1/scripts/kconfig/streamline_config.pl:99:	    `$conf->{"test"} $conf->{"file"} 2>/dev/null`;
undertaker-1.6.1/scripts/kconfig/streamline_config.pl-100-	    next if ($?);
##############################################
undertaker-1.6.1/scripts/kconfig/streamline_config.pl-119-
undertaker-1.6.1/scripts/kconfig/streamline_config.pl:120:my @makefiles = `find $ksource -name Makefile 2>/dev/null`;
undertaker-1.6.1/scripts/kconfig/streamline_config.pl-121-chomp @makefiles;
##############################################
undertaker-1.6.1/fm/3.2_x86.fm-1837-       help
undertaker-1.6.1/fm/3.2_x86.fm:1838:         If it is detected that the compiler has support for "asm goto",
undertaker-1.6.1/fm/3.2_x86.fm-1839-	 the kernel will compile trace point locations with just a
##############################################
undertaker-1.6.1/fm/3.2_x86.fm-19160-	  IBM RSA (Condor) service processor in eServer xSeries systems.
undertaker-1.6.1/fm/3.2_x86.fm:19161:	  The ibmasm device driver allows user space application to access
undertaker-1.6.1/fm/3.2_x86.fm:19162:	  ASM (Advanced Systems Management) functions on the service
undertaker-1.6.1/fm/3.2_x86.fm-19163-	  processor. The driver is meant to be used in conjunction with
undertaker-1.6.1/fm/3.2_x86.fm-19164-	  a user space API.
undertaker-1.6.1/fm/3.2_x86.fm:19165:	  The ibmasm driver also enables the OS to use the UART on the
undertaker-1.6.1/fm/3.2_x86.fm-19166-	  service processor board as a regular serial port. To make use of
##############################################
undertaker-1.6.1/fm/3.2_x86.fm-47499-	default y
undertaker-1.6.1/fm/3.2_x86.fm:47500:	select EXPORT_UASM if OCTEON_WDT = m
undertaker-1.6.1/fm/3.2_x86.fm-47501-	help
##############################################
undertaker-1.6.1/fm/3.2_x86.fm-71410-	    3) domU: for i in /sys/devices/system/memory/memory*/state; do \
undertaker-1.6.1/fm/3.2_x86.fm:71411:	               [ "`cat "$i"`" = offline ] && echo online > "$i"; done
undertaker-1.6.1/fm/3.2_x86.fm-71412-
##############################################
undertaker-1.6.1/fm/3.2_blackfin.fm-1654-       help
undertaker-1.6.1/fm/3.2_blackfin.fm:1655:         If it is detected that the compiler has support for "asm goto",
undertaker-1.6.1/fm/3.2_blackfin.fm-1656-	 the kernel will compile trace point locations with just a
##############################################
undertaker-1.6.1/fm/3.2_blackfin.fm-4946-config EXCPT_IRQ_SYSC_L1
undertaker-1.6.1/fm/3.2_blackfin.fm:4947:	bool "Locate entire ASM lowlevel exception / interrupt - Syscall and CPLB handler code in L1 Memory"
undertaker-1.6.1/fm/3.2_blackfin.fm-4948-	default y
##############################################
undertaker-1.6.1/fm/3.2_blackfin.fm-4950-	help
undertaker-1.6.1/fm/3.2_blackfin.fm:4951:	  If enabled, the entire ASM lowlevel exception and interrupt entry code
undertaker-1.6.1/fm/3.2_blackfin.fm-4952-	  (STORE/RESTORE CONTEXT) is linked into L1 instruction memory.
##############################################
undertaker-1.6.1/fm/3.2_blackfin.fm-18792-	  IBM RSA (Condor) service processor in eServer xSeries systems.
undertaker-1.6.1/fm/3.2_blackfin.fm:18793:	  The ibmasm device driver allows user space application to access
undertaker-1.6.1/fm/3.2_blackfin.fm:18794:	  ASM (Advanced Systems Management) functions on the service
undertaker-1.6.1/fm/3.2_blackfin.fm-18795-	  processor. The driver is meant to be used in conjunction with
undertaker-1.6.1/fm/3.2_blackfin.fm-18796-	  a user space API.
undertaker-1.6.1/fm/3.2_blackfin.fm:18797:	  The ibmasm driver also enables the OS to use the UART on the
undertaker-1.6.1/fm/3.2_blackfin.fm-18798-	  service processor board as a regular serial port. To make use of
##############################################
undertaker-1.6.1/fm/3.2_blackfin.fm-47131-	default y
undertaker-1.6.1/fm/3.2_blackfin.fm:47132:	select EXPORT_UASM if OCTEON_WDT = m
undertaker-1.6.1/fm/3.2_blackfin.fm-47133-	help
##############################################
undertaker-1.6.1/fm/3.2_blackfin.fm-71042-	    3) domU: for i in /sys/devices/system/memory/memory*/state; do \
undertaker-1.6.1/fm/3.2_blackfin.fm:71043:	               [ "`cat "$i"`" = offline ] && echo online > "$i"; done
undertaker-1.6.1/fm/3.2_blackfin.fm-71044-
##############################################
undertaker-1.6.1/fm/3.2_arm.fm-1819-       help
undertaker-1.6.1/fm/3.2_arm.fm:1820:         If it is detected that the compiler has support for "asm goto",
undertaker-1.6.1/fm/3.2_arm.fm-1821-	 the kernel will compile trace point locations with just a
##############################################
undertaker-1.6.1/fm/3.2_arm.fm-27071-	  IBM RSA (Condor) service processor in eServer xSeries systems.
undertaker-1.6.1/fm/3.2_arm.fm:27072:	  The ibmasm device driver allows user space application to access
undertaker-1.6.1/fm/3.2_arm.fm:27073:	  ASM (Advanced Systems Management) functions on the service
undertaker-1.6.1/fm/3.2_arm.fm-27074-	  processor. The driver is meant to be used in conjunction with
undertaker-1.6.1/fm/3.2_arm.fm-27075-	  a user space API.
undertaker-1.6.1/fm/3.2_arm.fm:27076:	  The ibmasm driver also enables the OS to use the UART on the
undertaker-1.6.1/fm/3.2_arm.fm-27077-	  service processor board as a regular serial port. To make use of
##############################################
undertaker-1.6.1/fm/3.2_arm.fm-55410-	default y
undertaker-1.6.1/fm/3.2_arm.fm:55411:	select EXPORT_UASM if OCTEON_WDT = m
undertaker-1.6.1/fm/3.2_arm.fm-55412-	help
##############################################
undertaker-1.6.1/fm/3.2_arm.fm-79321-	    3) domU: for i in /sys/devices/system/memory/memory*/state; do \
undertaker-1.6.1/fm/3.2_arm.fm:79322:	               [ "`cat "$i"`" = offline ] && echo online > "$i"; done
undertaker-1.6.1/fm/3.2_arm.fm-79323-
##############################################
undertaker-1.6.1/fm/3.2_alpha.fm-1662-       help
undertaker-1.6.1/fm/3.2_alpha.fm:1663:         If it is detected that the compiler has support for "asm goto",
undertaker-1.6.1/fm/3.2_alpha.fm-1664-	 the kernel will compile trace point locations with just a
##############################################
undertaker-1.6.1/fm/3.2_alpha.fm-15327-	  IBM RSA (Condor) service processor in eServer xSeries systems.
undertaker-1.6.1/fm/3.2_alpha.fm:15328:	  The ibmasm device driver allows user space application to access
undertaker-1.6.1/fm/3.2_alpha.fm:15329:	  ASM (Advanced Systems Management) functions on the service
undertaker-1.6.1/fm/3.2_alpha.fm-15330-	  processor. The driver is meant to be used in conjunction with
undertaker-1.6.1/fm/3.2_alpha.fm-15331-	  a user space API.
undertaker-1.6.1/fm/3.2_alpha.fm:15332:	  The ibmasm driver also enables the OS to use the UART on the
undertaker-1.6.1/fm/3.2_alpha.fm-15333-	  service processor board as a regular serial port. To make use of
##############################################
undertaker-1.6.1/fm/3.2_alpha.fm-43666-	default y
undertaker-1.6.1/fm/3.2_alpha.fm:43667:	select EXPORT_UASM if OCTEON_WDT = m
undertaker-1.6.1/fm/3.2_alpha.fm-43668-	help
##############################################
undertaker-1.6.1/fm/3.2_alpha.fm-67577-	    3) domU: for i in /sys/devices/system/memory/memory*/state; do \
undertaker-1.6.1/fm/3.2_alpha.fm:67578:	               [ "`cat "$i"`" = offline ] && echo online > "$i"; done
undertaker-1.6.1/fm/3.2_alpha.fm-67579-
##############################################
undertaker-1.6.1/fm/3.2_cris.fm-1645-       help
undertaker-1.6.1/fm/3.2_cris.fm:1646:         If it is detected that the compiler has support for "asm goto",
undertaker-1.6.1/fm/3.2_cris.fm-1647-	 the kernel will compile trace point locations with just a
##############################################
undertaker-1.6.1/fm/3.2_unicore32.fm-1660-       help
undertaker-1.6.1/fm/3.2_unicore32.fm:1661:         If it is detected that the compiler has support for "asm goto",
undertaker-1.6.1/fm/3.2_unicore32.fm-1662-	 the kernel will compile trace point locations with just a
##############################################
undertaker-1.6.1/fm/3.2_unicore32.fm-15801-	  IBM RSA (Condor) service processor in eServer xSeries systems.
undertaker-1.6.1/fm/3.2_unicore32.fm:15802:	  The ibmasm device driver allows user space application to access
undertaker-1.6.1/fm/3.2_unicore32.fm:15803:	  ASM (Advanced Systems Management) functions on the service
undertaker-1.6.1/fm/3.2_unicore32.fm-15804-	  processor. The driver is meant to be used in conjunction with
undertaker-1.6.1/fm/3.2_unicore32.fm-15805-	  a user space API.
undertaker-1.6.1/fm/3.2_unicore32.fm:15806:	  The ibmasm driver also enables the OS to use the UART on the
undertaker-1.6.1/fm/3.2_unicore32.fm-15807-	  service processor board as a regular serial port. To make use of
##############################################
undertaker-1.6.1/fm/3.2_unicore32.fm-44140-	default y
undertaker-1.6.1/fm/3.2_unicore32.fm:44141:	select EXPORT_UASM if OCTEON_WDT = m
undertaker-1.6.1/fm/3.2_unicore32.fm-44142-	help
##############################################
undertaker-1.6.1/fm/3.2_unicore32.fm-68051-	    3) domU: for i in /sys/devices/system/memory/memory*/state; do \
undertaker-1.6.1/fm/3.2_unicore32.fm:68052:	               [ "`cat "$i"`" = offline ] && echo online > "$i"; done
undertaker-1.6.1/fm/3.2_unicore32.fm-68053-
##############################################
undertaker-1.6.1/fm/linux/arm.fm-1819-       help
undertaker-1.6.1/fm/linux/arm.fm:1820:         If it is detected that the compiler has support for "asm goto",
undertaker-1.6.1/fm/linux/arm.fm-1821-	 the kernel will compile trace point locations with just a
##############################################
undertaker-1.6.1/fm/linux/arm.fm-27055-	  IBM RSA (Condor) service processor in eServer xSeries systems.
undertaker-1.6.1/fm/linux/arm.fm:27056:	  The ibmasm device driver allows user space application to access
undertaker-1.6.1/fm/linux/arm.fm:27057:	  ASM (Advanced Systems Management) functions on the service
undertaker-1.6.1/fm/linux/arm.fm-27058-	  processor. The driver is meant to be used in conjunction with
undertaker-1.6.1/fm/linux/arm.fm-27059-	  a user space API.
undertaker-1.6.1/fm/linux/arm.fm:27060:	  The ibmasm driver also enables the OS to use the UART on the
undertaker-1.6.1/fm/linux/arm.fm-27061-	  service processor board as a regular serial port. To make use of
##############################################
undertaker-1.6.1/fm/linux/arm.fm-55392-	default y
undertaker-1.6.1/fm/linux/arm.fm:55393:	select EXPORT_UASM if OCTEON_WDT = m
undertaker-1.6.1/fm/linux/arm.fm-55394-	help
##############################################
undertaker-1.6.1/fm/linux/arm.fm-79301-	    3) domU: for i in /sys/devices/system/memory/memory*/state; do \
undertaker-1.6.1/fm/linux/arm.fm:79302:	               [ "`cat "$i"`" = offline ] && echo online > "$i"; done
undertaker-1.6.1/fm/linux/arm.fm-79303-
##############################################
undertaker-1.6.1/fm/linux/m32r.fm-1624-       help
undertaker-1.6.1/fm/linux/m32r.fm:1625:         If it is detected that the compiler has support for "asm goto",
undertaker-1.6.1/fm/linux/m32r.fm-1626-	 the kernel will compile trace point locations with just a
##############################################
undertaker-1.6.1/fm/linux/m32r.fm-15248-	  IBM RSA (Condor) service processor in eServer xSeries systems.
undertaker-1.6.1/fm/linux/m32r.fm:15249:	  The ibmasm device driver allows user space application to access
undertaker-1.6.1/fm/linux/m32r.fm:15250:	  ASM (Advanced Systems Management) functions on the service
undertaker-1.6.1/fm/linux/m32r.fm-15251-	  processor. The driver is meant to be used in conjunction with
undertaker-1.6.1/fm/linux/m32r.fm-15252-	  a user space API.
undertaker-1.6.1/fm/linux/m32r.fm:15253:	  The ibmasm driver also enables the OS to use the UART on the
undertaker-1.6.1/fm/linux/m32r.fm-15254-	  service processor board as a regular serial port. To make use of
##############################################
undertaker-1.6.1/fm/linux/m32r.fm-43585-	default y
undertaker-1.6.1/fm/linux/m32r.fm:43586:	select EXPORT_UASM if OCTEON_WDT = m
undertaker-1.6.1/fm/linux/m32r.fm-43587-	help
##############################################
undertaker-1.6.1/fm/linux/m32r.fm-67494-	    3) domU: for i in /sys/devices/system/memory/memory*/state; do \
undertaker-1.6.1/fm/linux/m32r.fm:67495:	               [ "`cat "$i"`" = offline ] && echo online > "$i"; done
undertaker-1.6.1/fm/linux/m32r.fm-67496-
##############################################
undertaker-1.6.1/fm/linux/mips.fm-5425-       help
undertaker-1.6.1/fm/linux/mips.fm:5426:         If it is detected that the compiler has support for "asm goto",
undertaker-1.6.1/fm/linux/mips.fm-5427-	 the kernel will compile trace point locations with just a
##############################################
undertaker-1.6.1/fm/linux/mips.fm-19333-	  IBM RSA (Condor) service processor in eServer xSeries systems.
undertaker-1.6.1/fm/linux/mips.fm:19334:	  The ibmasm device driver allows user space application to access
undertaker-1.6.1/fm/linux/mips.fm:19335:	  ASM (Advanced Systems Management) functions on the service
undertaker-1.6.1/fm/linux/mips.fm-19336-	  processor. The driver is meant to be used in conjunction with
undertaker-1.6.1/fm/linux/mips.fm-19337-	  a user space API.
undertaker-1.6.1/fm/linux/mips.fm:19338:	  The ibmasm driver also enables the OS to use the UART on the
undertaker-1.6.1/fm/linux/mips.fm-19339-	  service processor board as a regular serial port. To make use of
##############################################
undertaker-1.6.1/fm/linux/mips.fm-47670-	default y
undertaker-1.6.1/fm/linux/mips.fm:47671:	select EXPORT_UASM if OCTEON_WDT = m
undertaker-1.6.1/fm/linux/mips.fm-47672-	help
##############################################
undertaker-1.6.1/fm/linux/mips.fm-71579-	    3) domU: for i in /sys/devices/system/memory/memory*/state; do \
undertaker-1.6.1/fm/linux/mips.fm:71580:	               [ "`cat "$i"`" = offline ] && echo online > "$i"; done
undertaker-1.6.1/fm/linux/mips.fm-71581-
##############################################
undertaker-1.6.1/fm/linux/alpha.fm-1662-       help
undertaker-1.6.1/fm/linux/alpha.fm:1663:         If it is detected that the compiler has support for "asm goto",
undertaker-1.6.1/fm/linux/alpha.fm-1664-	 the kernel will compile trace point locations with just a
##############################################
undertaker-1.6.1/fm/linux/alpha.fm-15327-	  IBM RSA (Condor) service processor in eServer xSeries systems.
undertaker-1.6.1/fm/linux/alpha.fm:15328:	  The ibmasm device driver allows user space application to access
undertaker-1.6.1/fm/linux/alpha.fm:15329:	  ASM (Advanced Systems Management) functions on the service
undertaker-1.6.1/fm/linux/alpha.fm-15330-	  processor. The driver is meant to be used in conjunction with
undertaker-1.6.1/fm/linux/alpha.fm-15331-	  a user space API.
undertaker-1.6.1/fm/linux/alpha.fm:15332:	  The ibmasm driver also enables the OS to use the UART on the
undertaker-1.6.1/fm/linux/alpha.fm-15333-	  service processor board as a regular serial port. To make use of
##############################################
undertaker-1.6.1/fm/linux/alpha.fm-43664-	default y
undertaker-1.6.1/fm/linux/alpha.fm:43665:	select EXPORT_UASM if OCTEON_WDT = m
undertaker-1.6.1/fm/linux/alpha.fm-43666-	help
##############################################
undertaker-1.6.1/fm/linux/alpha.fm-67573-	    3) domU: for i in /sys/devices/system/memory/memory*/state; do \
undertaker-1.6.1/fm/linux/alpha.fm:67574:	               [ "`cat "$i"`" = offline ] && echo online > "$i"; done
undertaker-1.6.1/fm/linux/alpha.fm-67575-
##############################################
undertaker-1.6.1/fm/linux/tile.fm-1709-       help
undertaker-1.6.1/fm/linux/tile.fm:1710:         If it is detected that the compiler has support for "asm goto",
undertaker-1.6.1/fm/linux/tile.fm-1711-	 the kernel will compile trace point locations with just a
##############################################
undertaker-1.6.1/fm/linux/tile.fm-14937-	  IBM RSA (Condor) service processor in eServer xSeries systems.
undertaker-1.6.1/fm/linux/tile.fm:14938:	  The ibmasm device driver allows user space application to access
undertaker-1.6.1/fm/linux/tile.fm:14939:	  ASM (Advanced Systems Management) functions on the service
undertaker-1.6.1/fm/linux/tile.fm-14940-	  processor. The driver is meant to be used in conjunction with
undertaker-1.6.1/fm/linux/tile.fm-14941-	  a user space API.
undertaker-1.6.1/fm/linux/tile.fm:14942:	  The ibmasm driver also enables the OS to use the UART on the
undertaker-1.6.1/fm/linux/tile.fm-14943-	  service processor board as a regular serial port. To make use of
##############################################
undertaker-1.6.1/fm/linux/tile.fm-43274-	default y
undertaker-1.6.1/fm/linux/tile.fm:43275:	select EXPORT_UASM if OCTEON_WDT = m
undertaker-1.6.1/fm/linux/tile.fm-43276-	help
##############################################
undertaker-1.6.1/fm/linux/tile.fm-67183-	    3) domU: for i in /sys/devices/system/memory/memory*/state; do \
undertaker-1.6.1/fm/linux/tile.fm:67184:	               [ "`cat "$i"`" = offline ] && echo online > "$i"; done
undertaker-1.6.1/fm/linux/tile.fm-67185-
##############################################
undertaker-1.6.1/fm/linux/m68k.fm-1654-       help
undertaker-1.6.1/fm/linux/m68k.fm:1655:         If it is detected that the compiler has support for "asm goto",
undertaker-1.6.1/fm/linux/m68k.fm-1656-	 the kernel will compile trace point locations with just a
##############################################
undertaker-1.6.1/fm/linux/m68k.fm-15923-	  IBM RSA (Condor) service processor in eServer xSeries systems.
undertaker-1.6.1/fm/linux/m68k.fm:15924:	  The ibmasm device driver allows user space application to access
undertaker-1.6.1/fm/linux/m68k.fm:15925:	  ASM (Advanced Systems Management) functions on the service
undertaker-1.6.1/fm/linux/m68k.fm-15926-	  processor. The driver is meant to be used in conjunction with
undertaker-1.6.1/fm/linux/m68k.fm-15927-	  a user space API.
undertaker-1.6.1/fm/linux/m68k.fm:15928:	  The ibmasm driver also enables the OS to use the UART on the
undertaker-1.6.1/fm/linux/m68k.fm-15929-	  service processor board as a regular serial port. To make use of
##############################################
undertaker-1.6.1/fm/linux/m68k.fm-44260-	default y
undertaker-1.6.1/fm/linux/m68k.fm:44261:	select EXPORT_UASM if OCTEON_WDT = m
undertaker-1.6.1/fm/linux/m68k.fm-44262-	help
##############################################
undertaker-1.6.1/fm/linux/m68k.fm-68169-	    3) domU: for i in /sys/devices/system/memory/memory*/state; do \
undertaker-1.6.1/fm/linux/m68k.fm:68170:	               [ "`cat "$i"`" = offline ] && echo online > "$i"; done
undertaker-1.6.1/fm/linux/m68k.fm-68171-
##############################################
undertaker-1.6.1/fm/linux/blackfin.fm-1654-       help
undertaker-1.6.1/fm/linux/blackfin.fm:1655:         If it is detected that the compiler has support for "asm goto",
undertaker-1.6.1/fm/linux/blackfin.fm-1656-	 the kernel will compile trace point locations with just a
##############################################
undertaker-1.6.1/fm/linux/blackfin.fm-4947-config EXCPT_IRQ_SYSC_L1
undertaker-1.6.1/fm/linux/blackfin.fm:4948:	bool "Locate entire ASM lowlevel exception / interrupt - Syscall and CPLB handler code in L1 Memory"
undertaker-1.6.1/fm/linux/blackfin.fm-4949-	default y
##############################################
undertaker-1.6.1/fm/linux/blackfin.fm-4951-	help
undertaker-1.6.1/fm/linux/blackfin.fm:4952:	  If enabled, the entire ASM lowlevel exception and interrupt entry code
undertaker-1.6.1/fm/linux/blackfin.fm-4953-	  (STORE/RESTORE CONTEXT) is linked into L1 instruction memory.
##############################################
undertaker-1.6.1/fm/linux/blackfin.fm-18793-	  IBM RSA (Condor) service processor in eServer xSeries systems.
undertaker-1.6.1/fm/linux/blackfin.fm:18794:	  The ibmasm device driver allows user space application to access
undertaker-1.6.1/fm/linux/blackfin.fm:18795:	  ASM (Advanced Systems Management) functions on the service
undertaker-1.6.1/fm/linux/blackfin.fm-18796-	  processor. The driver is meant to be used in conjunction with
undertaker-1.6.1/fm/linux/blackfin.fm-18797-	  a user space API.
undertaker-1.6.1/fm/linux/blackfin.fm:18798:	  The ibmasm driver also enables the OS to use the UART on the
undertaker-1.6.1/fm/linux/blackfin.fm-18799-	  service processor board as a regular serial port. To make use of
##############################################
undertaker-1.6.1/fm/linux/blackfin.fm-47130-	default y
undertaker-1.6.1/fm/linux/blackfin.fm:47131:	select EXPORT_UASM if OCTEON_WDT = m
undertaker-1.6.1/fm/linux/blackfin.fm-47132-	help
##############################################
undertaker-1.6.1/fm/linux/blackfin.fm-71039-	    3) domU: for i in /sys/devices/system/memory/memory*/state; do \
undertaker-1.6.1/fm/linux/blackfin.fm:71040:	               [ "`cat "$i"`" = offline ] && echo online > "$i"; done
undertaker-1.6.1/fm/linux/blackfin.fm-71041-
##############################################
undertaker-1.6.1/fm/linux/unicore32.fm-1660-       help
undertaker-1.6.1/fm/linux/unicore32.fm:1661:         If it is detected that the compiler has support for "asm goto",
undertaker-1.6.1/fm/linux/unicore32.fm-1662-	 the kernel will compile trace point locations with just a
##############################################
undertaker-1.6.1/fm/linux/unicore32.fm-15802-	  IBM RSA (Condor) service processor in eServer xSeries systems.
undertaker-1.6.1/fm/linux/unicore32.fm:15803:	  The ibmasm device driver allows user space application to access
undertaker-1.6.1/fm/linux/unicore32.fm:15804:	  ASM (Advanced Systems Management) functions on the service
undertaker-1.6.1/fm/linux/unicore32.fm-15805-	  processor. The driver is meant to be used in conjunction with
undertaker-1.6.1/fm/linux/unicore32.fm-15806-	  a user space API.
undertaker-1.6.1/fm/linux/unicore32.fm:15807:	  The ibmasm driver also enables the OS to use the UART on the
undertaker-1.6.1/fm/linux/unicore32.fm-15808-	  service processor board as a regular serial port. To make use of
##############################################
undertaker-1.6.1/fm/linux/unicore32.fm-44139-	default y
undertaker-1.6.1/fm/linux/unicore32.fm:44140:	select EXPORT_UASM if OCTEON_WDT = m
undertaker-1.6.1/fm/linux/unicore32.fm-44141-	help
##############################################
undertaker-1.6.1/fm/linux/unicore32.fm-68048-	    3) domU: for i in /sys/devices/system/memory/memory*/state; do \
undertaker-1.6.1/fm/linux/unicore32.fm:68049:	               [ "`cat "$i"`" = offline ] && echo online > "$i"; done
undertaker-1.6.1/fm/linux/unicore32.fm-68050-
##############################################
undertaker-1.6.1/fm/linux/s390.fm-1712-       help
undertaker-1.6.1/fm/linux/s390.fm:1713:         If it is detected that the compiler has support for "asm goto",
undertaker-1.6.1/fm/linux/s390.fm-1714-	 the kernel will compile trace point locations with just a
##############################################
undertaker-1.6.1/fm/linux/s390.fm-15228-	  IBM RSA (Condor) service processor in eServer xSeries systems.
undertaker-1.6.1/fm/linux/s390.fm:15229:	  The ibmasm device driver allows user space application to access
undertaker-1.6.1/fm/linux/s390.fm:15230:	  ASM (Advanced Systems Management) functions on the service
undertaker-1.6.1/fm/linux/s390.fm-15231-	  processor. The driver is meant to be used in conjunction with
undertaker-1.6.1/fm/linux/s390.fm-15232-	  a user space API.
undertaker-1.6.1/fm/linux/s390.fm:15233:	  The ibmasm driver also enables the OS to use the UART on the
undertaker-1.6.1/fm/linux/s390.fm-15234-	  service processor board as a regular serial port. To make use of
##############################################
undertaker-1.6.1/fm/linux/s390.fm-43565-	default y
undertaker-1.6.1/fm/linux/s390.fm:43566:	select EXPORT_UASM if OCTEON_WDT = m
undertaker-1.6.1/fm/linux/s390.fm-43567-	help
##############################################
undertaker-1.6.1/fm/linux/s390.fm-67474-	    3) domU: for i in /sys/devices/system/memory/memory*/state; do \
undertaker-1.6.1/fm/linux/s390.fm:67475:	               [ "`cat "$i"`" = offline ] && echo online > "$i"; done
undertaker-1.6.1/fm/linux/s390.fm-67476-
##############################################
undertaker-1.6.1/fm/linux/ia64.fm-1586-       help
undertaker-1.6.1/fm/linux/ia64.fm:1587:         If it is detected that the compiler has support for "asm goto",
undertaker-1.6.1/fm/linux/ia64.fm-1588-	 the kernel will compile trace point locations with just a
##############################################
undertaker-1.6.1/fm/linux/ia64.fm-17090-	  IBM RSA (Condor) service processor in eServer xSeries systems.
undertaker-1.6.1/fm/linux/ia64.fm:17091:	  The ibmasm device driver allows user space application to access
undertaker-1.6.1/fm/linux/ia64.fm:17092:	  ASM (Advanced Systems Management) functions on the service
undertaker-1.6.1/fm/linux/ia64.fm-17093-	  processor. The driver is meant to be used in conjunction with
undertaker-1.6.1/fm/linux/ia64.fm-17094-	  a user space API.
undertaker-1.6.1/fm/linux/ia64.fm:17095:	  The ibmasm driver also enables the OS to use the UART on the
undertaker-1.6.1/fm/linux/ia64.fm-17096-	  service processor board as a regular serial port. To make use of
##############################################
undertaker-1.6.1/fm/linux/ia64.fm-45427-	default y
undertaker-1.6.1/fm/linux/ia64.fm:45428:	select EXPORT_UASM if OCTEON_WDT = m
undertaker-1.6.1/fm/linux/ia64.fm-45429-	help
##############################################
undertaker-1.6.1/fm/linux/ia64.fm-69336-	    3) domU: for i in /sys/devices/system/memory/memory*/state; do \
undertaker-1.6.1/fm/linux/ia64.fm:69337:	               [ "`cat "$i"`" = offline ] && echo online > "$i"; done
undertaker-1.6.1/fm/linux/ia64.fm-69338-
##############################################
undertaker-1.6.1/fm/linux/cris.fm-1645-       help
undertaker-1.6.1/fm/linux/cris.fm:1646:         If it is detected that the compiler has support for "asm goto",
undertaker-1.6.1/fm/linux/cris.fm-1647-	 the kernel will compile trace point locations with just a
##############################################
undertaker-1.6.1/fm/linux/x86.fm-1837-       help
undertaker-1.6.1/fm/linux/x86.fm:1838:         If it is detected that the compiler has support for "asm goto",
undertaker-1.6.1/fm/linux/x86.fm-1839-	 the kernel will compile trace point locations with just a
##############################################
undertaker-1.6.1/fm/linux/x86.fm-19161-	  IBM RSA (Condor) service processor in eServer xSeries systems.
undertaker-1.6.1/fm/linux/x86.fm:19162:	  The ibmasm device driver allows user space application to access
undertaker-1.6.1/fm/linux/x86.fm:19163:	  ASM (Advanced Systems Management) functions on the service
undertaker-1.6.1/fm/linux/x86.fm-19164-	  processor. The driver is meant to be used in conjunction with
undertaker-1.6.1/fm/linux/x86.fm-19165-	  a user space API.
undertaker-1.6.1/fm/linux/x86.fm:19166:	  The ibmasm driver also enables the OS to use the UART on the
undertaker-1.6.1/fm/linux/x86.fm-19167-	  service processor board as a regular serial port. To make use of
##############################################
undertaker-1.6.1/fm/linux/x86.fm-47498-	default y
undertaker-1.6.1/fm/linux/x86.fm:47499:	select EXPORT_UASM if OCTEON_WDT = m
undertaker-1.6.1/fm/linux/x86.fm-47500-	help
##############################################
undertaker-1.6.1/fm/linux/x86.fm-71407-	    3) domU: for i in /sys/devices/system/memory/memory*/state; do \
undertaker-1.6.1/fm/linux/x86.fm:71408:	               [ "`cat "$i"`" = offline ] && echo online > "$i"; done
undertaker-1.6.1/fm/linux/x86.fm-71409-
##############################################
undertaker-1.6.1/fm/linux/powerpc.fm-2205-       help
undertaker-1.6.1/fm/linux/powerpc.fm:2206:         If it is detected that the compiler has support for "asm goto",
undertaker-1.6.1/fm/linux/powerpc.fm-2207-	 the kernel will compile trace point locations with just a
##############################################
undertaker-1.6.1/fm/linux/powerpc.fm-19691-	  IBM RSA (Condor) service processor in eServer xSeries systems.
undertaker-1.6.1/fm/linux/powerpc.fm:19692:	  The ibmasm device driver allows user space application to access
undertaker-1.6.1/fm/linux/powerpc.fm:19693:	  ASM (Advanced Systems Management) functions on the service
undertaker-1.6.1/fm/linux/powerpc.fm-19694-	  processor. The driver is meant to be used in conjunction with
undertaker-1.6.1/fm/linux/powerpc.fm-19695-	  a user space API.
undertaker-1.6.1/fm/linux/powerpc.fm:19696:	  The ibmasm driver also enables the OS to use the UART on the
undertaker-1.6.1/fm/linux/powerpc.fm-19697-	  service processor board as a regular serial port. To make use of
##############################################
undertaker-1.6.1/fm/linux/powerpc.fm-48028-	default y
undertaker-1.6.1/fm/linux/powerpc.fm:48029:	select EXPORT_UASM if OCTEON_WDT = m
undertaker-1.6.1/fm/linux/powerpc.fm-48030-	help
##############################################
undertaker-1.6.1/fm/linux/powerpc.fm-71937-	    3) domU: for i in /sys/devices/system/memory/memory*/state; do \
undertaker-1.6.1/fm/linux/powerpc.fm:71938:	               [ "`cat "$i"`" = offline ] && echo online > "$i"; done
undertaker-1.6.1/fm/linux/powerpc.fm-71939-
##############################################
undertaker-1.6.1/fm/linux/hexagon.fm-2251-       help
undertaker-1.6.1/fm/linux/hexagon.fm:2252:         If it is detected that the compiler has support for "asm goto",
undertaker-1.6.1/fm/linux/hexagon.fm-2253-	 the kernel will compile trace point locations with just a
##############################################
undertaker-1.6.1/fm/linux/hexagon.fm-6724-	  IBM RSA (Condor) service processor in eServer xSeries systems.
undertaker-1.6.1/fm/linux/hexagon.fm:6725:	  The ibmasm device driver allows user space application to access
undertaker-1.6.1/fm/linux/hexagon.fm:6726:	  ASM (Advanced Systems Management) functions on the service
undertaker-1.6.1/fm/linux/hexagon.fm-6727-	  processor. The driver is meant to be used in conjunction with
undertaker-1.6.1/fm/linux/hexagon.fm-6728-	  a user space API.
undertaker-1.6.1/fm/linux/hexagon.fm:6729:	  The ibmasm driver also enables the OS to use the UART on the
undertaker-1.6.1/fm/linux/hexagon.fm-6730-	  service processor board as a regular serial port. To make use of
##############################################
undertaker-1.6.1/fm/linux/hexagon.fm-35061-	default y
undertaker-1.6.1/fm/linux/hexagon.fm:35062:	select EXPORT_UASM if OCTEON_WDT = m
undertaker-1.6.1/fm/linux/hexagon.fm-35063-	help
##############################################
undertaker-1.6.1/fm/linux/hexagon.fm-58970-	    3) domU: for i in /sys/devices/system/memory/memory*/state; do \
undertaker-1.6.1/fm/linux/hexagon.fm:58971:	               [ "`cat "$i"`" = offline ] && echo online > "$i"; done
undertaker-1.6.1/fm/linux/hexagon.fm-58972-
##############################################
undertaker-1.6.1/fm/linux/score.fm-2189-       help
undertaker-1.6.1/fm/linux/score.fm:2190:         If it is detected that the compiler has support for "asm goto",
undertaker-1.6.1/fm/linux/score.fm-2191-	 the kernel will compile trace point locations with just a
##############################################
undertaker-1.6.1/fm/linux/score.fm-14445-	  IBM RSA (Condor) service processor in eServer xSeries systems.
undertaker-1.6.1/fm/linux/score.fm:14446:	  The ibmasm device driver allows user space application to access
undertaker-1.6.1/fm/linux/score.fm:14447:	  ASM (Advanced Systems Management) functions on the service
undertaker-1.6.1/fm/linux/score.fm-14448-	  processor. The driver is meant to be used in conjunction with
undertaker-1.6.1/fm/linux/score.fm-14449-	  a user space API.
undertaker-1.6.1/fm/linux/score.fm:14450:	  The ibmasm driver also enables the OS to use the UART on the
undertaker-1.6.1/fm/linux/score.fm-14451-	  service processor board as a regular serial port. To make use of
##############################################
undertaker-1.6.1/fm/linux/score.fm-42782-	default y
undertaker-1.6.1/fm/linux/score.fm:42783:	select EXPORT_UASM if OCTEON_WDT = m
undertaker-1.6.1/fm/linux/score.fm-42784-	help
##############################################
undertaker-1.6.1/fm/linux/score.fm-66691-	    3) domU: for i in /sys/devices/system/memory/memory*/state; do \
undertaker-1.6.1/fm/linux/score.fm:66692:	               [ "`cat "$i"`" = offline ] && echo online > "$i"; done
undertaker-1.6.1/fm/linux/score.fm-66693-
##############################################
undertaker-1.6.1/fm/linux/avr32.fm-1644-       help
undertaker-1.6.1/fm/linux/avr32.fm:1645:         If it is detected that the compiler has support for "asm goto",
undertaker-1.6.1/fm/linux/avr32.fm-1646-	 the kernel will compile trace point locations with just a
##############################################
undertaker-1.6.1/fm/linux/avr32.fm-16130-	  IBM RSA (Condor) service processor in eServer xSeries systems.
undertaker-1.6.1/fm/linux/avr32.fm:16131:	  The ibmasm device driver allows user space application to access
undertaker-1.6.1/fm/linux/avr32.fm:16132:	  ASM (Advanced Systems Management) functions on the service
undertaker-1.6.1/fm/linux/avr32.fm-16133-	  processor. The driver is meant to be used in conjunction with
undertaker-1.6.1/fm/linux/avr32.fm-16134-	  a user space API.
undertaker-1.6.1/fm/linux/avr32.fm:16135:	  The ibmasm driver also enables the OS to use the UART on the
undertaker-1.6.1/fm/linux/avr32.fm-16136-	  service processor board as a regular serial port. To make use of
##############################################
undertaker-1.6.1/fm/linux/avr32.fm-44467-	default y
undertaker-1.6.1/fm/linux/avr32.fm:44468:	select EXPORT_UASM if OCTEON_WDT = m
undertaker-1.6.1/fm/linux/avr32.fm-44469-	help
##############################################
undertaker-1.6.1/fm/linux/avr32.fm-68376-	    3) domU: for i in /sys/devices/system/memory/memory*/state; do \
undertaker-1.6.1/fm/linux/avr32.fm:68377:	               [ "`cat "$i"`" = offline ] && echo online > "$i"; done
undertaker-1.6.1/fm/linux/avr32.fm-68378-
##############################################
undertaker-1.6.1/fm/linux/xtensa.fm-1627-       help
undertaker-1.6.1/fm/linux/xtensa.fm:1628:         If it is detected that the compiler has support for "asm goto",
undertaker-1.6.1/fm/linux/xtensa.fm-1629-	 the kernel will compile trace point locations with just a
##############################################
undertaker-1.6.1/fm/linux/xtensa.fm-15068-	  IBM RSA (Condor) service processor in eServer xSeries systems.
undertaker-1.6.1/fm/linux/xtensa.fm:15069:	  The ibmasm device driver allows user space application to access
undertaker-1.6.1/fm/linux/xtensa.fm:15070:	  ASM (Advanced Systems Management) functions on the service
undertaker-1.6.1/fm/linux/xtensa.fm-15071-	  processor. The driver is meant to be used in conjunction with
undertaker-1.6.1/fm/linux/xtensa.fm-15072-	  a user space API.
undertaker-1.6.1/fm/linux/xtensa.fm:15073:	  The ibmasm driver also enables the OS to use the UART on the
undertaker-1.6.1/fm/linux/xtensa.fm-15074-	  service processor board as a regular serial port. To make use of
##############################################
undertaker-1.6.1/fm/linux/xtensa.fm-43405-	default y
undertaker-1.6.1/fm/linux/xtensa.fm:43406:	select EXPORT_UASM if OCTEON_WDT = m
undertaker-1.6.1/fm/linux/xtensa.fm-43407-	help
##############################################
undertaker-1.6.1/fm/linux/xtensa.fm-67314-	    3) domU: for i in /sys/devices/system/memory/memory*/state; do \
undertaker-1.6.1/fm/linux/xtensa.fm:67315:	               [ "`cat "$i"`" = offline ] && echo online > "$i"; done
undertaker-1.6.1/fm/linux/xtensa.fm-67316-
##############################################
undertaker-1.6.1/fm/linux/microblaze.fm-1648-       help
undertaker-1.6.1/fm/linux/microblaze.fm:1649:         If it is detected that the compiler has support for "asm goto",
undertaker-1.6.1/fm/linux/microblaze.fm-1650-	 the kernel will compile trace point locations with just a
##############################################
undertaker-1.6.1/fm/linux/microblaze.fm-2393-	  Allows turn on optimalized library function (memcpy and memmove).
undertaker-1.6.1/fm/linux/microblaze.fm:2394:	  Function are written in asm code.
undertaker-1.6.1/fm/linux/microblaze.fm-2395-
##############################################
undertaker-1.6.1/fm/linux/microblaze.fm-14864-	  IBM RSA (Condor) service processor in eServer xSeries systems.
undertaker-1.6.1/fm/linux/microblaze.fm:14865:	  The ibmasm device driver allows user space application to access
undertaker-1.6.1/fm/linux/microblaze.fm:14866:	  ASM (Advanced Systems Management) functions on the service
undertaker-1.6.1/fm/linux/microblaze.fm-14867-	  processor. The driver is meant to be used in conjunction with
undertaker-1.6.1/fm/linux/microblaze.fm-14868-	  a user space API.
undertaker-1.6.1/fm/linux/microblaze.fm:14869:	  The ibmasm driver also enables the OS to use the UART on the
undertaker-1.6.1/fm/linux/microblaze.fm-14870-	  service processor board as a regular serial port. To make use of
##############################################
undertaker-1.6.1/fm/linux/microblaze.fm-43201-	default y
undertaker-1.6.1/fm/linux/microblaze.fm:43202:	select EXPORT_UASM if OCTEON_WDT = m
undertaker-1.6.1/fm/linux/microblaze.fm-43203-	help
##############################################
undertaker-1.6.1/fm/linux/microblaze.fm-67110-	    3) domU: for i in /sys/devices/system/memory/memory*/state; do \
undertaker-1.6.1/fm/linux/microblaze.fm:67111:	               [ "`cat "$i"`" = offline ] && echo online > "$i"; done
undertaker-1.6.1/fm/linux/microblaze.fm-67112-
##############################################
undertaker-1.6.1/fm/linux/frv.fm-1636-       help
undertaker-1.6.1/fm/linux/frv.fm:1637:         If it is detected that the compiler has support for "asm goto",
undertaker-1.6.1/fm/linux/frv.fm-1638-	 the kernel will compile trace point locations with just a
##############################################
undertaker-1.6.1/fm/linux/frv.fm-15234-	  IBM RSA (Condor) service processor in eServer xSeries systems.
undertaker-1.6.1/fm/linux/frv.fm:15235:	  The ibmasm device driver allows user space application to access
undertaker-1.6.1/fm/linux/frv.fm:15236:	  ASM (Advanced Systems Management) functions on the service
undertaker-1.6.1/fm/linux/frv.fm-15237-	  processor. The driver is meant to be used in conjunction with
undertaker-1.6.1/fm/linux/frv.fm-15238-	  a user space API.
undertaker-1.6.1/fm/linux/frv.fm:15239:	  The ibmasm driver also enables the OS to use the UART on the
undertaker-1.6.1/fm/linux/frv.fm-15240-	  service processor board as a regular serial port. To make use of
##############################################
undertaker-1.6.1/fm/linux/frv.fm-43571-	default y
undertaker-1.6.1/fm/linux/frv.fm:43572:	select EXPORT_UASM if OCTEON_WDT = m
undertaker-1.6.1/fm/linux/frv.fm-43573-	help
##############################################
undertaker-1.6.1/fm/linux/frv.fm-67480-	    3) domU: for i in /sys/devices/system/memory/memory*/state; do \
undertaker-1.6.1/fm/linux/frv.fm:67481:	               [ "`cat "$i"`" = offline ] && echo online > "$i"; done
undertaker-1.6.1/fm/linux/frv.fm-67482-
##############################################
undertaker-1.6.1/fm/linux/parisc.fm-1678-       help
undertaker-1.6.1/fm/linux/parisc.fm:1679:         If it is detected that the compiler has support for "asm goto",
undertaker-1.6.1/fm/linux/parisc.fm-1680-	 the kernel will compile trace point locations with just a
##############################################
undertaker-1.6.1/fm/linux/parisc.fm-15427-	  IBM RSA (Condor) service processor in eServer xSeries systems.
undertaker-1.6.1/fm/linux/parisc.fm:15428:	  The ibmasm device driver allows user space application to access
undertaker-1.6.1/fm/linux/parisc.fm:15429:	  ASM (Advanced Systems Management) functions on the service
undertaker-1.6.1/fm/linux/parisc.fm-15430-	  processor. The driver is meant to be used in conjunction with
undertaker-1.6.1/fm/linux/parisc.fm-15431-	  a user space API.
undertaker-1.6.1/fm/linux/parisc.fm:15432:	  The ibmasm driver also enables the OS to use the UART on the
undertaker-1.6.1/fm/linux/parisc.fm-15433-	  service processor board as a regular serial port. To make use of
##############################################
undertaker-1.6.1/fm/linux/parisc.fm-43764-	default y
undertaker-1.6.1/fm/linux/parisc.fm:43765:	select EXPORT_UASM if OCTEON_WDT = m
undertaker-1.6.1/fm/linux/parisc.fm-43766-	help
##############################################
undertaker-1.6.1/fm/linux/parisc.fm-67673-	    3) domU: for i in /sys/devices/system/memory/memory*/state; do \
undertaker-1.6.1/fm/linux/parisc.fm:67674:	               [ "`cat "$i"`" = offline ] && echo online > "$i"; done
undertaker-1.6.1/fm/linux/parisc.fm-67675-
##############################################
undertaker-1.6.1/fm/linux/sh.fm-1763-       help
undertaker-1.6.1/fm/linux/sh.fm:1764:         If it is detected that the compiler has support for "asm goto",
undertaker-1.6.1/fm/linux/sh.fm-1765-	 the kernel will compile trace point locations with just a
##############################################
undertaker-1.6.1/fm/linux/sh.fm-17717-	  IBM RSA (Condor) service processor in eServer xSeries systems.
undertaker-1.6.1/fm/linux/sh.fm:17718:	  The ibmasm device driver allows user space application to access
undertaker-1.6.1/fm/linux/sh.fm:17719:	  ASM (Advanced Systems Management) functions on the service
undertaker-1.6.1/fm/linux/sh.fm-17720-	  processor. The driver is meant to be used in conjunction with
undertaker-1.6.1/fm/linux/sh.fm-17721-	  a user space API.
undertaker-1.6.1/fm/linux/sh.fm:17722:	  The ibmasm driver also enables the OS to use the UART on the
undertaker-1.6.1/fm/linux/sh.fm-17723-	  service processor board as a regular serial port. To make use of
##############################################
undertaker-1.6.1/fm/linux/sh.fm-46054-	default y
undertaker-1.6.1/fm/linux/sh.fm:46055:	select EXPORT_UASM if OCTEON_WDT = m
undertaker-1.6.1/fm/linux/sh.fm-46056-	help
##############################################
undertaker-1.6.1/fm/linux/sh.fm-69963-	    3) domU: for i in /sys/devices/system/memory/memory*/state; do \
undertaker-1.6.1/fm/linux/sh.fm:69964:	               [ "`cat "$i"`" = offline ] && echo online > "$i"; done
undertaker-1.6.1/fm/linux/sh.fm-69965-
##############################################
undertaker-1.6.1/fm/linux/h8300.fm-1663-       help
undertaker-1.6.1/fm/linux/h8300.fm:1664:         If it is detected that the compiler has support for "asm goto",
undertaker-1.6.1/fm/linux/h8300.fm-1665-	 the kernel will compile trace point locations with just a
##############################################
undertaker-1.6.1/fm/linux/mn10300.fm-1650-       help
undertaker-1.6.1/fm/linux/mn10300.fm:1651:         If it is detected that the compiler has support for "asm goto",
undertaker-1.6.1/fm/linux/mn10300.fm-1652-	 the kernel will compile trace point locations with just a
##############################################
undertaker-1.6.1/fm/linux/mn10300.fm-15634-	  IBM RSA (Condor) service processor in eServer xSeries systems.
undertaker-1.6.1/fm/linux/mn10300.fm:15635:	  The ibmasm device driver allows user space application to access
undertaker-1.6.1/fm/linux/mn10300.fm:15636:	  ASM (Advanced Systems Management) functions on the service
undertaker-1.6.1/fm/linux/mn10300.fm-15637-	  processor. The driver is meant to be used in conjunction with
undertaker-1.6.1/fm/linux/mn10300.fm-15638-	  a user space API.
undertaker-1.6.1/fm/linux/mn10300.fm:15639:	  The ibmasm driver also enables the OS to use the UART on the
undertaker-1.6.1/fm/linux/mn10300.fm-15640-	  service processor board as a regular serial port. To make use of
##############################################
undertaker-1.6.1/fm/linux/mn10300.fm-43971-	default y
undertaker-1.6.1/fm/linux/mn10300.fm:43972:	select EXPORT_UASM if OCTEON_WDT = m
undertaker-1.6.1/fm/linux/mn10300.fm-43973-	help
##############################################
undertaker-1.6.1/fm/linux/mn10300.fm-67880-	    3) domU: for i in /sys/devices/system/memory/memory*/state; do \
undertaker-1.6.1/fm/linux/mn10300.fm:67881:	               [ "`cat "$i"`" = offline ] && echo online > "$i"; done
undertaker-1.6.1/fm/linux/mn10300.fm-67882-
##############################################
undertaker-1.6.1/fm/linux/openrisc.fm-1649-       help
undertaker-1.6.1/fm/linux/openrisc.fm:1650:         If it is detected that the compiler has support for "asm goto",
undertaker-1.6.1/fm/linux/openrisc.fm-1651-	 the kernel will compile trace point locations with just a
##############################################
undertaker-1.6.1/fm/linux/openrisc.fm-14526-	  IBM RSA (Condor) service processor in eServer xSeries systems.
undertaker-1.6.1/fm/linux/openrisc.fm:14527:	  The ibmasm device driver allows user space application to access
undertaker-1.6.1/fm/linux/openrisc.fm:14528:	  ASM (Advanced Systems Management) functions on the service
undertaker-1.6.1/fm/linux/openrisc.fm-14529-	  processor. The driver is meant to be used in conjunction with
undertaker-1.6.1/fm/linux/openrisc.fm-14530-	  a user space API.
undertaker-1.6.1/fm/linux/openrisc.fm:14531:	  The ibmasm driver also enables the OS to use the UART on the
undertaker-1.6.1/fm/linux/openrisc.fm-14532-	  service processor board as a regular serial port. To make use of
##############################################
undertaker-1.6.1/fm/linux/openrisc.fm-42863-	default y
undertaker-1.6.1/fm/linux/openrisc.fm:42864:	select EXPORT_UASM if OCTEON_WDT = m
undertaker-1.6.1/fm/linux/openrisc.fm-42865-	help
##############################################
undertaker-1.6.1/fm/linux/openrisc.fm-66772-	    3) domU: for i in /sys/devices/system/memory/memory*/state; do \
undertaker-1.6.1/fm/linux/openrisc.fm:66773:	               [ "`cat "$i"`" = offline ] && echo online > "$i"; done
undertaker-1.6.1/fm/linux/openrisc.fm-66774-
##############################################
undertaker-1.6.1/fm/linux/sparc.fm-1730-       help
undertaker-1.6.1/fm/linux/sparc.fm:1731:         If it is detected that the compiler has support for "asm goto",
undertaker-1.6.1/fm/linux/sparc.fm-1732-	 the kernel will compile trace point locations with just a
##############################################
undertaker-1.6.1/fm/linux/sparc.fm-15838-	  IBM RSA (Condor) service processor in eServer xSeries systems.
undertaker-1.6.1/fm/linux/sparc.fm:15839:	  The ibmasm device driver allows user space application to access
undertaker-1.6.1/fm/linux/sparc.fm:15840:	  ASM (Advanced Systems Management) functions on the service
undertaker-1.6.1/fm/linux/sparc.fm-15841-	  processor. The driver is meant to be used in conjunction with
undertaker-1.6.1/fm/linux/sparc.fm-15842-	  a user space API.
undertaker-1.6.1/fm/linux/sparc.fm:15843:	  The ibmasm driver also enables the OS to use the UART on the
undertaker-1.6.1/fm/linux/sparc.fm-15844-	  service processor board as a regular serial port. To make use of
##############################################
undertaker-1.6.1/fm/linux/sparc.fm-44175-	default y
undertaker-1.6.1/fm/linux/sparc.fm:44176:	select EXPORT_UASM if OCTEON_WDT = m
undertaker-1.6.1/fm/linux/sparc.fm-44177-	help
##############################################
undertaker-1.6.1/fm/linux/sparc.fm-68084-	    3) domU: for i in /sys/devices/system/memory/memory*/state; do \
undertaker-1.6.1/fm/linux/sparc.fm:68085:	               [ "`cat "$i"`" = offline ] && echo online > "$i"; done
undertaker-1.6.1/fm/linux/sparc.fm-68086-
##############################################
undertaker-1.6.1/fm/3.2_mips.fm-5424-       help
undertaker-1.6.1/fm/3.2_mips.fm:5425:         If it is detected that the compiler has support for "asm goto",
undertaker-1.6.1/fm/3.2_mips.fm-5426-	 the kernel will compile trace point locations with just a
##############################################
undertaker-1.6.1/fm/3.2_mips.fm-19332-	  IBM RSA (Condor) service processor in eServer xSeries systems.
undertaker-1.6.1/fm/3.2_mips.fm:19333:	  The ibmasm device driver allows user space application to access
undertaker-1.6.1/fm/3.2_mips.fm:19334:	  ASM (Advanced Systems Management) functions on the service
undertaker-1.6.1/fm/3.2_mips.fm-19335-	  processor. The driver is meant to be used in conjunction with
undertaker-1.6.1/fm/3.2_mips.fm-19336-	  a user space API.
undertaker-1.6.1/fm/3.2_mips.fm:19337:	  The ibmasm driver also enables the OS to use the UART on the
undertaker-1.6.1/fm/3.2_mips.fm-19338-	  service processor board as a regular serial port. To make use of
##############################################
undertaker-1.6.1/fm/3.2_mips.fm-47671-	default y
undertaker-1.6.1/fm/3.2_mips.fm:47672:	select EXPORT_UASM if OCTEON_WDT = m
undertaker-1.6.1/fm/3.2_mips.fm-47673-	help
##############################################
undertaker-1.6.1/fm/3.2_mips.fm-71582-	    3) domU: for i in /sys/devices/system/memory/memory*/state; do \
undertaker-1.6.1/fm/3.2_mips.fm:71583:	               [ "`cat "$i"`" = offline ] && echo online > "$i"; done
undertaker-1.6.1/fm/3.2_mips.fm-71584-
##############################################
undertaker-1.6.1/fm/3.2.28_x86_32.fm-1833-       help
undertaker-1.6.1/fm/3.2.28_x86_32.fm:1834:         If it is detected that the compiler has support for "asm goto",
undertaker-1.6.1/fm/3.2.28_x86_32.fm-1835-	 the kernel will compile trace point locations with just a
##############################################
undertaker-1.6.1/fm/3.2.28_x86_32.fm-19156-	  IBM RSA (Condor) service processor in eServer xSeries systems.
undertaker-1.6.1/fm/3.2.28_x86_32.fm:19157:	  The ibmasm device driver allows user space application to access
undertaker-1.6.1/fm/3.2.28_x86_32.fm:19158:	  ASM (Advanced Systems Management) functions on the service
undertaker-1.6.1/fm/3.2.28_x86_32.fm-19159-	  processor. The driver is meant to be used in conjunction with
undertaker-1.6.1/fm/3.2.28_x86_32.fm-19160-	  a user space API.
undertaker-1.6.1/fm/3.2.28_x86_32.fm:19161:	  The ibmasm driver also enables the OS to use the UART on the
undertaker-1.6.1/fm/3.2.28_x86_32.fm-19162-	  service processor board as a regular serial port. To make use of
##############################################
undertaker-1.6.1/fm/3.2.28_x86_32.fm-47495-	default y
undertaker-1.6.1/fm/3.2.28_x86_32.fm:47496:	select EXPORT_UASM if OCTEON_WDT = m
undertaker-1.6.1/fm/3.2.28_x86_32.fm-47497-	help
##############################################
undertaker-1.6.1/fm/3.2.28_x86_32.fm-71406-	    3) domU: for i in /sys/devices/system/memory/memory*/state; do \
undertaker-1.6.1/fm/3.2.28_x86_32.fm:71407:	               [ "`cat "$i"`" = offline ] && echo online > "$i"; done
undertaker-1.6.1/fm/3.2.28_x86_32.fm-71408-
##############################################
undertaker-1.6.1/fm/3.2.28_x86_64.fm-1837-       help
undertaker-1.6.1/fm/3.2.28_x86_64.fm:1838:         If it is detected that the compiler has support for "asm goto",
undertaker-1.6.1/fm/3.2.28_x86_64.fm-1839-	 the kernel will compile trace point locations with just a
##############################################
undertaker-1.6.1/fm/3.2.28_x86_64.fm-19160-	  IBM RSA (Condor) service processor in eServer xSeries systems.
undertaker-1.6.1/fm/3.2.28_x86_64.fm:19161:	  The ibmasm device driver allows user space application to access
undertaker-1.6.1/fm/3.2.28_x86_64.fm:19162:	  ASM (Advanced Systems Management) functions on the service
undertaker-1.6.1/fm/3.2.28_x86_64.fm-19163-	  processor. The driver is meant to be used in conjunction with
undertaker-1.6.1/fm/3.2.28_x86_64.fm-19164-	  a user space API.
undertaker-1.6.1/fm/3.2.28_x86_64.fm:19165:	  The ibmasm driver also enables the OS to use the UART on the
undertaker-1.6.1/fm/3.2.28_x86_64.fm-19166-	  service processor board as a regular serial port. To make use of
##############################################
undertaker-1.6.1/fm/3.2.28_x86_64.fm-47499-	default y
undertaker-1.6.1/fm/3.2.28_x86_64.fm:47500:	select EXPORT_UASM if OCTEON_WDT = m
undertaker-1.6.1/fm/3.2.28_x86_64.fm-47501-	help
##############################################
undertaker-1.6.1/fm/3.2.28_x86_64.fm-71410-	    3) domU: for i in /sys/devices/system/memory/memory*/state; do \
undertaker-1.6.1/fm/3.2.28_x86_64.fm:71411:	               [ "`cat "$i"`" = offline ] && echo online > "$i"; done
undertaker-1.6.1/fm/3.2.28_x86_64.fm-71412-
##############################################
undertaker-1.6.1/fm/3.2_avr32.fm-1645-       help
undertaker-1.6.1/fm/3.2_avr32.fm:1646:         If it is detected that the compiler has support for "asm goto",
undertaker-1.6.1/fm/3.2_avr32.fm-1647-	 the kernel will compile trace point locations with just a
##############################################
undertaker-1.6.1/fm/3.2_avr32.fm-16130-	  IBM RSA (Condor) service processor in eServer xSeries systems.
undertaker-1.6.1/fm/3.2_avr32.fm:16131:	  The ibmasm device driver allows user space application to access
undertaker-1.6.1/fm/3.2_avr32.fm:16132:	  ASM (Advanced Systems Management) functions on the service
undertaker-1.6.1/fm/3.2_avr32.fm-16133-	  processor. The driver is meant to be used in conjunction with
undertaker-1.6.1/fm/3.2_avr32.fm-16134-	  a user space API.
undertaker-1.6.1/fm/3.2_avr32.fm:16135:	  The ibmasm driver also enables the OS to use the UART on the
undertaker-1.6.1/fm/3.2_avr32.fm-16136-	  service processor board as a regular serial port. To make use of
##############################################
undertaker-1.6.1/fm/3.2_avr32.fm-44469-	default y
undertaker-1.6.1/fm/3.2_avr32.fm:44470:	select EXPORT_UASM if OCTEON_WDT = m
undertaker-1.6.1/fm/3.2_avr32.fm-44471-	help
##############################################
undertaker-1.6.1/fm/3.2_avr32.fm-68380-	    3) domU: for i in /sys/devices/system/memory/memory*/state; do \
undertaker-1.6.1/fm/3.2_avr32.fm:68381:	               [ "`cat "$i"`" = offline ] && echo online > "$i"; done
undertaker-1.6.1/fm/3.2_avr32.fm-68382-
##############################################
undertaker-1.6.1/tailor/src/traceutil-boost.cc-71-
undertaker-1.6.1/tailor/src/traceutil-boost.cc:72:static bool addModuleAddr(unsigned long long addr) {
undertaker-1.6.1/tailor/src/traceutil-boost.cc-73-    for (map<unsigned long long,module>::iterator it=loadedModules.begin() ;
##############################################
undertaker-1.6.1/tailor/src/traceutil-boost.cc-88- * the given address was located inside an LKM we do not know about yet or we
undertaker-1.6.1/tailor/src/traceutil-boost.cc:89: * didn't scan the module table yet, a call to addModuleAddr(addr) is triggered.
undertaker-1.6.1/tailor/src/traceutil-boost.cc-90- */
undertaker-1.6.1/tailor/src/traceutil-boost.cc-91-
undertaker-1.6.1/tailor/src/traceutil-boost.cc:92:static bool addAddr(unsigned long long addr) {
undertaker-1.6.1/tailor/src/traceutil-boost.cc-93-    // address new?
##############################################
undertaker-1.6.1/tailor/src/traceutil-boost.cc-96-        if (modulePath != NULL && addr >= loadedModules.begin()->first) {
undertaker-1.6.1/tailor/src/traceutil-boost.cc:97:            if (addModuleAddr(addr)) {
undertaker-1.6.1/tailor/src/traceutil-boost.cc-98-                return true;
##############################################
undertaker-1.6.1/tailor/src/traceutil-boost.cc-101-                readModules();
undertaker-1.6.1/tailor/src/traceutil-boost.cc:102:                if (addModuleAddr(addr)) {
undertaker-1.6.1/tailor/src/traceutil-boost.cc-103-                    return true;
##############################################
undertaker-1.6.1/tailor/src/traceutil-boost.cc-267-            // if new --> ignore now
undertaker-1.6.1/tailor/src/traceutil-boost.cc:268:            if (addAddr(baseAddr-baseOffset)) {
undertaker-1.6.1/tailor/src/traceutil-boost.cc-269-                ignoreFunc(name);
##############################################
undertaker-1.6.1/tailor/src/traceutil-boost.cc-275-                sscanf(match[4].str().c_str(),"%llx",&srcAddr);
undertaker-1.6.1/tailor/src/traceutil-boost.cc:276:                addAddr(srcAddr);
undertaker-1.6.1/tailor/src/traceutil-boost.cc-277-            }
##############################################
undertaker-1.6.1/tailor/src/traceutil-native.c-170-
undertaker-1.6.1/tailor/src/traceutil-native.c:171:static inline bool addModuleAddr(unsigned long long addr) {
undertaker-1.6.1/tailor/src/traceutil-native.c-172-    for (j=0; j<loadedModules; j++) {
##############################################
undertaker-1.6.1/tailor/src/traceutil-native.c-214- * the given address was located inside an LKM or we didn't scan the module
undertaker-1.6.1/tailor/src/traceutil-native.c:215: * table yet, a call to addModuleAddr(addr) is triggered.
undertaker-1.6.1/tailor/src/traceutil-native.c-216- */
undertaker-1.6.1/tailor/src/traceutil-native.c-217-
undertaker-1.6.1/tailor/src/traceutil-native.c:218:static inline bool addAddr(unsigned long long addr) {
undertaker-1.6.1/tailor/src/traceutil-native.c-219-    if (hashadd(addr)) {
##############################################
undertaker-1.6.1/tailor/src/traceutil-native.c-222-            // ... if not, rescan /proc/modules...
undertaker-1.6.1/tailor/src/traceutil-native.c:223:            if (addModuleAddr(addr)) {
undertaker-1.6.1/tailor/src/traceutil-native.c-224-                return true;
##############################################
undertaker-1.6.1/tailor/src/traceutil-native.c-226-                readModules(j);
undertaker-1.6.1/tailor/src/traceutil-native.c:227:                if (addModuleAddr(addr)) {
undertaker-1.6.1/tailor/src/traceutil-native.c-228-                    return true;
##############################################
undertaker-1.6.1/tailor/src/traceutil-native.c-534-                    // add only direct function calls to ftrace's ignore list
undertaker-1.6.1/tailor/src/traceutil-native.c:535:                    if (addAddr(address - offset) && parsingMode == 8) {
undertaker-1.6.1/tailor/src/traceutil-native.c-536-                        ignoreFunc(callerBuffer, callerSize);
##############################################
undertaker-1.6.1/tailor/src/traceutil-stdio.c-75-
undertaker-1.6.1/tailor/src/traceutil-stdio.c:76:static inline bool addModuleAddr(unsigned long long addr) {
undertaker-1.6.1/tailor/src/traceutil-stdio.c-77-    int currentModule = 0;
##############################################
undertaker-1.6.1/tailor/src/traceutil-stdio.c-96- * the given address was located inside an LKM or we didn't scan the module
undertaker-1.6.1/tailor/src/traceutil-stdio.c:97: * table yet, a call to addModuleAddr(addr) is triggered.
undertaker-1.6.1/tailor/src/traceutil-stdio.c-98- */
undertaker-1.6.1/tailor/src/traceutil-stdio.c-99-
undertaker-1.6.1/tailor/src/traceutil-stdio.c:100:static inline bool addAddr(unsigned long long addr) {
undertaker-1.6.1/tailor/src/traceutil-stdio.c-101-    // address new?
##############################################
undertaker-1.6.1/tailor/src/traceutil-stdio.c-104-        if (modulePath != NULL && addr >= moduleBaseAddr) {
undertaker-1.6.1/tailor/src/traceutil-stdio.c:105:            if (addModuleAddr(addr)) {
undertaker-1.6.1/tailor/src/traceutil-stdio.c-106-                return true;
##############################################
undertaker-1.6.1/tailor/src/traceutil-stdio.c-109-                readModules();
undertaker-1.6.1/tailor/src/traceutil-stdio.c:110:                if (addModuleAddr(addr)) {
undertaker-1.6.1/tailor/src/traceutil-stdio.c-111-                    return true;
##############################################
undertaker-1.6.1/tailor/src/traceutil-stdio.c-277-            // Try to add address to hashset
undertaker-1.6.1/tailor/src/traceutil-stdio.c:278:            if (addAddr(baseAddr-baseOffset)) {
undertaker-1.6.1/tailor/src/traceutil-stdio.c-279-                ignoreFunc(name);
##############################################
undertaker-1.6.1/tailor/src/traceutil-stdio.c-284-                       STR(ADDRLENGTH) "llx>",&srcAddr) == 1) {
undertaker-1.6.1/tailor/src/traceutil-stdio.c:285:                addAddr(srcAddr);
undertaker-1.6.1/tailor/src/traceutil-stdio.c-286-            }
##############################################
undertaker-1.6.1/tailor/Makefile-36-	@echo "Checking results..."
undertaker-1.6.1/tailor/Makefile:37:	@test -f $(TESTDIR)/test_out.`uname -m` || echo File $(TESTDIR)/test_out.`uname -m` not available... Ignoring.
undertaker-1.6.1/tailor/Makefile:38:	@test ! -f $(TESTDIR)/test_out.`uname -m` || diff $(TESTDIR)/test_out $(TESTDIR)/test_out.`uname -m`
undertaker-1.6.1/tailor/Makefile-39-	@diff $(TESTDIR)/test_ignore $(TESTDIR)/test_ignore.all
##############################################
undertaker-1.6.1/tailor/flipper/generateMap.sh-22-echo "Generating Map with $maxline lines..." 1>&2
undertaker-1.6.1/tailor/flipper/generateMap.sh:23:for i in `seq 0 $maxline ` ; do
undertaker-1.6.1/tailor/flipper/generateMap.sh-24-	if [ "${map[$i]+isset}" ]; then
##############################################
undertaker-1.6.1/ziz/test/test-suite.sh-7-tests_list=`find in/ -name '*.c' | sed -e 's#^\./\(.*\)#\1#' | sort`
undertaker-1.6.1/ziz/test/test-suite.sh:8:prog_name=`basename $0`
undertaker-1.6.1/ziz/test/test-suite.sh-9-
##############################################
undertaker-1.6.1/ziz/test/test-suite.sh-28-{
undertaker-1.6.1/ziz/test/test-suite.sh:29:	last_result=`grep $1: $2 | sed -e "s/^.*$1:\(.*\)$/\1/"`
undertaker-1.6.1/ziz/test/test-suite.sh-30-	[ -z "$last_result" ] && return 1
##############################################
undertaker-1.6.1/ziz/test/test-suite.sh-39-{
undertaker-1.6.1/ziz/test/test-suite.sh:40:	last_result=`grep $1 $2`
undertaker-1.6.1/ziz/test/test-suite.sh-41-	return $?
##############################################
undertaker-1.6.1/ziz/test/test-suite.sh-86-	file="$1"
undertaker-1.6.1/ziz/test/test-suite.sh:87:	basename=`basename $file`
undertaker-1.6.1/ziz/test/test-suite.sh-88-
##############################################
undertaker-1.6.1/ziz/test/test-suite.sh-92-		echo "warning: test '$basename' unhandled (spec file missing)"
undertaker-1.6.1/ziz/test/test-suite.sh:93:		unhandled_tests=`expr $unhandled_tests + 1`
undertaker-1.6.1/ziz/test/test-suite.sh-94-		return 2
##############################################
undertaker-1.6.1/ziz/test/test-suite.sh-98-		echo "warning: test '$basename' unhandled"
undertaker-1.6.1/ziz/test/test-suite.sh:99:		unhandled_tests=`expr $unhandled_tests + 1`
undertaker-1.6.1/ziz/test/test-suite.sh-100-		return 2
##############################################
undertaker-1.6.1/ziz/test/test-suite.sh-111-	# does the test provide a specific command ?
undertaker-1.6.1/ziz/test/test-suite.sh:112:	cmd=`eval echo $default_path/$default_cmd`
undertaker-1.6.1/ziz/test/test-suite.sh-113-	get_value "check-command" $file.testspec
undertaker-1.6.1/ziz/test/test-suite.sh-114-	if [ "$?" -eq "0" ]; then
undertaker-1.6.1/ziz/test/test-suite.sh:115:		last_result=`echo $last_result | sed -e 's/^ *//'`
undertaker-1.6.1/ziz/test/test-suite.sh:116:		cmd=`eval echo $default_path/$last_result`
undertaker-1.6.1/ziz/test/test-suite.sh-117-	fi
##############################################
undertaker-1.6.1/ziz/test/test-suite.sh-122-	if [ "$?" -eq "0" ]; then
undertaker-1.6.1/ziz/test/test-suite.sh:123:		expected_exit_value=`echo $last_result | tr -d ' '`
undertaker-1.6.1/ziz/test/test-suite.sh-124-	else
##############################################
undertaker-1.6.1/ziz/test/test-suite.sh-149-	if [ "$test_failed" -eq "1" ]; then
undertaker-1.6.1/ziz/test/test-suite.sh:150:		ko_tests=`expr $ko_tests + 1`
undertaker-1.6.1/ziz/test/test-suite.sh-151-		get_tag "check-known-to-fail" $file
##############################################
undertaker-1.6.1/ziz/test/test-suite.sh-153-			echo "info: test '$basename' is known to fail"
undertaker-1.6.1/ziz/test/test-suite.sh:154:			known_ko_tests=`expr $known_ko_tests + 1`
undertaker-1.6.1/ziz/test/test-suite.sh-155-		fi
##############################################
undertaker-1.6.1/ziz/test/test-suite.sh-157-	else
undertaker-1.6.1/ziz/test/test-suite.sh:158:		ok_tests=`expr $ok_tests + 1`
undertaker-1.6.1/ziz/test/test-suite.sh-159-		return 0
##############################################
undertaker-1.6.1/ziz/test/test-suite.sh-169-	# prints some numbers
undertaker-1.6.1/ziz/test/test-suite.sh:170:	tests_nr=`expr $ok_tests + $ko_tests`
undertaker-1.6.1/ziz/test/test-suite.sh-171-	echo -n "Out of $tests_nr tests, $ok_tests passed, $ko_tests failed"
##############################################
undertaker-1.6.1/ziz/test/test-suite.sh-192-	file="$1"
undertaker-1.6.1/ziz/test/test-suite.sh:193:	cmd=`eval echo $default_path/$fcmd`
undertaker-1.6.1/ziz/test/test-suite.sh-194-	$cmd 1> $file.output.got 2> $file.error.got
##############################################
undertaker-1.6.1/ziz/test/test-suite.sh-235-		do_test_suite
undertaker-1.6.1/ziz/test/test-suite.sh:236:		if test `expr $ko_tests - $known_ko_tests` -gt 0; then
undertaker-1.6.1/ziz/test/test-suite.sh-237-		    for f in out/*.error.diff out/*.output.diff; do
##############################################
undertaker-1.6.1/undertaker/validation-satyr/checkall.sh-36-    model=$subtest_dir/*.fm
undertaker-1.6.1/undertaker/validation-satyr/checkall.sh:37:    satlist=`find $subtest_dir -name *_sat.config`
undertaker-1.6.1/undertaker/validation-satyr/checkall.sh:38:    unsatlist=`find $subtest_dir -name *_unsat.config`
undertaker-1.6.1/undertaker/validation-satyr/checkall.sh-39-
##############################################
undertaker-1.6.1/undertaker/validation-satyr/checkall.sh-72-    testdir=$1;
undertaker-1.6.1/undertaker/validation-satyr/checkall.sh:73:    for i in `find $testdir -maxdepth 1 -mindepth 1 -type d`; do
undertaker-1.6.1/undertaker/validation-satyr/checkall.sh-74-        echo *Testing $i
##############################################
undertaker-1.6.1/undertaker/validation-satyr/linux/3.2_x86_64/3.2.28_x86_64.fm-1837-       help
undertaker-1.6.1/undertaker/validation-satyr/linux/3.2_x86_64/3.2.28_x86_64.fm:1838:         If it is detected that the compiler has support for "asm goto",
undertaker-1.6.1/undertaker/validation-satyr/linux/3.2_x86_64/3.2.28_x86_64.fm-1839-	 the kernel will compile trace point locations with just a
##############################################
undertaker-1.6.1/undertaker/validation-satyr/linux/3.2_x86_64/3.2.28_x86_64.fm-19160-	  IBM RSA (Condor) service processor in eServer xSeries systems.
undertaker-1.6.1/undertaker/validation-satyr/linux/3.2_x86_64/3.2.28_x86_64.fm:19161:	  The ibmasm device driver allows user space application to access
undertaker-1.6.1/undertaker/validation-satyr/linux/3.2_x86_64/3.2.28_x86_64.fm:19162:	  ASM (Advanced Systems Management) functions on the service
undertaker-1.6.1/undertaker/validation-satyr/linux/3.2_x86_64/3.2.28_x86_64.fm-19163-	  processor. The driver is meant to be used in conjunction with
undertaker-1.6.1/undertaker/validation-satyr/linux/3.2_x86_64/3.2.28_x86_64.fm-19164-	  a user space API.
undertaker-1.6.1/undertaker/validation-satyr/linux/3.2_x86_64/3.2.28_x86_64.fm:19165:	  The ibmasm driver also enables the OS to use the UART on the
undertaker-1.6.1/undertaker/validation-satyr/linux/3.2_x86_64/3.2.28_x86_64.fm-19166-	  service processor board as a regular serial port. To make use of
##############################################
undertaker-1.6.1/undertaker/validation-satyr/linux/3.2_x86_64/3.2.28_x86_64.fm-47499-	default y
undertaker-1.6.1/undertaker/validation-satyr/linux/3.2_x86_64/3.2.28_x86_64.fm:47500:	select EXPORT_UASM if OCTEON_WDT = m
undertaker-1.6.1/undertaker/validation-satyr/linux/3.2_x86_64/3.2.28_x86_64.fm-47501-	help
##############################################
undertaker-1.6.1/undertaker/validation-satyr/linux/3.2_x86_64/3.2.28_x86_64.fm-71410-	    3) domU: for i in /sys/devices/system/memory/memory*/state; do \
undertaker-1.6.1/undertaker/validation-satyr/linux/3.2_x86_64/3.2.28_x86_64.fm:71411:	               [ "`cat "$i"`" = offline ] && echo online > "$i"; done
undertaker-1.6.1/undertaker/validation-satyr/linux/3.2_x86_64/3.2.28_x86_64.fm-71412-
##############################################
undertaker-1.6.1/undertaker/validation-satyr/linux/3.2_x86/3.2_x86.fm-1837-       help
undertaker-1.6.1/undertaker/validation-satyr/linux/3.2_x86/3.2_x86.fm:1838:         If it is detected that the compiler has support for "asm goto",
undertaker-1.6.1/undertaker/validation-satyr/linux/3.2_x86/3.2_x86.fm-1839-	 the kernel will compile trace point locations with just a
##############################################
undertaker-1.6.1/undertaker/validation-satyr/linux/3.2_x86/3.2_x86.fm-19160-	  IBM RSA (Condor) service processor in eServer xSeries systems.
undertaker-1.6.1/undertaker/validation-satyr/linux/3.2_x86/3.2_x86.fm:19161:	  The ibmasm device driver allows user space application to access
undertaker-1.6.1/undertaker/validation-satyr/linux/3.2_x86/3.2_x86.fm:19162:	  ASM (Advanced Systems Management) functions on the service
undertaker-1.6.1/undertaker/validation-satyr/linux/3.2_x86/3.2_x86.fm-19163-	  processor. The driver is meant to be used in conjunction with
undertaker-1.6.1/undertaker/validation-satyr/linux/3.2_x86/3.2_x86.fm-19164-	  a user space API.
undertaker-1.6.1/undertaker/validation-satyr/linux/3.2_x86/3.2_x86.fm:19165:	  The ibmasm driver also enables the OS to use the UART on the
undertaker-1.6.1/undertaker/validation-satyr/linux/3.2_x86/3.2_x86.fm-19166-	  service processor board as a regular serial port. To make use of
##############################################
undertaker-1.6.1/undertaker/validation-satyr/linux/3.2_x86/3.2_x86.fm-47499-	default y
undertaker-1.6.1/undertaker/validation-satyr/linux/3.2_x86/3.2_x86.fm:47500:	select EXPORT_UASM if OCTEON_WDT = m
undertaker-1.6.1/undertaker/validation-satyr/linux/3.2_x86/3.2_x86.fm-47501-	help
##############################################
undertaker-1.6.1/undertaker/validation-satyr/linux/3.2_x86/3.2_x86.fm-71410-	    3) domU: for i in /sys/devices/system/memory/memory*/state; do \
undertaker-1.6.1/undertaker/validation-satyr/linux/3.2_x86/3.2_x86.fm:71411:	               [ "`cat "$i"`" = offline ] && echo online > "$i"; done
undertaker-1.6.1/undertaker/validation-satyr/linux/3.2_x86/3.2_x86.fm-71412-
##############################################
undertaker-1.6.1/undertaker/validation-satyr/linux/3.2_x86_32/3.2.28_x86_32.fm-1833-       help
undertaker-1.6.1/undertaker/validation-satyr/linux/3.2_x86_32/3.2.28_x86_32.fm:1834:         If it is detected that the compiler has support for "asm goto",
undertaker-1.6.1/undertaker/validation-satyr/linux/3.2_x86_32/3.2.28_x86_32.fm-1835-	 the kernel will compile trace point locations with just a
##############################################
undertaker-1.6.1/undertaker/validation-satyr/linux/3.2_x86_32/3.2.28_x86_32.fm-19156-	  IBM RSA (Condor) service processor in eServer xSeries systems.
undertaker-1.6.1/undertaker/validation-satyr/linux/3.2_x86_32/3.2.28_x86_32.fm:19157:	  The ibmasm device driver allows user space application to access
undertaker-1.6.1/undertaker/validation-satyr/linux/3.2_x86_32/3.2.28_x86_32.fm:19158:	  ASM (Advanced Systems Management) functions on the service
undertaker-1.6.1/undertaker/validation-satyr/linux/3.2_x86_32/3.2.28_x86_32.fm-19159-	  processor. The driver is meant to be used in conjunction with
undertaker-1.6.1/undertaker/validation-satyr/linux/3.2_x86_32/3.2.28_x86_32.fm-19160-	  a user space API.
undertaker-1.6.1/undertaker/validation-satyr/linux/3.2_x86_32/3.2.28_x86_32.fm:19161:	  The ibmasm driver also enables the OS to use the UART on the
undertaker-1.6.1/undertaker/validation-satyr/linux/3.2_x86_32/3.2.28_x86_32.fm-19162-	  service processor board as a regular serial port. To make use of
##############################################
undertaker-1.6.1/undertaker/validation-satyr/linux/3.2_x86_32/3.2.28_x86_32.fm-47495-	default y
undertaker-1.6.1/undertaker/validation-satyr/linux/3.2_x86_32/3.2.28_x86_32.fm:47496:	select EXPORT_UASM if OCTEON_WDT = m
undertaker-1.6.1/undertaker/validation-satyr/linux/3.2_x86_32/3.2.28_x86_32.fm-47497-	help
##############################################
undertaker-1.6.1/undertaker/validation-satyr/linux/3.2_x86_32/3.2.28_x86_32.fm-71406-	    3) domU: for i in /sys/devices/system/memory/memory*/state; do \
undertaker-1.6.1/undertaker/validation-satyr/linux/3.2_x86_32/3.2.28_x86_32.fm:71407:	               [ "`cat "$i"`" = offline ] && echo online > "$i"; done
undertaker-1.6.1/undertaker/validation-satyr/linux/3.2_x86_32/3.2.28_x86_32.fm-71408-
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/mips.rsf-4851-Depends	IB700_WDT	"WATCHDOG && X86"
undertaker-1.6.1/undertaker/kconfig-dumps/models/mips.rsf:4852:Depends	IBM_ASM	"MISC_DEVICES && X86 && PCI && INPUT && EXPERIMENTAL"
undertaker-1.6.1/undertaker/kconfig-dumps/models/mips.rsf-4853-Depends	IBMASR	"WATCHDOG && X86"
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/mips.rsf-11710-HasPrompts	EXPORTFS	0
undertaker-1.6.1/undertaker/kconfig-dumps/models/mips.rsf:11711:HasPrompts	EXPORT_UASM	0
undertaker-1.6.1/undertaker/kconfig-dumps/models/mips.rsf-11712-HasPrompts	EXT2_FS	1
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/mips.rsf-12573-HasPrompts	IB700_WDT	1
undertaker-1.6.1/undertaker/kconfig-dumps/models/mips.rsf:12574:HasPrompts	IBM_ASM	1
undertaker-1.6.1/undertaker/kconfig-dumps/models/mips.rsf-12575-HasPrompts	IBMASR	1
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/mips.rsf-19668-Item	EXPORTFS	tristate
undertaker-1.6.1/undertaker/kconfig-dumps/models/mips.rsf:19669:Item	EXPORT_UASM	boolean
undertaker-1.6.1/undertaker/kconfig-dumps/models/mips.rsf-19670-Item	EXT2_FS_POSIX_ACL	boolean
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/mips.rsf-20534-Item	IB700_WDT	tristate
undertaker-1.6.1/undertaker/kconfig-dumps/models/mips.rsf:20535:Item	IBM_ASM	tristate
undertaker-1.6.1/undertaker/kconfig-dumps/models/mips.rsf-20536-Item	IBMASR	tristate
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/s390.rsf-4493-Depends	IB700_WDT	"WATCHDOG && X86"
undertaker-1.6.1/undertaker/kconfig-dumps/models/s390.rsf:4494:Depends	IBM_ASM	"MISC_DEVICES && X86 && PCI && INPUT && EXPERIMENTAL"
undertaker-1.6.1/undertaker/kconfig-dumps/models/s390.rsf-4495-Depends	IBMASR	"WATCHDOG && X86"
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/s390.rsf-11822-HasPrompts	IB700_WDT	1
undertaker-1.6.1/undertaker/kconfig-dumps/models/s390.rsf:11823:HasPrompts	IBM_ASM	1
undertaker-1.6.1/undertaker/kconfig-dumps/models/s390.rsf-11824-HasPrompts	IBMASR	1
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/s390.rsf-19293-Item	IB700_WDT	tristate
undertaker-1.6.1/undertaker/kconfig-dumps/models/s390.rsf:19294:Item	IBM_ASM	tristate
undertaker-1.6.1/undertaker/kconfig-dumps/models/s390.rsf-19295-Item	IBMASR	tristate
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/hexagon.rsf-4417-Depends	IB700_WDT	"WATCHDOG && X86"
undertaker-1.6.1/undertaker/kconfig-dumps/models/hexagon.rsf:4418:Depends	IBM_ASM	"MISC_DEVICES && X86 && PCI && INPUT && EXPERIMENTAL"
undertaker-1.6.1/undertaker/kconfig-dumps/models/hexagon.rsf-4419-Depends	IBMASR	"WATCHDOG && X86"
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/hexagon.rsf-11685-HasPrompts	IB700_WDT	1
undertaker-1.6.1/undertaker/kconfig-dumps/models/hexagon.rsf:11686:HasPrompts	IBM_ASM	1
undertaker-1.6.1/undertaker/kconfig-dumps/models/hexagon.rsf-11687-HasPrompts	IBMASR	1
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/hexagon.rsf-19073-Item	IB700_WDT	tristate
undertaker-1.6.1/undertaker/kconfig-dumps/models/hexagon.rsf:19074:Item	IBM_ASM	tristate
undertaker-1.6.1/undertaker/kconfig-dumps/models/hexagon.rsf-19075-Item	IBMASR	tristate
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/alpha.rsf-4548-Depends	IB700_WDT	"WATCHDOG && X86"
undertaker-1.6.1/undertaker/kconfig-dumps/models/alpha.rsf:4549:Depends	IBM_ASM	"MISC_DEVICES && X86 && PCI && INPUT && EXPERIMENTAL"
undertaker-1.6.1/undertaker/kconfig-dumps/models/alpha.rsf-4550-Depends	IBMASR	"WATCHDOG && X86"
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/alpha.rsf-11916-HasPrompts	IB700_WDT	1
undertaker-1.6.1/undertaker/kconfig-dumps/models/alpha.rsf:11917:HasPrompts	IBM_ASM	1
undertaker-1.6.1/undertaker/kconfig-dumps/models/alpha.rsf-11918-HasPrompts	IBMASR	1
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/alpha.rsf-19406-Item	IB700_WDT	tristate
undertaker-1.6.1/undertaker/kconfig-dumps/models/alpha.rsf:19407:Item	IBM_ASM	tristate
undertaker-1.6.1/undertaker/kconfig-dumps/models/alpha.rsf-19408-Item	IBMASR	tristate
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/score.rsf-4406-Depends	IB700_WDT	"WATCHDOG && X86"
undertaker-1.6.1/undertaker/kconfig-dumps/models/score.rsf:4407:Depends	IBM_ASM	"MISC_DEVICES && X86 && PCI && INPUT && EXPERIMENTAL"
undertaker-1.6.1/undertaker/kconfig-dumps/models/score.rsf-4408-Depends	IBMASR	"WATCHDOG && X86"
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/score.rsf-11667-HasPrompts	IB700_WDT	1
undertaker-1.6.1/undertaker/kconfig-dumps/models/score.rsf:11668:HasPrompts	IBM_ASM	1
undertaker-1.6.1/undertaker/kconfig-dumps/models/score.rsf-11669-HasPrompts	IBMASR	1
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/score.rsf-19046-Item	IB700_WDT	tristate
undertaker-1.6.1/undertaker/kconfig-dumps/models/score.rsf:19047:Item	IBM_ASM	tristate
undertaker-1.6.1/undertaker/kconfig-dumps/models/score.rsf-19048-Item	IBMASR	tristate
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/sh.rsf-4732-Depends	IB700_WDT	"WATCHDOG && X86"
undertaker-1.6.1/undertaker/kconfig-dumps/models/sh.rsf:4733:Depends	IBM_ASM	"MISC_DEVICES && X86 && PCI && INPUT && EXPERIMENTAL"
undertaker-1.6.1/undertaker/kconfig-dumps/models/sh.rsf-4734-Depends	IBMASR	"WATCHDOG && X86"
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/sh.rsf-12344-HasPrompts	IB700_WDT	1
undertaker-1.6.1/undertaker/kconfig-dumps/models/sh.rsf:12345:HasPrompts	IBM_ASM	1
undertaker-1.6.1/undertaker/kconfig-dumps/models/sh.rsf-12346-HasPrompts	IBMASR	1
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/sh.rsf-20090-Item	IB700_WDT	tristate
undertaker-1.6.1/undertaker/kconfig-dumps/models/sh.rsf:20091:Item	IBM_ASM	tristate
undertaker-1.6.1/undertaker/kconfig-dumps/models/sh.rsf-20092-Item	IBMASR	tristate
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/m68k.rsf-4504-Depends	IB700_WDT	"WATCHDOG && X86"
undertaker-1.6.1/undertaker/kconfig-dumps/models/m68k.rsf:4505:Depends	IBM_ASM	"MISC_DEVICES && X86 && PCI && INPUT && EXPERIMENTAL"
undertaker-1.6.1/undertaker/kconfig-dumps/models/m68k.rsf-4506-Depends	IBMASR	"WATCHDOG && X86"
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/m68k.rsf-11966-HasPrompts	IB700_WDT	1
undertaker-1.6.1/undertaker/kconfig-dumps/models/m68k.rsf:11967:HasPrompts	IBM_ASM	1
undertaker-1.6.1/undertaker/kconfig-dumps/models/m68k.rsf-11968-HasPrompts	IBMASR	1
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/m68k.rsf-19548-Item	IB700_WDT	tristate
undertaker-1.6.1/undertaker/kconfig-dumps/models/m68k.rsf:19549:Item	IBM_ASM	tristate
undertaker-1.6.1/undertaker/kconfig-dumps/models/m68k.rsf-19550-Item	IBMASR	tristate
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/x86.rsf-4885-Depends	IB700_WDT	"WATCHDOG && X86"
undertaker-1.6.1/undertaker/kconfig-dumps/models/x86.rsf:4886:Depends	IBM_ASM	"MISC_DEVICES && X86 && PCI && INPUT && EXPERIMENTAL"
undertaker-1.6.1/undertaker/kconfig-dumps/models/x86.rsf-4887-Depends	IBMASR	"WATCHDOG && X86"
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/x86.rsf-12619-HasPrompts	IB700_WDT	1
undertaker-1.6.1/undertaker/kconfig-dumps/models/x86.rsf:12620:HasPrompts	IBM_ASM	1
undertaker-1.6.1/undertaker/kconfig-dumps/models/x86.rsf-12621-HasPrompts	IBMASR	1
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/x86.rsf-20508-Item	IB700_WDT	tristate
undertaker-1.6.1/undertaker/kconfig-dumps/models/x86.rsf:20509:Item	IBM_ASM	tristate
undertaker-1.6.1/undertaker/kconfig-dumps/models/x86.rsf-20510-Item	IBMASR	tristate
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/mn10300.rsf-4549-Depends	IB700_WDT	"WATCHDOG && X86"
undertaker-1.6.1/undertaker/kconfig-dumps/models/mn10300.rsf:4550:Depends	IBM_ASM	"MISC_DEVICES && X86 && PCI && INPUT && EXPERIMENTAL"
undertaker-1.6.1/undertaker/kconfig-dumps/models/mn10300.rsf-4551-Depends	IBMASR	"WATCHDOG && X86"
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/mn10300.rsf-11944-HasPrompts	IB700_WDT	1
undertaker-1.6.1/undertaker/kconfig-dumps/models/mn10300.rsf:11945:HasPrompts	IBM_ASM	1
undertaker-1.6.1/undertaker/kconfig-dumps/models/mn10300.rsf-11946-HasPrompts	IBMASR	1
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/mn10300.rsf-19473-Item	IB700_WDT	tristate
undertaker-1.6.1/undertaker/kconfig-dumps/models/mn10300.rsf:19474:Item	IBM_ASM	tristate
undertaker-1.6.1/undertaker/kconfig-dumps/models/mn10300.rsf-19475-Item	IBMASR	tristate
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/unicore32.rsf-4499-Depends	IB700_WDT	"WATCHDOG && X86"
undertaker-1.6.1/undertaker/kconfig-dumps/models/unicore32.rsf:4500:Depends	IBM_ASM	"MISC_DEVICES && X86 && PCI && INPUT && EXPERIMENTAL"
undertaker-1.6.1/undertaker/kconfig-dumps/models/unicore32.rsf-4501-Depends	IBMASR	"WATCHDOG && X86"
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/unicore32.rsf-11896-HasPrompts	IB700_WDT	1
undertaker-1.6.1/undertaker/kconfig-dumps/models/unicore32.rsf:11897:HasPrompts	IBM_ASM	1
undertaker-1.6.1/undertaker/kconfig-dumps/models/unicore32.rsf-11898-HasPrompts	IBMASR	1
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/unicore32.rsf-19418-Item	IB700_WDT	tristate
undertaker-1.6.1/undertaker/kconfig-dumps/models/unicore32.rsf:19419:Item	IBM_ASM	tristate
undertaker-1.6.1/undertaker/kconfig-dumps/models/unicore32.rsf-19420-Item	IBMASR	tristate
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/m32r.rsf-4480-Depends	IB700_WDT	"WATCHDOG && X86"
undertaker-1.6.1/undertaker/kconfig-dumps/models/m32r.rsf:4481:Depends	IBM_ASM	"MISC_DEVICES && X86 && PCI && INPUT && EXPERIMENTAL"
undertaker-1.6.1/undertaker/kconfig-dumps/models/m32r.rsf-4482-Depends	IBMASR	"WATCHDOG && X86"
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/m32r.rsf-11825-HasPrompts	IB700_WDT	1
undertaker-1.6.1/undertaker/kconfig-dumps/models/m32r.rsf:11826:HasPrompts	IBM_ASM	1
undertaker-1.6.1/undertaker/kconfig-dumps/models/m32r.rsf-11827-HasPrompts	IBMASR	1
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/m32r.rsf-19292-Item	IB700_WDT	tristate
undertaker-1.6.1/undertaker/kconfig-dumps/models/m32r.rsf:19293:Item	IBM_ASM	tristate
undertaker-1.6.1/undertaker/kconfig-dumps/models/m32r.rsf-19294-Item	IBMASR	tristate
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/arm.rsf-5369-Depends	IB700_WDT	"WATCHDOG && X86"
undertaker-1.6.1/undertaker/kconfig-dumps/models/arm.rsf:5370:Depends	IBM_ASM	"MISC_DEVICES && X86 && PCI && INPUT && EXPERIMENTAL"
undertaker-1.6.1/undertaker/kconfig-dumps/models/arm.rsf-5371-Depends	IBMASR	"WATCHDOG && X86"
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/arm.rsf-14107-HasPrompts	IB700_WDT	1
undertaker-1.6.1/undertaker/kconfig-dumps/models/arm.rsf:14108:HasPrompts	IBM_ASM	1
undertaker-1.6.1/undertaker/kconfig-dumps/models/arm.rsf-14109-HasPrompts	IBMASR	1
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/arm.rsf-22981-Item	IB700_WDT	tristate
undertaker-1.6.1/undertaker/kconfig-dumps/models/arm.rsf:22982:Item	IBM_ASM	tristate
undertaker-1.6.1/undertaker/kconfig-dumps/models/arm.rsf-22983-Item	IBMASR	tristate
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/sparc.rsf-4535-Depends	IB700_WDT	"WATCHDOG && X86"
undertaker-1.6.1/undertaker/kconfig-dumps/models/sparc.rsf:4536:Depends	IBM_ASM	"MISC_DEVICES && X86 && PCI && INPUT && EXPERIMENTAL"
undertaker-1.6.1/undertaker/kconfig-dumps/models/sparc.rsf-4537-Depends	IBMASR	"WATCHDOG && X86"
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/sparc.rsf-11936-HasPrompts	IB700_WDT	1
undertaker-1.6.1/undertaker/kconfig-dumps/models/sparc.rsf:11937:HasPrompts	IBM_ASM	1
undertaker-1.6.1/undertaker/kconfig-dumps/models/sparc.rsf-11938-HasPrompts	IBMASR	1
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/sparc.rsf-19471-Item	IB700_WDT	tristate
undertaker-1.6.1/undertaker/kconfig-dumps/models/sparc.rsf:19472:Item	IBM_ASM	tristate
undertaker-1.6.1/undertaker/kconfig-dumps/models/sparc.rsf-19473-Item	IBMASR	tristate
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/microblaze.rsf-1412-Default	OPROFILE_EVENT_MULTIPLEX	"n"	"OPROFILE && X86"
undertaker-1.6.1/undertaker/kconfig-dumps/models/microblaze.rsf:1413:Default	OPT_LIB_ASM	"n"	"OPT_LIB_FUNCTION && XILINX_MICROBLAZE0_USE_BARREL=1"
undertaker-1.6.1/undertaker/kconfig-dumps/models/microblaze.rsf-1414-Default	OPT_LIB_FUNCTION	"y"	"y"
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/microblaze.rsf-4448-Depends	IB700_WDT	"WATCHDOG && X86"
undertaker-1.6.1/undertaker/kconfig-dumps/models/microblaze.rsf:4449:Depends	IBM_ASM	"MISC_DEVICES && X86 && PCI && INPUT && EXPERIMENTAL"
undertaker-1.6.1/undertaker/kconfig-dumps/models/microblaze.rsf-4450-Depends	IBMASR	"WATCHDOG && X86"
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/microblaze.rsf-6225-Depends	OPROFILE	"PROFILING && HAVE_OPROFILE"
undertaker-1.6.1/undertaker/kconfig-dumps/models/microblaze.rsf:6226:Depends	OPT_LIB_ASM	"OPT_LIB_FUNCTION && XILINX_MICROBLAZE0_USE_BARREL=1"
undertaker-1.6.1/undertaker/kconfig-dumps/models/microblaze.rsf-6227-Depends	OPTPROBES	"KPROBES && HAVE_OPTPROBES && !PREEMPT"
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/microblaze.rsf-11751-HasPrompts	IB700_WDT	1
undertaker-1.6.1/undertaker/kconfig-dumps/models/microblaze.rsf:11752:HasPrompts	IBM_ASM	1
undertaker-1.6.1/undertaker/kconfig-dumps/models/microblaze.rsf-11753-HasPrompts	IBMASR	1
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/microblaze.rsf-13588-HasPrompts	OPROFILE_EVENT_MULTIPLEX	1
undertaker-1.6.1/undertaker/kconfig-dumps/models/microblaze.rsf:13589:HasPrompts	OPT_LIB_ASM	1
undertaker-1.6.1/undertaker/kconfig-dumps/models/microblaze.rsf-13590-HasPrompts	OPT_LIB_FUNCTION	1
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/microblaze.rsf-19176-Item	IB700_WDT	tristate
undertaker-1.6.1/undertaker/kconfig-dumps/models/microblaze.rsf:19177:Item	IBM_ASM	tristate
undertaker-1.6.1/undertaker/kconfig-dumps/models/microblaze.rsf-19178-Item	IBMASR	tristate
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/microblaze.rsf-21020-Item	OPROFILE	tristate
undertaker-1.6.1/undertaker/kconfig-dumps/models/microblaze.rsf:21021:Item	OPT_LIB_ASM	boolean
undertaker-1.6.1/undertaker/kconfig-dumps/models/microblaze.rsf-21022-Item	OPT_LIB_FUNCTION	boolean
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/parisc.rsf-4491-Depends	IB700_WDT	"WATCHDOG && X86"
undertaker-1.6.1/undertaker/kconfig-dumps/models/parisc.rsf:4492:Depends	IBM_ASM	"MISC_DEVICES && X86 && PCI && INPUT && EXPERIMENTAL"
undertaker-1.6.1/undertaker/kconfig-dumps/models/parisc.rsf-4493-Depends	IBMASR	"WATCHDOG && X86"
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/parisc.rsf-11849-HasPrompts	IB700_WDT	1
undertaker-1.6.1/undertaker/kconfig-dumps/models/parisc.rsf:11850:HasPrompts	IBM_ASM	1
undertaker-1.6.1/undertaker/kconfig-dumps/models/parisc.rsf-11851-HasPrompts	IBMASR	1
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/parisc.rsf-19331-Item	IB700_WDT	tristate
undertaker-1.6.1/undertaker/kconfig-dumps/models/parisc.rsf:19332:Item	IBM_ASM	tristate
undertaker-1.6.1/undertaker/kconfig-dumps/models/parisc.rsf-19333-Item	IBMASR	tristate
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/tile.rsf-4459-Depends	IB700_WDT	"WATCHDOG && X86"
undertaker-1.6.1/undertaker/kconfig-dumps/models/tile.rsf:4460:Depends	IBM_ASM	"MISC_DEVICES && X86 && PCI && INPUT && EXPERIMENTAL"
undertaker-1.6.1/undertaker/kconfig-dumps/models/tile.rsf-4461-Depends	IBMASR	"WATCHDOG && X86"
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/tile.rsf-11770-HasPrompts	IB700_WDT	1
undertaker-1.6.1/undertaker/kconfig-dumps/models/tile.rsf:11771:HasPrompts	IBM_ASM	1
undertaker-1.6.1/undertaker/kconfig-dumps/models/tile.rsf-11772-HasPrompts	IBMASR	1
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/tile.rsf-19213-Item	IB700_WDT	tristate
undertaker-1.6.1/undertaker/kconfig-dumps/models/tile.rsf:19214:Item	IBM_ASM	tristate
undertaker-1.6.1/undertaker/kconfig-dumps/models/tile.rsf-19215-Item	IBMASR	tristate
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/openrisc.rsf-4411-Depends	IB700_WDT	"WATCHDOG && X86"
undertaker-1.6.1/undertaker/kconfig-dumps/models/openrisc.rsf:4412:Depends	IBM_ASM	"MISC_DEVICES && X86 && PCI && INPUT && EXPERIMENTAL"
undertaker-1.6.1/undertaker/kconfig-dumps/models/openrisc.rsf-4413-Depends	IBMASR	"WATCHDOG && X86"
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/openrisc.rsf-11668-HasPrompts	IB700_WDT	1
undertaker-1.6.1/undertaker/kconfig-dumps/models/openrisc.rsf:11669:HasPrompts	IBM_ASM	1
undertaker-1.6.1/undertaker/kconfig-dumps/models/openrisc.rsf-11670-HasPrompts	IBMASR	1
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/openrisc.rsf-19049-Item	IB700_WDT	tristate
undertaker-1.6.1/undertaker/kconfig-dumps/models/openrisc.rsf:19050:Item	IBM_ASM	tristate
undertaker-1.6.1/undertaker/kconfig-dumps/models/openrisc.rsf-19051-Item	IBMASR	tristate
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/ia64.rsf-4677-Depends	IB700_WDT	"WATCHDOG && X86"
undertaker-1.6.1/undertaker/kconfig-dumps/models/ia64.rsf:4678:Depends	IBM_ASM	"MISC_DEVICES && X86 && PCI && INPUT && EXPERIMENTAL"
undertaker-1.6.1/undertaker/kconfig-dumps/models/ia64.rsf-4679-Depends	IBMASR	"WATCHDOG && X86"
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/ia64.rsf-12202-HasPrompts	IB700_WDT	1
undertaker-1.6.1/undertaker/kconfig-dumps/models/ia64.rsf:12203:HasPrompts	IBM_ASM	1
undertaker-1.6.1/undertaker/kconfig-dumps/models/ia64.rsf-12204-HasPrompts	IBMASR	1
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/ia64.rsf-19852-Item	IB700_WDT	tristate
undertaker-1.6.1/undertaker/kconfig-dumps/models/ia64.rsf:19853:Item	IBM_ASM	tristate
undertaker-1.6.1/undertaker/kconfig-dumps/models/ia64.rsf-19854-Item	IBMASR	tristate
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/frv.rsf-4480-Depends	IB700_WDT	"WATCHDOG && X86"
undertaker-1.6.1/undertaker/kconfig-dumps/models/frv.rsf:4481:Depends	IBM_ASM	"MISC_DEVICES && X86 && PCI && INPUT && EXPERIMENTAL"
undertaker-1.6.1/undertaker/kconfig-dumps/models/frv.rsf-4482-Depends	IBMASR	"WATCHDOG && X86"
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/frv.rsf-11833-HasPrompts	IB700_WDT	1
undertaker-1.6.1/undertaker/kconfig-dumps/models/frv.rsf:11834:HasPrompts	IBM_ASM	1
undertaker-1.6.1/undertaker/kconfig-dumps/models/frv.rsf-11835-HasPrompts	IBMASR	1
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/frv.rsf-19300-Item	IB700_WDT	tristate
undertaker-1.6.1/undertaker/kconfig-dumps/models/frv.rsf:19301:Item	IBM_ASM	tristate
undertaker-1.6.1/undertaker/kconfig-dumps/models/frv.rsf-19302-Item	IBMASR	tristate
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/xtensa.rsf-4441-Depends	IB700_WDT	"WATCHDOG && X86"
undertaker-1.6.1/undertaker/kconfig-dumps/models/xtensa.rsf:4442:Depends	IBM_ASM	"MISC_DEVICES && X86 && PCI && INPUT && EXPERIMENTAL"
undertaker-1.6.1/undertaker/kconfig-dumps/models/xtensa.rsf-4443-Depends	IBMASR	"WATCHDOG && X86"
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/xtensa.rsf-11760-HasPrompts	IB700_WDT	1
undertaker-1.6.1/undertaker/kconfig-dumps/models/xtensa.rsf:11761:HasPrompts	IBM_ASM	1
undertaker-1.6.1/undertaker/kconfig-dumps/models/xtensa.rsf-11762-HasPrompts	IBMASR	1
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/xtensa.rsf-19201-Item	IB700_WDT	tristate
undertaker-1.6.1/undertaker/kconfig-dumps/models/xtensa.rsf:19202:Item	IBM_ASM	tristate
undertaker-1.6.1/undertaker/kconfig-dumps/models/xtensa.rsf-19203-Item	IBMASR	tristate
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/powerpc.rsf-4891-Depends	IB700_WDT	"WATCHDOG && X86"
undertaker-1.6.1/undertaker/kconfig-dumps/models/powerpc.rsf:4892:Depends	IBM_ASM	"MISC_DEVICES && X86 && PCI && INPUT && EXPERIMENTAL"
undertaker-1.6.1/undertaker/kconfig-dumps/models/powerpc.rsf-4893-Depends	IBMASR	"WATCHDOG && X86"
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/powerpc.rsf-12737-HasPrompts	IBM440EP_ERR42	0
undertaker-1.6.1/undertaker/kconfig-dumps/models/powerpc.rsf:12738:HasPrompts	IBM_ASM	1
undertaker-1.6.1/undertaker/kconfig-dumps/models/powerpc.rsf-12739-HasPrompts	IBMASR	1
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/powerpc.rsf-20778-Item	IBM440EP_ERR42	boolean
undertaker-1.6.1/undertaker/kconfig-dumps/models/powerpc.rsf:20779:Item	IBM_ASM	tristate
undertaker-1.6.1/undertaker/kconfig-dumps/models/powerpc.rsf-20780-Item	IBMASR	tristate
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/avr32.rsf-4598-Depends	IB700_WDT	"WATCHDOG && X86"
undertaker-1.6.1/undertaker/kconfig-dumps/models/avr32.rsf:4599:Depends	IBM_ASM	"MISC_DEVICES && X86 && PCI && INPUT && EXPERIMENTAL"
undertaker-1.6.1/undertaker/kconfig-dumps/models/avr32.rsf-4600-Depends	IBMASR	"WATCHDOG && X86"
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/avr32.rsf-12036-HasPrompts	IB700_WDT	1
undertaker-1.6.1/undertaker/kconfig-dumps/models/avr32.rsf:12037:HasPrompts	IBM_ASM	1
undertaker-1.6.1/undertaker/kconfig-dumps/models/avr32.rsf-12038-HasPrompts	IBMASR	1
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/avr32.rsf-19593-Item	IB700_WDT	tristate
undertaker-1.6.1/undertaker/kconfig-dumps/models/avr32.rsf:19594:Item	IBM_ASM	tristate
undertaker-1.6.1/undertaker/kconfig-dumps/models/avr32.rsf-19595-Item	IBMASR	tristate
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/blackfin.rsf-5395-Depends	IB700_WDT	"WATCHDOG && X86"
undertaker-1.6.1/undertaker/kconfig-dumps/models/blackfin.rsf:5396:Depends	IBM_ASM	"MISC_DEVICES && X86 && PCI && INPUT && EXPERIMENTAL"
undertaker-1.6.1/undertaker/kconfig-dumps/models/blackfin.rsf-5397-Depends	IBMASR	"WATCHDOG && X86"
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/blackfin.rsf-13429-HasPrompts	IB700_WDT	1
undertaker-1.6.1/undertaker/kconfig-dumps/models/blackfin.rsf:13430:HasPrompts	IBM_ASM	1
undertaker-1.6.1/undertaker/kconfig-dumps/models/blackfin.rsf-13431-HasPrompts	IBMASR	1
##############################################
undertaker-1.6.1/undertaker/kconfig-dumps/models/blackfin.rsf-21419-Item	IB700_WDT	tristate
undertaker-1.6.1/undertaker/kconfig-dumps/models/blackfin.rsf:21420:Item	IBM_ASM	tristate
undertaker-1.6.1/undertaker/kconfig-dumps/models/blackfin.rsf-21421-Item	IBMASR	tristate
##############################################
undertaker-1.6.1/undertaker/validation/sb1250-mac.c-455-	 * a "read" command (2 bits)
undertaker-1.6.1/undertaker/validation/sb1250-mac.c:456:	 * the PHY addr (5 bits)
undertaker-1.6.1/undertaker/validation/sb1250-mac.c-457-	 * the register index (5 bits)
##############################################
undertaker-1.6.1/undertaker/validation/sb1250-mac.c-2143-	idx = 1;		/* skip station address */
undertaker-1.6.1/undertaker/validation/sb1250-mac.c:2144:	netdev_for_each_mc_addr(ha, dev) {
undertaker-1.6.1/undertaker/validation/sb1250-mac.c-2145-		if (idx == MAC_ADDR_COUNT)
##############################################
undertaker-1.6.1/undertaker/validation/sb1250-mac_cnf.c-455-	 * a "read" command (2 bits)
undertaker-1.6.1/undertaker/validation/sb1250-mac_cnf.c:456:	 * the PHY addr (5 bits)
undertaker-1.6.1/undertaker/validation/sb1250-mac_cnf.c-457-	 * the register index (5 bits)
##############################################
undertaker-1.6.1/undertaker/validation/sb1250-mac_cnf.c-2143-	idx = 1;		/* skip station address */
undertaker-1.6.1/undertaker/validation/sb1250-mac_cnf.c:2144:	netdev_for_each_mc_addr(ha, dev) {
undertaker-1.6.1/undertaker/validation/sb1250-mac_cnf.c-2145-		if (idx == MAC_ADDR_COUNT)
##############################################
undertaker-1.6.1/undertaker/validation/models/mips.rsf-4851-Depends	IB700_WDT	"WATCHDOG && X86"
undertaker-1.6.1/undertaker/validation/models/mips.rsf:4852:Depends	IBM_ASM	"MISC_DEVICES && X86 && PCI && INPUT && EXPERIMENTAL"
undertaker-1.6.1/undertaker/validation/models/mips.rsf-4853-Depends	IBMASR	"WATCHDOG && X86"
##############################################
undertaker-1.6.1/undertaker/validation/models/mips.rsf-11710-HasPrompts	EXPORTFS	0
undertaker-1.6.1/undertaker/validation/models/mips.rsf:11711:HasPrompts	EXPORT_UASM	0
undertaker-1.6.1/undertaker/validation/models/mips.rsf-11712-HasPrompts	EXT2_FS	1
##############################################
undertaker-1.6.1/undertaker/validation/models/mips.rsf-12573-HasPrompts	IB700_WDT	1
undertaker-1.6.1/undertaker/validation/models/mips.rsf:12574:HasPrompts	IBM_ASM	1
undertaker-1.6.1/undertaker/validation/models/mips.rsf-12575-HasPrompts	IBMASR	1
##############################################
undertaker-1.6.1/undertaker/validation/models/mips.rsf-19668-Item	EXPORTFS	tristate
undertaker-1.6.1/undertaker/validation/models/mips.rsf:19669:Item	EXPORT_UASM	boolean
undertaker-1.6.1/undertaker/validation/models/mips.rsf-19670-Item	EXT2_FS_POSIX_ACL	boolean
##############################################
undertaker-1.6.1/undertaker/validation/models/mips.rsf-20534-Item	IB700_WDT	tristate
undertaker-1.6.1/undertaker/validation/models/mips.rsf:20535:Item	IBM_ASM	tristate
undertaker-1.6.1/undertaker/validation/models/mips.rsf-20536-Item	IBMASR	tristate
##############################################
undertaker-1.6.1/undertaker/validation/models/s390.rsf-4493-Depends	IB700_WDT	"WATCHDOG && X86"
undertaker-1.6.1/undertaker/validation/models/s390.rsf:4494:Depends	IBM_ASM	"MISC_DEVICES && X86 && PCI && INPUT && EXPERIMENTAL"
undertaker-1.6.1/undertaker/validation/models/s390.rsf-4495-Depends	IBMASR	"WATCHDOG && X86"
##############################################
undertaker-1.6.1/undertaker/validation/models/s390.rsf-11822-HasPrompts	IB700_WDT	1
undertaker-1.6.1/undertaker/validation/models/s390.rsf:11823:HasPrompts	IBM_ASM	1
undertaker-1.6.1/undertaker/validation/models/s390.rsf-11824-HasPrompts	IBMASR	1
##############################################
undertaker-1.6.1/undertaker/validation/models/s390.rsf-19293-Item	IB700_WDT	tristate
undertaker-1.6.1/undertaker/validation/models/s390.rsf:19294:Item	IBM_ASM	tristate
undertaker-1.6.1/undertaker/validation/models/s390.rsf-19295-Item	IBMASR	tristate
##############################################
undertaker-1.6.1/undertaker/validation/models/hexagon.rsf-4417-Depends	IB700_WDT	"WATCHDOG && X86"
undertaker-1.6.1/undertaker/validation/models/hexagon.rsf:4418:Depends	IBM_ASM	"MISC_DEVICES && X86 && PCI && INPUT && EXPERIMENTAL"
undertaker-1.6.1/undertaker/validation/models/hexagon.rsf-4419-Depends	IBMASR	"WATCHDOG && X86"
##############################################
undertaker-1.6.1/undertaker/validation/models/hexagon.rsf-11685-HasPrompts	IB700_WDT	1
undertaker-1.6.1/undertaker/validation/models/hexagon.rsf:11686:HasPrompts	IBM_ASM	1
undertaker-1.6.1/undertaker/validation/models/hexagon.rsf-11687-HasPrompts	IBMASR	1
##############################################
undertaker-1.6.1/undertaker/validation/models/hexagon.rsf-19073-Item	IB700_WDT	tristate
undertaker-1.6.1/undertaker/validation/models/hexagon.rsf:19074:Item	IBM_ASM	tristate
undertaker-1.6.1/undertaker/validation/models/hexagon.rsf-19075-Item	IBMASR	tristate
##############################################
undertaker-1.6.1/undertaker/validation/models/alpha.rsf-4548-Depends	IB700_WDT	"WATCHDOG && X86"
undertaker-1.6.1/undertaker/validation/models/alpha.rsf:4549:Depends	IBM_ASM	"MISC_DEVICES && X86 && PCI && INPUT && EXPERIMENTAL"
undertaker-1.6.1/undertaker/validation/models/alpha.rsf-4550-Depends	IBMASR	"WATCHDOG && X86"
##############################################
undertaker-1.6.1/undertaker/validation/models/alpha.rsf-11916-HasPrompts	IB700_WDT	1
undertaker-1.6.1/undertaker/validation/models/alpha.rsf:11917:HasPrompts	IBM_ASM	1
undertaker-1.6.1/undertaker/validation/models/alpha.rsf-11918-HasPrompts	IBMASR	1
##############################################
undertaker-1.6.1/undertaker/validation/models/alpha.rsf-19406-Item	IB700_WDT	tristate
undertaker-1.6.1/undertaker/validation/models/alpha.rsf:19407:Item	IBM_ASM	tristate
undertaker-1.6.1/undertaker/validation/models/alpha.rsf-19408-Item	IBMASR	tristate
##############################################
undertaker-1.6.1/undertaker/validation/models/score.rsf-4406-Depends	IB700_WDT	"WATCHDOG && X86"
undertaker-1.6.1/undertaker/validation/models/score.rsf:4407:Depends	IBM_ASM	"MISC_DEVICES && X86 && PCI && INPUT && EXPERIMENTAL"
undertaker-1.6.1/undertaker/validation/models/score.rsf-4408-Depends	IBMASR	"WATCHDOG && X86"
##############################################
undertaker-1.6.1/undertaker/validation/models/score.rsf-11667-HasPrompts	IB700_WDT	1
undertaker-1.6.1/undertaker/validation/models/score.rsf:11668:HasPrompts	IBM_ASM	1
undertaker-1.6.1/undertaker/validation/models/score.rsf-11669-HasPrompts	IBMASR	1
##############################################
undertaker-1.6.1/undertaker/validation/models/score.rsf-19046-Item	IB700_WDT	tristate
undertaker-1.6.1/undertaker/validation/models/score.rsf:19047:Item	IBM_ASM	tristate
undertaker-1.6.1/undertaker/validation/models/score.rsf-19048-Item	IBMASR	tristate
##############################################
undertaker-1.6.1/undertaker/validation/models/sh.rsf-4732-Depends	IB700_WDT	"WATCHDOG && X86"
undertaker-1.6.1/undertaker/validation/models/sh.rsf:4733:Depends	IBM_ASM	"MISC_DEVICES && X86 && PCI && INPUT && EXPERIMENTAL"
undertaker-1.6.1/undertaker/validation/models/sh.rsf-4734-Depends	IBMASR	"WATCHDOG && X86"
##############################################
undertaker-1.6.1/undertaker/validation/models/sh.rsf-12344-HasPrompts	IB700_WDT	1
undertaker-1.6.1/undertaker/validation/models/sh.rsf:12345:HasPrompts	IBM_ASM	1
undertaker-1.6.1/undertaker/validation/models/sh.rsf-12346-HasPrompts	IBMASR	1
##############################################
undertaker-1.6.1/undertaker/validation/models/sh.rsf-20090-Item	IB700_WDT	tristate
undertaker-1.6.1/undertaker/validation/models/sh.rsf:20091:Item	IBM_ASM	tristate
undertaker-1.6.1/undertaker/validation/models/sh.rsf-20092-Item	IBMASR	tristate
##############################################
undertaker-1.6.1/undertaker/validation/models/m68k.rsf-4504-Depends	IB700_WDT	"WATCHDOG && X86"
undertaker-1.6.1/undertaker/validation/models/m68k.rsf:4505:Depends	IBM_ASM	"MISC_DEVICES && X86 && PCI && INPUT && EXPERIMENTAL"
undertaker-1.6.1/undertaker/validation/models/m68k.rsf-4506-Depends	IBMASR	"WATCHDOG && X86"
##############################################
undertaker-1.6.1/undertaker/validation/models/m68k.rsf-11966-HasPrompts	IB700_WDT	1
undertaker-1.6.1/undertaker/validation/models/m68k.rsf:11967:HasPrompts	IBM_ASM	1
undertaker-1.6.1/undertaker/validation/models/m68k.rsf-11968-HasPrompts	IBMASR	1
##############################################
undertaker-1.6.1/undertaker/validation/models/m68k.rsf-19548-Item	IB700_WDT	tristate
undertaker-1.6.1/undertaker/validation/models/m68k.rsf:19549:Item	IBM_ASM	tristate
undertaker-1.6.1/undertaker/validation/models/m68k.rsf-19550-Item	IBMASR	tristate
##############################################
undertaker-1.6.1/undertaker/validation/models/x86.rsf-4885-Depends	IB700_WDT	"WATCHDOG && X86"
undertaker-1.6.1/undertaker/validation/models/x86.rsf:4886:Depends	IBM_ASM	"MISC_DEVICES && X86 && PCI && INPUT && EXPERIMENTAL"
undertaker-1.6.1/undertaker/validation/models/x86.rsf-4887-Depends	IBMASR	"WATCHDOG && X86"
##############################################
undertaker-1.6.1/undertaker/validation/models/x86.rsf-12619-HasPrompts	IB700_WDT	1
undertaker-1.6.1/undertaker/validation/models/x86.rsf:12620:HasPrompts	IBM_ASM	1
undertaker-1.6.1/undertaker/validation/models/x86.rsf-12621-HasPrompts	IBMASR	1
##############################################
undertaker-1.6.1/undertaker/validation/models/x86.rsf-20508-Item	IB700_WDT	tristate
undertaker-1.6.1/undertaker/validation/models/x86.rsf:20509:Item	IBM_ASM	tristate
undertaker-1.6.1/undertaker/validation/models/x86.rsf-20510-Item	IBMASR	tristate
##############################################
undertaker-1.6.1/undertaker/validation/models/mn10300.rsf-4549-Depends	IB700_WDT	"WATCHDOG && X86"
undertaker-1.6.1/undertaker/validation/models/mn10300.rsf:4550:Depends	IBM_ASM	"MISC_DEVICES && X86 && PCI && INPUT && EXPERIMENTAL"
undertaker-1.6.1/undertaker/validation/models/mn10300.rsf-4551-Depends	IBMASR	"WATCHDOG && X86"
##############################################
undertaker-1.6.1/undertaker/validation/models/mn10300.rsf-11944-HasPrompts	IB700_WDT	1
undertaker-1.6.1/undertaker/validation/models/mn10300.rsf:11945:HasPrompts	IBM_ASM	1
undertaker-1.6.1/undertaker/validation/models/mn10300.rsf-11946-HasPrompts	IBMASR	1
##############################################
undertaker-1.6.1/undertaker/validation/models/mn10300.rsf-19473-Item	IB700_WDT	tristate
undertaker-1.6.1/undertaker/validation/models/mn10300.rsf:19474:Item	IBM_ASM	tristate
undertaker-1.6.1/undertaker/validation/models/mn10300.rsf-19475-Item	IBMASR	tristate
##############################################
undertaker-1.6.1/undertaker/validation/models/unicore32.rsf-4499-Depends	IB700_WDT	"WATCHDOG && X86"
undertaker-1.6.1/undertaker/validation/models/unicore32.rsf:4500:Depends	IBM_ASM	"MISC_DEVICES && X86 && PCI && INPUT && EXPERIMENTAL"
undertaker-1.6.1/undertaker/validation/models/unicore32.rsf-4501-Depends	IBMASR	"WATCHDOG && X86"
##############################################
undertaker-1.6.1/undertaker/validation/models/unicore32.rsf-11896-HasPrompts	IB700_WDT	1
undertaker-1.6.1/undertaker/validation/models/unicore32.rsf:11897:HasPrompts	IBM_ASM	1
undertaker-1.6.1/undertaker/validation/models/unicore32.rsf-11898-HasPrompts	IBMASR	1
##############################################
undertaker-1.6.1/undertaker/validation/models/unicore32.rsf-19418-Item	IB700_WDT	tristate
undertaker-1.6.1/undertaker/validation/models/unicore32.rsf:19419:Item	IBM_ASM	tristate
undertaker-1.6.1/undertaker/validation/models/unicore32.rsf-19420-Item	IBMASR	tristate
##############################################
undertaker-1.6.1/undertaker/validation/models/m32r.rsf-4480-Depends	IB700_WDT	"WATCHDOG && X86"
undertaker-1.6.1/undertaker/validation/models/m32r.rsf:4481:Depends	IBM_ASM	"MISC_DEVICES && X86 && PCI && INPUT && EXPERIMENTAL"
undertaker-1.6.1/undertaker/validation/models/m32r.rsf-4482-Depends	IBMASR	"WATCHDOG && X86"
##############################################
undertaker-1.6.1/undertaker/validation/models/m32r.rsf-11825-HasPrompts	IB700_WDT	1
undertaker-1.6.1/undertaker/validation/models/m32r.rsf:11826:HasPrompts	IBM_ASM	1
undertaker-1.6.1/undertaker/validation/models/m32r.rsf-11827-HasPrompts	IBMASR	1
##############################################
undertaker-1.6.1/undertaker/validation/models/m32r.rsf-19292-Item	IB700_WDT	tristate
undertaker-1.6.1/undertaker/validation/models/m32r.rsf:19293:Item	IBM_ASM	tristate
undertaker-1.6.1/undertaker/validation/models/m32r.rsf-19294-Item	IBMASR	tristate
##############################################
undertaker-1.6.1/undertaker/validation/models/arm.rsf-5369-Depends	IB700_WDT	"WATCHDOG && X86"
undertaker-1.6.1/undertaker/validation/models/arm.rsf:5370:Depends	IBM_ASM	"MISC_DEVICES && X86 && PCI && INPUT && EXPERIMENTAL"
undertaker-1.6.1/undertaker/validation/models/arm.rsf-5371-Depends	IBMASR	"WATCHDOG && X86"
##############################################
undertaker-1.6.1/undertaker/validation/models/arm.rsf-14107-HasPrompts	IB700_WDT	1
undertaker-1.6.1/undertaker/validation/models/arm.rsf:14108:HasPrompts	IBM_ASM	1
undertaker-1.6.1/undertaker/validation/models/arm.rsf-14109-HasPrompts	IBMASR	1
##############################################
undertaker-1.6.1/undertaker/validation/models/arm.rsf-22981-Item	IB700_WDT	tristate
undertaker-1.6.1/undertaker/validation/models/arm.rsf:22982:Item	IBM_ASM	tristate
undertaker-1.6.1/undertaker/validation/models/arm.rsf-22983-Item	IBMASR	tristate
##############################################
undertaker-1.6.1/undertaker/validation/models/sparc.rsf-4535-Depends	IB700_WDT	"WATCHDOG && X86"
undertaker-1.6.1/undertaker/validation/models/sparc.rsf:4536:Depends	IBM_ASM	"MISC_DEVICES && X86 && PCI && INPUT && EXPERIMENTAL"
undertaker-1.6.1/undertaker/validation/models/sparc.rsf-4537-Depends	IBMASR	"WATCHDOG && X86"
##############################################
undertaker-1.6.1/undertaker/validation/models/sparc.rsf-11936-HasPrompts	IB700_WDT	1
undertaker-1.6.1/undertaker/validation/models/sparc.rsf:11937:HasPrompts	IBM_ASM	1
undertaker-1.6.1/undertaker/validation/models/sparc.rsf-11938-HasPrompts	IBMASR	1
##############################################
undertaker-1.6.1/undertaker/validation/models/sparc.rsf-19471-Item	IB700_WDT	tristate
undertaker-1.6.1/undertaker/validation/models/sparc.rsf:19472:Item	IBM_ASM	tristate
undertaker-1.6.1/undertaker/validation/models/sparc.rsf-19473-Item	IBMASR	tristate
##############################################
undertaker-1.6.1/undertaker/validation/models/microblaze.rsf-1412-Default	OPROFILE_EVENT_MULTIPLEX	"n"	"OPROFILE && X86"
undertaker-1.6.1/undertaker/validation/models/microblaze.rsf:1413:Default	OPT_LIB_ASM	"n"	"OPT_LIB_FUNCTION && XILINX_MICROBLAZE0_USE_BARREL=1"
undertaker-1.6.1/undertaker/validation/models/microblaze.rsf-1414-Default	OPT_LIB_FUNCTION	"y"	"y"
##############################################
undertaker-1.6.1/undertaker/validation/models/microblaze.rsf-4448-Depends	IB700_WDT	"WATCHDOG && X86"
undertaker-1.6.1/undertaker/validation/models/microblaze.rsf:4449:Depends	IBM_ASM	"MISC_DEVICES && X86 && PCI && INPUT && EXPERIMENTAL"
undertaker-1.6.1/undertaker/validation/models/microblaze.rsf-4450-Depends	IBMASR	"WATCHDOG && X86"
##############################################
undertaker-1.6.1/undertaker/validation/models/microblaze.rsf-6225-Depends	OPROFILE	"PROFILING && HAVE_OPROFILE"
undertaker-1.6.1/undertaker/validation/models/microblaze.rsf:6226:Depends	OPT_LIB_ASM	"OPT_LIB_FUNCTION && XILINX_MICROBLAZE0_USE_BARREL=1"
undertaker-1.6.1/undertaker/validation/models/microblaze.rsf-6227-Depends	OPTPROBES	"KPROBES && HAVE_OPTPROBES && !PREEMPT"
##############################################
undertaker-1.6.1/undertaker/validation/models/microblaze.rsf-11751-HasPrompts	IB700_WDT	1
undertaker-1.6.1/undertaker/validation/models/microblaze.rsf:11752:HasPrompts	IBM_ASM	1
undertaker-1.6.1/undertaker/validation/models/microblaze.rsf-11753-HasPrompts	IBMASR	1
##############################################
undertaker-1.6.1/undertaker/validation/models/microblaze.rsf-13588-HasPrompts	OPROFILE_EVENT_MULTIPLEX	1
undertaker-1.6.1/undertaker/validation/models/microblaze.rsf:13589:HasPrompts	OPT_LIB_ASM	1
undertaker-1.6.1/undertaker/validation/models/microblaze.rsf-13590-HasPrompts	OPT_LIB_FUNCTION	1
##############################################
undertaker-1.6.1/undertaker/validation/models/microblaze.rsf-19176-Item	IB700_WDT	tristate
undertaker-1.6.1/undertaker/validation/models/microblaze.rsf:19177:Item	IBM_ASM	tristate
undertaker-1.6.1/undertaker/validation/models/microblaze.rsf-19178-Item	IBMASR	tristate
##############################################
undertaker-1.6.1/undertaker/validation/models/microblaze.rsf-21020-Item	OPROFILE	tristate
undertaker-1.6.1/undertaker/validation/models/microblaze.rsf:21021:Item	OPT_LIB_ASM	boolean
undertaker-1.6.1/undertaker/validation/models/microblaze.rsf-21022-Item	OPT_LIB_FUNCTION	boolean
##############################################
undertaker-1.6.1/undertaker/validation/models/parisc.rsf-4491-Depends	IB700_WDT	"WATCHDOG && X86"
undertaker-1.6.1/undertaker/validation/models/parisc.rsf:4492:Depends	IBM_ASM	"MISC_DEVICES && X86 && PCI && INPUT && EXPERIMENTAL"
undertaker-1.6.1/undertaker/validation/models/parisc.rsf-4493-Depends	IBMASR	"WATCHDOG && X86"
##############################################
undertaker-1.6.1/undertaker/validation/models/parisc.rsf-11849-HasPrompts	IB700_WDT	1
undertaker-1.6.1/undertaker/validation/models/parisc.rsf:11850:HasPrompts	IBM_ASM	1
undertaker-1.6.1/undertaker/validation/models/parisc.rsf-11851-HasPrompts	IBMASR	1
##############################################
undertaker-1.6.1/undertaker/validation/models/parisc.rsf-19331-Item	IB700_WDT	tristate
undertaker-1.6.1/undertaker/validation/models/parisc.rsf:19332:Item	IBM_ASM	tristate
undertaker-1.6.1/undertaker/validation/models/parisc.rsf-19333-Item	IBMASR	tristate
##############################################
undertaker-1.6.1/undertaker/validation/models/tile.rsf-4459-Depends	IB700_WDT	"WATCHDOG && X86"
undertaker-1.6.1/undertaker/validation/models/tile.rsf:4460:Depends	IBM_ASM	"MISC_DEVICES && X86 && PCI && INPUT && EXPERIMENTAL"
undertaker-1.6.1/undertaker/validation/models/tile.rsf-4461-Depends	IBMASR	"WATCHDOG && X86"
##############################################
undertaker-1.6.1/undertaker/validation/models/tile.rsf-11770-HasPrompts	IB700_WDT	1
undertaker-1.6.1/undertaker/validation/models/tile.rsf:11771:HasPrompts	IBM_ASM	1
undertaker-1.6.1/undertaker/validation/models/tile.rsf-11772-HasPrompts	IBMASR	1
##############################################
undertaker-1.6.1/undertaker/validation/models/tile.rsf-19213-Item	IB700_WDT	tristate
undertaker-1.6.1/undertaker/validation/models/tile.rsf:19214:Item	IBM_ASM	tristate
undertaker-1.6.1/undertaker/validation/models/tile.rsf-19215-Item	IBMASR	tristate
##############################################
undertaker-1.6.1/undertaker/validation/models/openrisc.rsf-4411-Depends	IB700_WDT	"WATCHDOG && X86"
undertaker-1.6.1/undertaker/validation/models/openrisc.rsf:4412:Depends	IBM_ASM	"MISC_DEVICES && X86 && PCI && INPUT && EXPERIMENTAL"
undertaker-1.6.1/undertaker/validation/models/openrisc.rsf-4413-Depends	IBMASR	"WATCHDOG && X86"
##############################################
undertaker-1.6.1/undertaker/validation/models/openrisc.rsf-11668-HasPrompts	IB700_WDT	1
undertaker-1.6.1/undertaker/validation/models/openrisc.rsf:11669:HasPrompts	IBM_ASM	1
undertaker-1.6.1/undertaker/validation/models/openrisc.rsf-11670-HasPrompts	IBMASR	1
##############################################
undertaker-1.6.1/undertaker/validation/models/openrisc.rsf-19049-Item	IB700_WDT	tristate
undertaker-1.6.1/undertaker/validation/models/openrisc.rsf:19050:Item	IBM_ASM	tristate
undertaker-1.6.1/undertaker/validation/models/openrisc.rsf-19051-Item	IBMASR	tristate
##############################################
undertaker-1.6.1/undertaker/validation/models/ia64.rsf-4677-Depends	IB700_WDT	"WATCHDOG && X86"
undertaker-1.6.1/undertaker/validation/models/ia64.rsf:4678:Depends	IBM_ASM	"MISC_DEVICES && X86 && PCI && INPUT && EXPERIMENTAL"
undertaker-1.6.1/undertaker/validation/models/ia64.rsf-4679-Depends	IBMASR	"WATCHDOG && X86"
##############################################
undertaker-1.6.1/undertaker/validation/models/ia64.rsf-12202-HasPrompts	IB700_WDT	1
undertaker-1.6.1/undertaker/validation/models/ia64.rsf:12203:HasPrompts	IBM_ASM	1
undertaker-1.6.1/undertaker/validation/models/ia64.rsf-12204-HasPrompts	IBMASR	1
##############################################
undertaker-1.6.1/undertaker/validation/models/ia64.rsf-19852-Item	IB700_WDT	tristate
undertaker-1.6.1/undertaker/validation/models/ia64.rsf:19853:Item	IBM_ASM	tristate
undertaker-1.6.1/undertaker/validation/models/ia64.rsf-19854-Item	IBMASR	tristate
##############################################
undertaker-1.6.1/undertaker/validation/models/frv.rsf-4480-Depends	IB700_WDT	"WATCHDOG && X86"
undertaker-1.6.1/undertaker/validation/models/frv.rsf:4481:Depends	IBM_ASM	"MISC_DEVICES && X86 && PCI && INPUT && EXPERIMENTAL"
undertaker-1.6.1/undertaker/validation/models/frv.rsf-4482-Depends	IBMASR	"WATCHDOG && X86"
##############################################
undertaker-1.6.1/undertaker/validation/models/frv.rsf-11833-HasPrompts	IB700_WDT	1
undertaker-1.6.1/undertaker/validation/models/frv.rsf:11834:HasPrompts	IBM_ASM	1
undertaker-1.6.1/undertaker/validation/models/frv.rsf-11835-HasPrompts	IBMASR	1
##############################################
undertaker-1.6.1/undertaker/validation/models/frv.rsf-19300-Item	IB700_WDT	tristate
undertaker-1.6.1/undertaker/validation/models/frv.rsf:19301:Item	IBM_ASM	tristate
undertaker-1.6.1/undertaker/validation/models/frv.rsf-19302-Item	IBMASR	tristate
##############################################
undertaker-1.6.1/undertaker/validation/models/xtensa.rsf-4441-Depends	IB700_WDT	"WATCHDOG && X86"
undertaker-1.6.1/undertaker/validation/models/xtensa.rsf:4442:Depends	IBM_ASM	"MISC_DEVICES && X86 && PCI && INPUT && EXPERIMENTAL"
undertaker-1.6.1/undertaker/validation/models/xtensa.rsf-4443-Depends	IBMASR	"WATCHDOG && X86"
##############################################
undertaker-1.6.1/undertaker/validation/models/xtensa.rsf-11760-HasPrompts	IB700_WDT	1
undertaker-1.6.1/undertaker/validation/models/xtensa.rsf:11761:HasPrompts	IBM_ASM	1
undertaker-1.6.1/undertaker/validation/models/xtensa.rsf-11762-HasPrompts	IBMASR	1
##############################################
undertaker-1.6.1/undertaker/validation/models/xtensa.rsf-19201-Item	IB700_WDT	tristate
undertaker-1.6.1/undertaker/validation/models/xtensa.rsf:19202:Item	IBM_ASM	tristate
undertaker-1.6.1/undertaker/validation/models/xtensa.rsf-19203-Item	IBMASR	tristate
##############################################
undertaker-1.6.1/undertaker/validation/models/powerpc.rsf-4891-Depends	IB700_WDT	"WATCHDOG && X86"
undertaker-1.6.1/undertaker/validation/models/powerpc.rsf:4892:Depends	IBM_ASM	"MISC_DEVICES && X86 && PCI && INPUT && EXPERIMENTAL"
undertaker-1.6.1/undertaker/validation/models/powerpc.rsf-4893-Depends	IBMASR	"WATCHDOG && X86"
##############################################
undertaker-1.6.1/undertaker/validation/models/powerpc.rsf-12737-HasPrompts	IBM440EP_ERR42	0
undertaker-1.6.1/undertaker/validation/models/powerpc.rsf:12738:HasPrompts	IBM_ASM	1
undertaker-1.6.1/undertaker/validation/models/powerpc.rsf-12739-HasPrompts	IBMASR	1
##############################################
undertaker-1.6.1/undertaker/validation/models/powerpc.rsf-20778-Item	IBM440EP_ERR42	boolean
undertaker-1.6.1/undertaker/validation/models/powerpc.rsf:20779:Item	IBM_ASM	tristate
undertaker-1.6.1/undertaker/validation/models/powerpc.rsf-20780-Item	IBMASR	tristate
##############################################
undertaker-1.6.1/undertaker/validation/models/avr32.rsf-4598-Depends	IB700_WDT	"WATCHDOG && X86"
undertaker-1.6.1/undertaker/validation/models/avr32.rsf:4599:Depends	IBM_ASM	"MISC_DEVICES && X86 && PCI && INPUT && EXPERIMENTAL"
undertaker-1.6.1/undertaker/validation/models/avr32.rsf-4600-Depends	IBMASR	"WATCHDOG && X86"
##############################################
undertaker-1.6.1/undertaker/validation/models/avr32.rsf-12036-HasPrompts	IB700_WDT	1
undertaker-1.6.1/undertaker/validation/models/avr32.rsf:12037:HasPrompts	IBM_ASM	1
undertaker-1.6.1/undertaker/validation/models/avr32.rsf-12038-HasPrompts	IBMASR	1
##############################################
undertaker-1.6.1/undertaker/validation/models/avr32.rsf-19593-Item	IB700_WDT	tristate
undertaker-1.6.1/undertaker/validation/models/avr32.rsf:19594:Item	IBM_ASM	tristate
undertaker-1.6.1/undertaker/validation/models/avr32.rsf-19595-Item	IBMASR	tristate
##############################################
undertaker-1.6.1/undertaker/validation/models/blackfin.rsf-5395-Depends	IB700_WDT	"WATCHDOG && X86"
undertaker-1.6.1/undertaker/validation/models/blackfin.rsf:5396:Depends	IBM_ASM	"MISC_DEVICES && X86 && PCI && INPUT && EXPERIMENTAL"
undertaker-1.6.1/undertaker/validation/models/blackfin.rsf-5397-Depends	IBMASR	"WATCHDOG && X86"
##############################################
undertaker-1.6.1/undertaker/validation/models/blackfin.rsf-13429-HasPrompts	IB700_WDT	1
undertaker-1.6.1/undertaker/validation/models/blackfin.rsf:13430:HasPrompts	IBM_ASM	1
undertaker-1.6.1/undertaker/validation/models/blackfin.rsf-13431-HasPrompts	IBMASR	1
##############################################
undertaker-1.6.1/undertaker/validation/models/blackfin.rsf-21419-Item	IB700_WDT	tristate
undertaker-1.6.1/undertaker/validation/models/blackfin.rsf:21420:Item	IBM_ASM	tristate
undertaker-1.6.1/undertaker/validation/models/blackfin.rsf-21421-Item	IBMASR	tristate
##############################################
undertaker-1.6.1/undertaker/coverage-tests/sb1250-mac.c-455-	 * a "read" command (2 bits)
undertaker-1.6.1/undertaker/coverage-tests/sb1250-mac.c:456:	 * the PHY addr (5 bits)
undertaker-1.6.1/undertaker/coverage-tests/sb1250-mac.c-457-	 * the register index (5 bits)
##############################################
undertaker-1.6.1/undertaker/coverage-tests/sb1250-mac.c-2143-	idx = 1;		/* skip station address */
undertaker-1.6.1/undertaker/coverage-tests/sb1250-mac.c:2144:	netdev_for_each_mc_addr(ha, dev) {
undertaker-1.6.1/undertaker/coverage-tests/sb1250-mac.c-2145-		if (idx == MAC_ADDR_COUNT)
##############################################
undertaker-1.6.1/picosat/mkconfig-22-  then
undertaker-1.6.1/picosat/mkconfig:23:    head="`awk '{print $2}' .git/HEAD`"
undertaker-1.6.1/picosat/mkconfig-24-    if [ ! x"$head" = x -a -f ".git/$head" ]
undertaker-1.6.1/picosat/mkconfig-25-    then
undertaker-1.6.1/picosat/mkconfig:26:      id=" `cat .git/$head`"
undertaker-1.6.1/picosat/mkconfig-27-    fi
##############################################
undertaker-1.6.1/debian/patches/gcc7-ftbfs.patch-23- 
undertaker-1.6.1/debian/patches/gcc7-ftbfs.patch:24:-bool addModuleAddr(unsigned long long addr) {
undertaker-1.6.1/debian/patches/gcc7-ftbfs.patch:25:+static bool addModuleAddr(unsigned long long addr) {
undertaker-1.6.1/debian/patches/gcc7-ftbfs.patch-26-     for (map<unsigned long long,module>::iterator it=loadedModules.begin() ;
##############################################
undertaker-1.6.1/debian/patches/gcc7-ftbfs.patch-28-         unsigned long long lowAddr = (*it).first;
undertaker-1.6.1/debian/patches/gcc7-ftbfs.patch:29:@@ -89,7 +89,7 @@ bool addModuleAddr(unsigned long long ad
undertaker-1.6.1/debian/patches/gcc7-ftbfs.patch:30:  * didn't scan the module table yet, a call to addModuleAddr(addr) is triggered.
undertaker-1.6.1/debian/patches/gcc7-ftbfs.patch-31-  */
undertaker-1.6.1/debian/patches/gcc7-ftbfs.patch-32- 
undertaker-1.6.1/debian/patches/gcc7-ftbfs.patch:33:-bool addAddr(unsigned long long addr) {
undertaker-1.6.1/debian/patches/gcc7-ftbfs.patch:34:+static bool addAddr(unsigned long long addr) {
undertaker-1.6.1/debian/patches/gcc7-ftbfs.patch-35-     // address new?
##############################################
undertaker-1.6.1/debian/patches/gcc7-ftbfs.patch-37-         // module address (if modules enabled)?
undertaker-1.6.1/debian/patches/gcc7-ftbfs.patch:38:@@ -119,7 +119,7 @@ bool addAddr(unsigned long long addr) {
undertaker-1.6.1/debian/patches/gcc7-ftbfs.patch-39-  * functions are being encountered.
##############################################
undertaker-1.6.1/debian/patches/gcc7-ftbfs.patch-61- 
undertaker-1.6.1/debian/patches/gcc7-ftbfs.patch:62:-inline bool addModuleAddr(unsigned long long addr) {
undertaker-1.6.1/debian/patches/gcc7-ftbfs.patch:63:+static inline bool addModuleAddr(unsigned long long addr) {
undertaker-1.6.1/debian/patches/gcc7-ftbfs.patch-64-     for (j=0; j<loadedModules; j++) {
##############################################
undertaker-1.6.1/debian/patches/gcc7-ftbfs.patch-66-         unsigned long long highAddr = lowAddr + loadedModule[j].length;
undertaker-1.6.1/debian/patches/gcc7-ftbfs.patch:67:@@ -215,7 +215,7 @@ inline bool addModuleAddr(unsigned long
undertaker-1.6.1/debian/patches/gcc7-ftbfs.patch:68:  * table yet, a call to addModuleAddr(addr) is triggered.
undertaker-1.6.1/debian/patches/gcc7-ftbfs.patch-69-  */
undertaker-1.6.1/debian/patches/gcc7-ftbfs.patch-70- 
undertaker-1.6.1/debian/patches/gcc7-ftbfs.patch:71:-inline bool addAddr(unsigned long long addr) {
undertaker-1.6.1/debian/patches/gcc7-ftbfs.patch:72:+static inline bool addAddr(unsigned long long addr) {
undertaker-1.6.1/debian/patches/gcc7-ftbfs.patch-73-     if (hashadd(addr)) {
##############################################
undertaker-1.6.1/debian/patches/gcc7-ftbfs.patch-75-         if (modulePath != NULL && addr >= moduleBaseAddr) {
undertaker-1.6.1/debian/patches/gcc7-ftbfs.patch:76:@@ -264,7 +264,7 @@ inline bool addAddr(unsigned long long a
undertaker-1.6.1/debian/patches/gcc7-ftbfs.patch-77-  * functions are being encountered.
##############################################
undertaker-1.6.1/debian/patches/gcc7-ftbfs.patch-92--void readModules();
undertaker-1.6.1/debian/patches/gcc7-ftbfs.patch:93:-inline bool addModuleAddr(unsigned long long addr);
undertaker-1.6.1/debian/patches/gcc7-ftbfs.patch:94:-inline bool addAddr(unsigned long long addr);
undertaker-1.6.1/debian/patches/gcc7-ftbfs.patch-95--inline void ignoreFunc(char * funcbuf, int funcbufp);
##############################################
undertaker-1.6.1/debian/patches/gcc7-ftbfs.patch-120-+
undertaker-1.6.1/debian/patches/gcc7-ftbfs.patch:121:+static inline bool addModuleAddr(unsigned long long addr) {
undertaker-1.6.1/debian/patches/gcc7-ftbfs.patch-122-+    int currentModule = 0;
##############################################
undertaker-1.6.1/debian/patches/gcc7-ftbfs.patch-141-  * the given address was located inside an LKM or we didn't scan the module
undertaker-1.6.1/debian/patches/gcc7-ftbfs.patch:142:  * table yet, a call to addModuleAddr(addr) is triggered.
undertaker-1.6.1/debian/patches/gcc7-ftbfs.patch-143-  */
undertaker-1.6.1/debian/patches/gcc7-ftbfs.patch-144- 
undertaker-1.6.1/debian/patches/gcc7-ftbfs.patch:145:-inline bool addAddr(unsigned long long addr) {
undertaker-1.6.1/debian/patches/gcc7-ftbfs.patch:146:+static inline bool addAddr(unsigned long long addr) {
undertaker-1.6.1/debian/patches/gcc7-ftbfs.patch-147-     // address new?
##############################################
undertaker-1.6.1/debian/patches/gcc7-ftbfs.patch-149-         // module address (if modules enabled)?
undertaker-1.6.1/debian/patches/gcc7-ftbfs.patch:150:@@ -93,32 +119,6 @@ inline bool addAddr(unsigned long long a
undertaker-1.6.1/debian/patches/gcc7-ftbfs.patch-151-     return false;
##############################################
undertaker-1.6.1/debian/patches/gcc7-ftbfs.patch-161--
undertaker-1.6.1/debian/patches/gcc7-ftbfs.patch:162:-inline bool addModuleAddr(unsigned long long addr) {
undertaker-1.6.1/debian/patches/gcc7-ftbfs.patch-163--    int currentModule = 0;
##############################################
undertaker-1.6.1/debian/patches/gcc7-ftbfs.patch-182-  * reopen the file at given intervals.  As there is a lot written to the file in
undertaker-1.6.1/debian/patches/gcc7-ftbfs.patch:183:@@ -127,7 +127,7 @@ inline bool addModuleAddr(unsigned long
undertaker-1.6.1/debian/patches/gcc7-ftbfs.patch-184-  * functions are being encountered.
##############################################
undertaker-1.6.1/debian/patches/gcc7-ftbfs.patch-199--inline void readModules();
undertaker-1.6.1/debian/patches/gcc7-ftbfs.patch:200:-inline bool addAddr(unsigned long long addr);
undertaker-1.6.1/debian/patches/gcc7-ftbfs.patch:201:-inline bool addModuleAddr(unsigned long long addr);
undertaker-1.6.1/debian/patches/gcc7-ftbfs.patch-202--inline void ignoreFunc(char *name);
##############################################
undertaker-1.6.1/.pc/gcc7-ftbfs.patch/tailor/src/traceutil-boost.cc-71-
undertaker-1.6.1/.pc/gcc7-ftbfs.patch/tailor/src/traceutil-boost.cc:72:bool addModuleAddr(unsigned long long addr) {
undertaker-1.6.1/.pc/gcc7-ftbfs.patch/tailor/src/traceutil-boost.cc-73-    for (map<unsigned long long,module>::iterator it=loadedModules.begin() ;
##############################################
undertaker-1.6.1/.pc/gcc7-ftbfs.patch/tailor/src/traceutil-boost.cc-88- * the given address was located inside an LKM we do not know about yet or we
undertaker-1.6.1/.pc/gcc7-ftbfs.patch/tailor/src/traceutil-boost.cc:89: * didn't scan the module table yet, a call to addModuleAddr(addr) is triggered.
undertaker-1.6.1/.pc/gcc7-ftbfs.patch/tailor/src/traceutil-boost.cc-90- */
undertaker-1.6.1/.pc/gcc7-ftbfs.patch/tailor/src/traceutil-boost.cc-91-
undertaker-1.6.1/.pc/gcc7-ftbfs.patch/tailor/src/traceutil-boost.cc:92:bool addAddr(unsigned long long addr) {
undertaker-1.6.1/.pc/gcc7-ftbfs.patch/tailor/src/traceutil-boost.cc-93-    // address new?
##############################################
undertaker-1.6.1/.pc/gcc7-ftbfs.patch/tailor/src/traceutil-boost.cc-96-        if (modulePath != NULL && addr >= loadedModules.begin()->first) {
undertaker-1.6.1/.pc/gcc7-ftbfs.patch/tailor/src/traceutil-boost.cc:97:            if (addModuleAddr(addr)) {
undertaker-1.6.1/.pc/gcc7-ftbfs.patch/tailor/src/traceutil-boost.cc-98-                return true;
##############################################
undertaker-1.6.1/.pc/gcc7-ftbfs.patch/tailor/src/traceutil-boost.cc-101-                readModules();
undertaker-1.6.1/.pc/gcc7-ftbfs.patch/tailor/src/traceutil-boost.cc:102:                if (addModuleAddr(addr)) {
undertaker-1.6.1/.pc/gcc7-ftbfs.patch/tailor/src/traceutil-boost.cc-103-                    return true;
##############################################
undertaker-1.6.1/.pc/gcc7-ftbfs.patch/tailor/src/traceutil-boost.cc-267-            // if new --> ignore now
undertaker-1.6.1/.pc/gcc7-ftbfs.patch/tailor/src/traceutil-boost.cc:268:            if (addAddr(baseAddr-baseOffset)) {
undertaker-1.6.1/.pc/gcc7-ftbfs.patch/tailor/src/traceutil-boost.cc-269-                ignoreFunc(name);
##############################################
undertaker-1.6.1/.pc/gcc7-ftbfs.patch/tailor/src/traceutil-boost.cc-275-                sscanf(match[4].str().c_str(),"%llx",&srcAddr);
undertaker-1.6.1/.pc/gcc7-ftbfs.patch/tailor/src/traceutil-boost.cc:276:                addAddr(srcAddr);
undertaker-1.6.1/.pc/gcc7-ftbfs.patch/tailor/src/traceutil-boost.cc-277-            }
##############################################
undertaker-1.6.1/.pc/gcc7-ftbfs.patch/tailor/src/traceutil-native.c-170-
undertaker-1.6.1/.pc/gcc7-ftbfs.patch/tailor/src/traceutil-native.c:171:inline bool addModuleAddr(unsigned long long addr) {
undertaker-1.6.1/.pc/gcc7-ftbfs.patch/tailor/src/traceutil-native.c-172-    for (j=0; j<loadedModules; j++) {
##############################################
undertaker-1.6.1/.pc/gcc7-ftbfs.patch/tailor/src/traceutil-native.c-214- * the given address was located inside an LKM or we didn't scan the module
undertaker-1.6.1/.pc/gcc7-ftbfs.patch/tailor/src/traceutil-native.c:215: * table yet, a call to addModuleAddr(addr) is triggered.
undertaker-1.6.1/.pc/gcc7-ftbfs.patch/tailor/src/traceutil-native.c-216- */
undertaker-1.6.1/.pc/gcc7-ftbfs.patch/tailor/src/traceutil-native.c-217-
undertaker-1.6.1/.pc/gcc7-ftbfs.patch/tailor/src/traceutil-native.c:218:inline bool addAddr(unsigned long long addr) {
undertaker-1.6.1/.pc/gcc7-ftbfs.patch/tailor/src/traceutil-native.c-219-    if (hashadd(addr)) {
##############################################
undertaker-1.6.1/.pc/gcc7-ftbfs.patch/tailor/src/traceutil-native.c-222-            // ... if not, rescan /proc/modules...
undertaker-1.6.1/.pc/gcc7-ftbfs.patch/tailor/src/traceutil-native.c:223:            if (addModuleAddr(addr)) {
undertaker-1.6.1/.pc/gcc7-ftbfs.patch/tailor/src/traceutil-native.c-224-                return true;
##############################################
undertaker-1.6.1/.pc/gcc7-ftbfs.patch/tailor/src/traceutil-native.c-226-                readModules(j);
undertaker-1.6.1/.pc/gcc7-ftbfs.patch/tailor/src/traceutil-native.c:227:                if (addModuleAddr(addr)) {
undertaker-1.6.1/.pc/gcc7-ftbfs.patch/tailor/src/traceutil-native.c-228-                    return true;
##############################################
undertaker-1.6.1/.pc/gcc7-ftbfs.patch/tailor/src/traceutil-native.c-534-                    // add only direct function calls to ftrace's ignore list
undertaker-1.6.1/.pc/gcc7-ftbfs.patch/tailor/src/traceutil-native.c:535:                    if (addAddr(address - offset) && parsingMode == 8) {
undertaker-1.6.1/.pc/gcc7-ftbfs.patch/tailor/src/traceutil-native.c-536-                        ignoreFunc(callerBuffer, callerSize);
##############################################
undertaker-1.6.1/.pc/gcc7-ftbfs.patch/tailor/src/traceutil-native.h-78-void readModules();
undertaker-1.6.1/.pc/gcc7-ftbfs.patch/tailor/src/traceutil-native.h:79:inline bool addModuleAddr(unsigned long long addr);
undertaker-1.6.1/.pc/gcc7-ftbfs.patch/tailor/src/traceutil-native.h:80:inline bool addAddr(unsigned long long addr);
undertaker-1.6.1/.pc/gcc7-ftbfs.patch/tailor/src/traceutil-native.h-81-inline void ignoreFunc(char * funcbuf, int funcbufp);
##############################################
undertaker-1.6.1/.pc/gcc7-ftbfs.patch/tailor/src/traceutil-stdio.c-70- * the given address was located inside an LKM or we didn't scan the module
undertaker-1.6.1/.pc/gcc7-ftbfs.patch/tailor/src/traceutil-stdio.c:71: * table yet, a call to addModuleAddr(addr) is triggered.
undertaker-1.6.1/.pc/gcc7-ftbfs.patch/tailor/src/traceutil-stdio.c-72- */
undertaker-1.6.1/.pc/gcc7-ftbfs.patch/tailor/src/traceutil-stdio.c-73-
undertaker-1.6.1/.pc/gcc7-ftbfs.patch/tailor/src/traceutil-stdio.c:74:inline bool addAddr(unsigned long long addr) {
undertaker-1.6.1/.pc/gcc7-ftbfs.patch/tailor/src/traceutil-stdio.c-75-    // address new?
##############################################
undertaker-1.6.1/.pc/gcc7-ftbfs.patch/tailor/src/traceutil-stdio.c-78-        if (modulePath != NULL && addr >= moduleBaseAddr) {
undertaker-1.6.1/.pc/gcc7-ftbfs.patch/tailor/src/traceutil-stdio.c:79:            if (addModuleAddr(addr)) {
undertaker-1.6.1/.pc/gcc7-ftbfs.patch/tailor/src/traceutil-stdio.c-80-                return true;
##############################################
undertaker-1.6.1/.pc/gcc7-ftbfs.patch/tailor/src/traceutil-stdio.c-83-                readModules();
undertaker-1.6.1/.pc/gcc7-ftbfs.patch/tailor/src/traceutil-stdio.c:84:                if (addModuleAddr(addr)) {
undertaker-1.6.1/.pc/gcc7-ftbfs.patch/tailor/src/traceutil-stdio.c-85-                    return true;
##############################################
undertaker-1.6.1/.pc/gcc7-ftbfs.patch/tailor/src/traceutil-stdio.c-103-
undertaker-1.6.1/.pc/gcc7-ftbfs.patch/tailor/src/traceutil-stdio.c:104:inline bool addModuleAddr(unsigned long long addr) {
undertaker-1.6.1/.pc/gcc7-ftbfs.patch/tailor/src/traceutil-stdio.c-105-    int currentModule = 0;
##############################################
undertaker-1.6.1/.pc/gcc7-ftbfs.patch/tailor/src/traceutil-stdio.c-277-            // Try to add address to hashset
undertaker-1.6.1/.pc/gcc7-ftbfs.patch/tailor/src/traceutil-stdio.c:278:            if (addAddr(baseAddr-baseOffset)) {
undertaker-1.6.1/.pc/gcc7-ftbfs.patch/tailor/src/traceutil-stdio.c-279-                ignoreFunc(name);
##############################################
undertaker-1.6.1/.pc/gcc7-ftbfs.patch/tailor/src/traceutil-stdio.c-284-                       STR(ADDRLENGTH) "llx>",&srcAddr) == 1) {
undertaker-1.6.1/.pc/gcc7-ftbfs.patch/tailor/src/traceutil-stdio.c:285:                addAddr(srcAddr);
undertaker-1.6.1/.pc/gcc7-ftbfs.patch/tailor/src/traceutil-stdio.c-286-            }
##############################################
undertaker-1.6.1/.pc/gcc7-ftbfs.patch/tailor/src/traceutil-stdio.h-44-inline void readModules();
undertaker-1.6.1/.pc/gcc7-ftbfs.patch/tailor/src/traceutil-stdio.h:45:inline bool addAddr(unsigned long long addr);
undertaker-1.6.1/.pc/gcc7-ftbfs.patch/tailor/src/traceutil-stdio.h:46:inline bool addModuleAddr(unsigned long long addr);
undertaker-1.6.1/.pc/gcc7-ftbfs.patch/tailor/src/traceutil-stdio.h-47-inline void ignoreFunc(char *name);