Searched refs:domain_shutdown (Results 1 – 14 of 14) sorted by relevance
/xen/xen/arch/x86/ |
A D | compat.c | 47 domain_shutdown(current->domain, (u8)arg); in do_sched_op_compat()
|
/xen/xen/arch/arm/ |
A D | vpsci.c | 202 domain_shutdown(d,SHUTDOWN_poweroff); in do_psci_0_2_system_off() 208 domain_shutdown(d,SHUTDOWN_reboot); in do_psci_0_2_system_reset()
|
/xen/tools/xl/ |
A D | xl_vmcontrol.c | 186 event->domid, event->u.domain_shutdown.shutdown_reason); in wait_for_domain_deaths() 406 switch (event->u.domain_shutdown.shutdown_reason) { in handle_domain_death() 427 event->u.domain_shutdown.shutdown_reason); in handle_domain_death() 432 event->u.domain_shutdown.shutdown_reason, in handle_domain_death() 1036 event->u.domain_shutdown.shutdown_reason, in create_domain() 1037 event->u.domain_shutdown.shutdown_reason); in create_domain()
|
/xen/xen/common/ |
A D | domain.c | 772 domain_shutdown(d, SHUTDOWN_crash); in __domain_crash() 776 int domain_shutdown(struct domain *d, u8 reason) in domain_shutdown() function 1407 domain_shutdown(d, SHUTDOWN_poweroff); in do_vcpu_op()
|
/xen/tools/ocaml/libs/xc/ |
A D | xenctrl.ml | 195 external domain_shutdown: handle -> domid -> shutdown_reason -> unit
|
A D | xenctrl.mli | 153 external domain_shutdown : handle -> domid -> shutdown_reason -> unit
|
/xen/xen/arch/x86/hvm/ |
A D | dm.c | 652 domain_shutdown(d, data->reason); in dm_op()
|
A D | hvm.c | 1658 domain_shutdown(d, SHUTDOWN_poweroff); in hvm_vcpu_down() 1692 domain_shutdown(d, reason); in hvm_triple_fault()
|
/xen/xen/include/xen/ |
A D | sched.h | 667 int domain_shutdown(struct domain *d, u8 reason);
|
/xen/xen/common/sched/ |
A D | core.c | 1486 domain_shutdown(d, SHUTDOWN_watchdog); in domain_watchdog_timeout() 1834 ret = domain_shutdown(current->domain, (u8)sched_shutdown.reason); in do_sched_op() 1889 domain_shutdown(d, sched_remote_shutdown.reason); in do_sched_op()
|
/xen/tools/libxl/ |
A D | libxl_types.idl | 1169 [("domain_shutdown", Struct(None, [
|
A D | libxl_domain.c | 961 ev->u.domain_shutdown.shutdown_reason = in domain_death_xswatch_callback()
|
/xen/tools/xentrace/ |
A D | formats | 28 0x00028007 CPU%(cpu)d %(tsc)d (+%(reltsc)8d) domain_shutdown [ dom:vcpu = 0x%(1)04x%(2)04x, re…
|
/xen/tools/golang/xenlight/ |
A D | helpers.gen.go | 4016 var domain_shutdown C.libxl_event_type_union_domain_shutdown 4017 domain_shutdown.shutdown_reason = C.uint8_t(tmp.ShutdownReason) 4018 domain_shutdownBytes := C.GoBytes(unsafe.Pointer(&domain_shutdown),C.sizeof_libxl_event_type_union_…
|
Completed in 48 milliseconds