Searched defs:shutdown_handler (Results 1 – 1 of 1) sorted by relevance
168 struct shutdown_handler { struct170 const char command[SHUTDOWN_CMD_SIZE];171 bool flag;172 void (*cb)(void);220 static void shutdown_handler(struct xenbus_watch *watch, in shutdown_handler() function