• Home
  • Raw
  • Download

Lines Matching refs:argc

40 static int DoReboot(int id, const char *name, int argc, const char **argv)  in DoReboot()  argument
44 UNUSED(argc); in DoReboot()
51 static int DoRebootPanic(int id, const char *name, int argc, const char **argv) in DoRebootPanic() argument
55 UNUSED(argc); in DoRebootPanic()
75 PLUGIN_STATIC int DoRebootShutdown(int id, const char *name, int argc, const char **argv) in DoRebootShutdown() argument
79 UNUSED(argc); in DoRebootShutdown()
81 PLUGIN_CHECK(argc >= 1, return -1, "Invalid parameter"); in DoRebootShutdown()
100 static int DoRebootUpdater(int id, const char *name, int argc, const char **argv) in DoRebootUpdater() argument
103 PLUGIN_LOGI("DoRebootUpdater argc %d %s", argc, name); in DoRebootUpdater()
104 PLUGIN_CHECK(argc >= 1, return -1, "Invalid parameter"); in DoRebootUpdater()
113 PLUGIN_STATIC int DoRebootFlashed(int id, const char *name, int argc, const char **argv) in DoRebootFlashed() argument
116 PLUGIN_LOGI("DoRebootFlashed argc %d %s", argc, name); in DoRebootFlashed()
117 PLUGIN_CHECK(argc >= 1, return -1, "Invalid parameter"); in DoRebootFlashed()
126 PLUGIN_STATIC int DoRebootCharge(int id, const char *name, int argc, const char **argv) in DoRebootCharge() argument
130 UNUSED(argc); in DoRebootCharge()
139 static int DoRebootSuspend(int id, const char *name, int argc, const char **argv) in DoRebootSuspend() argument
143 UNUSED(argc); in DoRebootSuspend()
148 PLUGIN_STATIC int DoRebootOther(int id, const char *name, int argc, const char **argv) in DoRebootOther() argument
152 PLUGIN_CHECK(argc >= 1, return -1, "Invalid parameter argc %d", argc); in DoRebootOther()