Home
last modified time | relevance | path

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

/linux-6.6.21/tools/testing/selftests/drivers/net/mlxsw/
Dtc_restrictions.sh195 local action_args=$2
208 matchall skip_sw action $action_args
214 matchall skip_sw action $action_args
220 matchall skip_sw action $action_args
250 local action_args=$2
262 matchall skip_sw action $action_args
268 matchall skip_sw action $action_args
274 matchall skip_sw action $action_args
/linux-6.6.21/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()