Searched refs:cleanup (Results 1 – 22 of 22) 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()
104 int (*cleanup)(struct xc_sr_context *ctx); member180 int (*cleanup)(struct xc_sr_context *ctx); member
240 .cleanup = x86_hvm_cleanup,
263 .cleanup = x86_hvm_cleanup,
771 static void cleanup(struct xc_sr_context *ctx) in cleanup() function788 if ( ctx->restore.ops.cleanup(ctx) ) in cleanup()876 cleanup(ctx); in restore()
829 static void cleanup(struct xc_sr_context *ctx) in cleanup() function839 if ( ctx->save.ops.cleanup(ctx) ) in cleanup()976 cleanup(ctx); in save()
1145 .cleanup = x86_pv_cleanup,
1199 .cleanup = x86_pv_cleanup,
84 def cleanup(self): member in Fetcher112 def cleanup(self): member in MountedFetcher137 def cleanup(self): member in NFSISOFetcher138 MountedFetcher.cleanup(self)239 fetcher.cleanup()274 fetcher.cleanup()
18 void cleanup(void) in cleanup() function89 atexit(cleanup); in main()
506 goto cleanup; in libxl__disk_from_xenstore()515 goto cleanup; \ in libxl__disk_from_xenstore()531 goto cleanup; in libxl__disk_from_xenstore()539 goto cleanup; in libxl__disk_from_xenstore()546 goto cleanup; in libxl__disk_from_xenstore()553 goto cleanup; in libxl__disk_from_xenstore()564 goto cleanup; in libxl__disk_from_xenstore()571 cleanup: in libxl__disk_from_xenstore()
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
81 cleanup: in tpmrsa_public()
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
423 static void cleanup(void) in cleanup() function519 cleanup(); in main()
78 static void cleanup(void);257 static void cleanup(void) in cleanup() function1249 if (atexit(cleanup) != 0) in main()
91 let cleanup doms = function
343 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
131 ### libxl UID cleanup
513 This is useful to provide an ability to perform cleanup of all previously
Completed in 27 milliseconds