Lines Matching refs:module
118 …echo "WARNING! No debugging info in module ${module}, rebuild with DEBUG_KERNEL and DEBUG_INFO" >&2
120 echo "WARNING! Cannot find .ko for module ${module}, please pass a valid module path" >&2
133 if [[ $module == "" ]] ; then
135 elif [[ $aarray_support == true && "${modcache[$module]+isset}" == "isset" ]]; then
136 local objfile=${modcache[$module]}
143 modcache[$module]=$objfile
164 if [[ $aarray_support == true && "${cache[$module,$name]+isset}" == "isset" ]]; then
165 local base_addr=${cache[$module,$name]}
173 cache[$module,$name]="$base_addr"
190 if [[ $aarray_support == true && "${cache[$module,$address]+isset}" == "isset" ]]; then
191 local code=${cache[$module,$address]}
195 cache[$module,$address]=$code
253 module=""
301 module=${words[$last]}
304 module=${module%\)}
305 module=${module#\[}
306 module=${module%\]}
307 modbuildid=${module#* }
308 module=${module% *}
309 if [[ $modbuildid == $module ]]; then
317 module=
328 echo "${spaces[$last]}${symbol}${module:+ ${module}}${info_str:+ ${info_str}}"