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

/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.c110 /* Execute all onrestart commands for this service. */
111 list_for_each(node, &svc->onrestart.commands) {
H A Dinit.c511 node = list_head(&act->commands);
512 if (!node || list_empty(&act->commands))
524 if (node == &act->commands)
532 return (list_tail(&act->commands) == &cmd->clist);
H A Dinit_parser.c573 list_init(&act->commands);
578 list_add_tail(&act->commands, &cmd->clist);
636 list_init(&svc->onrestart.commands);
745 list_add_tail(&svc->onrestart.commands, &cmd->clist);
829 list_init(&act->commands);
862 list_add_tail(&act->commands, &cmd->clist);
/system/netd/
H A DBandwidthController.h122 int runCommands(int numCommands, const char *commands[], RunCmdErrHandling cmdErrHandling);
H A DBandwidthController.cpp119 /* The cleanup commands assume flushing has been done. */
268 int BandwidthController::runCommands(int numCommands, const char *commands[], argument
275 ALOGV("runCommands(): %d commands", numCommands);
277 res = runIpxtablesCmd(commands[cmdNum], IptRejectNoAdd, failureLogging);
/system/extras/bugmailer/src/com/android/commands/sendbug/
H A DSendBug.java16 package com.android.commands.sendbug;
/system/bluetooth/bluez-clean-headers/bluetooth/
H A Dhci.h1306 uint8_t commands[64]; member in struct:__anon127

Completed in 5490 milliseconds