Home
last modified time | relevance | path

Searched refs:action_args (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/tools/testing/selftests/drivers/net/mlxsw/
Dtc_restrictions.sh194 local action_args=$2
207 matchall skip_sw action $action_args
213 matchall skip_sw action $action_args
219 matchall skip_sw action $action_args
249 local action_args=$2
261 matchall skip_sw action $action_args
267 matchall skip_sw action $action_args
273 matchall skip_sw action $action_args
/Linux-v5.15/lib/
Dkobject_uevent.c196 const char *action_args; in kobject_synth_uevent() local
201 r = kobject_action_type(buf, count, &action, &action_args); in kobject_synth_uevent()
207 if (!action_args) { in kobject_synth_uevent()
212 r = kobject_action_args(action_args, in kobject_synth_uevent()
213 count - (action_args - buf), &env); in kobject_synth_uevent()