Searched refs:action (Results 1 - 5 of 5) sorted by relevance

/openwrt/package/base-files/files/etc/
H A Drc.common8 action=${2:-help}
141 list_contains ALL_COMMANDS "$action" || action=help
142 [ "$action" = "reload" ] && action='eval reload "$@" || restart "$@" && :'
143 $action "$@"
/openwrt/target/linux/lantiq/base-files/lib/functions/
H A Dlantiq_dsl.sh153 if [ "$action" = "lucistat" ]; then
177 if [ "$action" = "lucistat" ]; then
203 if [ "$action" = "lucistat" ]; then
350 if [ "$action" = "lucistat" ]; then
386 if [ "$action" = "lucistat" ]; then
432 if [ "$action" = "lucistat" ]; then
496 if [ "$action" = "lucistat" ]; then
559 if [ "$action" = "lucistat" ]; then
625 if [ "$action" = "lucistat" ]; then
684 if [ "$action"
[all...]
/openwrt/package/kernel/button-hotplug/src/
H A Dbutton-hotplug.c55 char *action; member in struct:bh_event
141 ret = bh_event_add_var(event, 0, "ACTION=%s", event->action);
167 ret = bh_event_add_var(event, 0, "%s@", event->action);
201 event->action = pressed ? "pressed" : "released";
/openwrt/package/kernel/gpio-button-hotplug/src/
H A Dgpio-button-hotplug.c54 char *action; member in struct:bh_event
149 ret = bh_event_add_var(event, 0, "ACTION=%s", event->action);
181 ret = bh_event_add_var(event, 0, "%s@", event->action);
216 event->action = pressed ? "pressed" : "released";
/openwrt/target/linux/ar71xx/image/
H A Dlegacy.mk41 # $(1): action name, e.g. loader, buildkernel, squashfs, etc.

Completed in 122 milliseconds