Searched defs:action (Results 1 – 15 of 15) sorted by relevance
/system/core/init/ |
D | init.h | 36 struct action { struct 39 /* node in the queue of pending actions */ argument 41 /* node in list of actions for a trigger */ argument 42 struct listnode tlist; 44 unsigned hash; 45 const char *name; 47 struct listnode commands; 48 struct command *current;
|
D | devices.c | 59 const char *action; member 468 static void handle_device(const char *action, const char *devpath, in handle_device()
|
/system/netd/ |
D | SecondaryTableController.cpp | 81 int SecondaryTableController::modifyRoute(SocketClient *cli, const char *action, char *iface, in modifyRoute() 140 void SecondaryTableController::modifyRuleCount(int tableIndex, const char *action) { in modifyRuleCount() 182 int SecondaryTableController::modifyFromRule(int tableIndex, const char *action, in modifyFromRule() 210 int SecondaryTableController::modifyLocalRoute(int tableIndex, const char *action, in modifyLocalRoute()
|
D | NetlinkHandler.cpp | 56 int action = evt->getAction(); in onEvent() local 78 int action = evt->getAction(); in onEvent() local
|
/system/core/include/cutils/ |
D | debugger.h | 38 debugger_action_t action; member
|
/system/core/sh/ |
D | trap.c | 134 char *action; in trapcmd() local 234 int action; in setsignal() local
|
D | error.c | 285 short action; /* operation which encountered the error */ member 355 errmsg(int e, int action) in errmsg()
|
/system/vold/ |
D | Volume.cpp | 543 int action = 0; in doMoveMount() local 576 int action = 0; in doUnmount() local
|
D | Process.cpp | 180 void Process::killProcessesWithOpenFiles(const char *path, int action) { in killProcessesWithOpenFiles()
|
D | DirectVolume.cpp | 96 int action = evt->getAction(); in handleBlockEvent() local
|
D | VolumeManager.cpp | 769 int action = 0; // default is to just complain in unmountLoopImage() local
|
/system/core/libnetutils/ |
D | ifc_utils.c | 247 int ifc_act_on_address(int action, const char *name, const char *address, in ifc_act_on_address() 504 int ifc_act_on_ipv4_route(int action, const char *ifname, struct in_addr dst, int prefix_length, in ifc_act_on_ipv4_route() 820 int ifc_act_on_ipv6_route(int action, const char *ifname, struct in6_addr dst, int prefix_length, in ifc_act_on_ipv6_route() 867 int ifc_act_on_route(int action, const char *ifname, const char *dst, int prefix_length, in ifc_act_on_route()
|
/system/core/debuggerd/ |
D | debuggerd.c | 52 debugger_action_t action; member
|
/system/core/adb/ |
D | transport.c | 519 int action; member
|
/system/core/charger/ |
D | charger.c | 133 const char *action; member
|