Home
last modified time | relevance | path

Searched refs:cleanup (Results 1 – 20 of 20) sorted by relevance

/tools/flask/utils/
A Dloadpolicy.c49 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()
/tools/libs/guest/
A Dxg_suspend.c166 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()
A Dxg_sr_common.h103 int (*cleanup)(struct xc_sr_context *ctx); member
179 int (*cleanup)(struct xc_sr_context *ctx); member
A Dxg_sr_save_x86_hvm.c240 .cleanup = x86_hvm_cleanup,
A Dxg_sr_restore_x86_hvm.c263 .cleanup = x86_hvm_cleanup,
A Dxg_sr_restore.c732 static void cleanup(struct xc_sr_context *ctx) in cleanup() function
749 if ( ctx->restore.ops.cleanup(ctx) ) in cleanup()
837 cleanup(ctx); in restore()
A Dxg_sr_save.c824 static void cleanup(struct xc_sr_context *ctx) in cleanup() function
834 if ( ctx->save.ops.cleanup(ctx) ) in cleanup()
970 cleanup(ctx); in save()
A Dxg_sr_save_x86_pv.c1145 .cleanup = x86_pv_cleanup,
A Dxg_sr_restore_x86_pv.c1199 .cleanup = x86_pv_cleanup,
/tools/misc/
A Dxen-lowmemd.c18 void cleanup(void) in cleanup() function
89 atexit(cleanup); in main()
/tools/libs/light/
A Dlibxl_disk.c596 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 …]
A DCODING_STYLE74 handling and cleanup paradigm should be used:
87 * There is only one error cleanup path out of the function. It
88 starts with a label `out:'. That error cleanup path checks for
/tools/include/
A Dxen-sd-notify.h45 int __attribute__((cleanup(xen_sd_closep))) fd = -1; in xen_sd_notify()
/tools/xl/
A DCODING_STYLE26 handling and cleanup paradigm should be used:
39 * There is only one error cleanup path out of the function. It
40 starts with a label `out:'. That error cleanup path checks for
/tools/tests/xenstore/
A Dtest-xenstore.c424 static void cleanup(void) in cleanup() function
523 cleanup(); in main()
/tools/xentop/
A Dxentop.c78 static void cleanup(void);
260 static void cleanup(void) in cleanup() function
1282 if (atexit(cleanup) != 0) in main()
/tools/libs/util/
A DCODING_STYLE74 handling and cleanup paradigm should be used:
87 * There is only one error cleanup path out of the function. It
88 starts with a label `out:'. That error cleanup path checks for
/tools/ocaml/xenstored/
A Ddomains.ml120 let cleanup doms = function
A Dxenstored.ml490 let (notify, deaddom) = Domains.cleanup domains in
/tools/firmware/vgabios/
A DChangeLog31 - whitespace cleanup
1092 - cleanup of vbe internal functions (set 8bpp mode is now
1243 - small cosmetic cleanup in vgabios vbe code + added FIXMEs

Completed in 87 milliseconds