Home
last modified time | relevance | path

Searched defs:shutdown_handler (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/xen/
H A Dmanage.c162 struct shutdown_handler { struct
164 const char command[SHUTDOWN_CMD_SIZE];
165 bool flag;
166 void (*cb)(void);
214 static void shutdown_handler(struct xenbus_watch *watch, in shutdown_handler() function