代码搜索:modules

找到约 10,000 项符合「modules」的源代码

代码结果 10,000
www.eeworm.com/read/333835/3382320

sh sles8-update_initrd_modules.sh

# Check if $1 is equal to any argument in $1 .. $*. # contains() { local x=$1 shift case " $@ " in *" $x "*) return 0 ;; *) return 1 ;; esac } # Check the old value of INITR