Lines Matching refs:_found
883 local _target=/etc/udev/rules.d _rule _found
891 _found="$r/$_rule"
892 inst_simple "$_found"
893 inst_rule_programs "$_found"
899 _found="${r}$_rule"
900 inst_simple "$_found" "$_target/${_found##*/}"
901 inst_rule_programs "$_found"
904 [[ $_found ]] || dinfo "Skipping udev rule: $_rule"
1009 local _modname=${1##*/} _fwdir _found _fw
1012 _found=''
1016 _found=yes
1019 if [[ $_found != yes ]]; then
1040 local _func=$1 _kmod=$2 _cmd _modpath _options _found=0
1046 _found=1
1048 [[ $_found -eq 0 ]] && exit 1