Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/
H A 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
/openbmc/linux/lib/
H A 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()
/openbmc/phosphor-inventory-manager/
H A Dpimgen.py501 action_args = [
504 action_args = [Action(args=[x]) for x in action_args]
505 actions = Vector(templates=[action_type], args=action_args)