Lines Matching defs:context
77 static int init_mboxctl_dbus(struct mboxctl_context *context) in init_mboxctl_dbus()
90 static int send_dbus_msg(struct mboxctl_context *context, in send_dbus_msg()
171 static int handle_cmd_ping(struct mboxctl_context *context) in handle_cmd_ping()
190 static int handle_cmd_daemon_state(struct mboxctl_context *context) in handle_cmd_daemon_state()
223 static int handle_cmd_lpc_state(struct mboxctl_context *context) in handle_cmd_lpc_state()
259 static int handle_cmd_kill(struct mboxctl_context *context) in handle_cmd_kill()
278 static int handle_cmd_reset(struct mboxctl_context *context) in handle_cmd_reset()
297 static int handle_cmd_suspend(struct mboxctl_context *context) in handle_cmd_suspend()
316 static int handle_cmd_resume(struct mboxctl_context *context, char *arg) in handle_cmd_resume()
359 static int handle_cmd_modified(struct mboxctl_context *context) in handle_cmd_modified()
378 static int parse_cmdline(struct mboxctl_context *context, int argc, char **argv) in parse_cmdline()
454 struct mboxctl_context context; in main() local