Searched defs:command (Results 1 – 4 of 4) sorted by relevance
67 struct command { struct68 const char name[CMD_NAME_MAX]; /**< command name */ argument69 enum command_id id; /**< command id */ argument73 pthread_mutex_t cmd_handler_mtx; /**< mutex to protect command handler list */ argument
45 char command[64], buf[8]; in wait_post_vms_shutdown() local
15 def run(command, **kwargs): argument
101 def add_init_command(self, command): argument105 def add_deinit_command(self, command): argument
Completed in 8 milliseconds