Searched refs:_modname (Results 1 - 1 of 1) sorted by relevance

/systemd/test/
H A Dtest-functions1009 local _modname=${1##*/} _fwdir _found _fw
1010 _modname=${_modname%.ko*}
1020 if ! grep -qe "\<${_modname//-/_}\>" /proc/modules; then
1022 "\"${_modname}.ko\""
1025 "\"${_modname}.ko\""
1063 local _modname _filtercmd
1073 for _modname in $(eval $_filtercmd); do
1074 case $_modname in
1075 *.ko) "$2" "$_modname"
[all...]

Completed in 11 milliseconds