Lines Matching refs:options
130 options=$3
134 if [[ ${options} =~ tap=([^,]+) ]]; then
141 options=$*
142 if [[ "${options}" =~ id:([a-zA-Z0-9_\-]*) ]]; then
144 options=${options/",id:${unique_identifier}"/''}
147 if [[ "${options}" =~ (Device name: )(.*),( Device physical path: )(.*) ]]; then
162 options="/dev/input/event${event_num}"
170 if [[ ${options} =~ event([0-9]+) ]]; then
171 echo "${options} input device path is available in the service vm." >> /dev/stderr
173 echo "${options} input device path is not found in the service vm." >> /dev/stderr
177 if [ -n "${options}" ] && [ -n "${unique_identifier}" ]; then
178 options="${options},${unique_identifier}"
184 if [ -n "${options}" ]; then
185 echo -n ",${options}"
192 options=$3
203 if [ -n "${options}" ]; then
204 echo -n ",${options}"