Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/xen/
Dmanage.c167 struct shutdown_handler { struct
169 const char command[SHUTDOWN_CMD_SIZE];
170 bool flag;
171 void (*cb)(void);
218 static void shutdown_handler(struct xenbus_watch *watch, in shutdown_handler() function