Searched refs:cleanup (Results 1 – 20 of 20) sorted by relevance
49 goto cleanup; in main()57 goto cleanup; in main()69 goto cleanup; in main()78 goto cleanup; in main()88 goto cleanup; in main()103 goto cleanup; in main()125 cleanup: in main()
166 goto cleanup; in xc_suspend_evtchn_init_sane()172 goto cleanup; in xc_suspend_evtchn_init_sane()178 goto cleanup; in xc_suspend_evtchn_init_sane()183 cleanup: in xc_suspend_evtchn_init_sane()
103 int (*cleanup)(struct xc_sr_context *ctx); member179 int (*cleanup)(struct xc_sr_context *ctx); member
240 .cleanup = x86_hvm_cleanup,
263 .cleanup = x86_hvm_cleanup,
732 static void cleanup(struct xc_sr_context *ctx) in cleanup() function749 if ( ctx->restore.ops.cleanup(ctx) ) in cleanup()837 cleanup(ctx); in restore()
824 static void cleanup(struct xc_sr_context *ctx) in cleanup() function834 if ( ctx->save.ops.cleanup(ctx) ) in cleanup()970 cleanup(ctx); in save()
1145 .cleanup = x86_pv_cleanup,
1199 .cleanup = x86_pv_cleanup,
18 void cleanup(void) in cleanup() function89 atexit(cleanup); in main()
596 goto cleanup; in libxl__disk_from_xenstore()621 goto cleanup; in libxl__disk_from_xenstore()634 goto cleanup; in libxl__disk_from_xenstore()643 goto cleanup; in libxl__disk_from_xenstore()648 goto cleanup; in libxl__disk_from_xenstore()652 goto cleanup; in libxl__disk_from_xenstore()684 goto cleanup; in libxl__disk_from_xenstore()691 goto cleanup; in libxl__disk_from_xenstore()698 goto cleanup; in libxl__disk_from_xenstore()709 goto cleanup; in libxl__disk_from_xenstore()[all …]
74 handling and cleanup paradigm should be used:87 * There is only one error cleanup path out of the function. It88 starts with a label `out:'. That error cleanup path checks for
45 int __attribute__((cleanup(xen_sd_closep))) fd = -1; in xen_sd_notify()
26 handling and cleanup paradigm should be used:39 * There is only one error cleanup path out of the function. It40 starts with a label `out:'. That error cleanup path checks for
424 static void cleanup(void) in cleanup() function523 cleanup(); in main()
78 static void cleanup(void);260 static void cleanup(void) in cleanup() function1282 if (atexit(cleanup) != 0) in main()
120 let cleanup doms = function
490 let (notify, deaddom) = Domains.cleanup domains in
31 - whitespace cleanup1092 - cleanup of vbe internal functions (set 8bpp mode is now1243 - small cosmetic cleanup in vgabios vbe code + added FIXMEs
Completed in 87 milliseconds