Searched refs:commands (Results 1 - 8 of 8) sorted by relevance

/system/core/fastbootd/
H A DAndroid.mk21 commands.c \
/system/core/init/
H A Dinit.h28 /* list of commands in an action */
47 struct listnode commands; member in struct:action
H A Dparser.c38 list_for_each(node2, &act->commands) {
H A Dsignal_handler.c112 /* Execute all onrestart commands for this service. */
113 list_for_each(node, &svc->onrestart.commands) {
H A Dinit_parser.c576 list_init(&act->commands);
582 list_add_tail(&act->commands, &cmd->clist);
643 list_init(&svc->onrestart.commands);
752 list_add_tail(&svc->onrestart.commands, &cmd->clist);
834 list_init(&act->commands);
868 list_add_tail(&act->commands, &cmd->clist);
H A Dinit.c507 node = list_head(&act->commands);
508 if (!node || list_empty(&act->commands))
520 if (node == &act->commands)
528 return (list_tail(&act->commands) == &cmd->clist);
/system/netd/
H A DBandwidthController.h139 int runCommands(int numCommands, const char *commands[], RunCmdErrHandling cmdErrHandling);
H A DBandwidthController.cpp126 /* The cleanup commands assume flushing has been done. */
283 int BandwidthController::runCommands(int numCommands, const char *commands[], argument
290 ALOGV("runCommands(): %d commands", numCommands);
292 res = runIpxtablesCmd(commands[cmdNum], IptJumpNoAdd, failureLogging);

Completed in 655 milliseconds