shutdown_handlers 210 drivers/xen/manage.c static struct shutdown_handler shutdown_handlers[] = { shutdown_handlers 242 drivers/xen/manage.c for (idx = 0; idx < ARRAY_SIZE(shutdown_handlers); idx++) { shutdown_handlers 243 drivers/xen/manage.c if (strcmp(str, shutdown_handlers[idx].command) == 0) shutdown_handlers 248 drivers/xen/manage.c if (idx < ARRAY_SIZE(shutdown_handlers)) shutdown_handlers 257 drivers/xen/manage.c if (idx < ARRAY_SIZE(shutdown_handlers)) { shutdown_handlers 258 drivers/xen/manage.c shutdown_handlers[idx].cb(); shutdown_handlers 350 drivers/xen/manage.c for (idx = 0; idx < ARRAY_SIZE(shutdown_handlers); idx++) { shutdown_handlers 351 drivers/xen/manage.c if (!shutdown_handlers[idx].flag) shutdown_handlers 354 drivers/xen/manage.c shutdown_handlers[idx].command);