Home
last modified time | relevance | path

Searched refs:reason (Results 1 – 18 of 18) sorted by relevance

/tools/misc/
A Dxen-access.c714 rsp.reason = req.reason; in main()
716 switch (req.reason) { in main()
883 fprintf(stderr, "UNKNOWN REASON CODE %d\n", req.reason); in main()
/tools/libs/devicemodel/
A Dcore.c579 xendevicemodel_handle *dmod, domid_t domid, unsigned int reason) in xendevicemodel_shutdown() argument
589 data->reason = reason; in xendevicemodel_shutdown()
/tools/include/
A Dxendevicemodel.h328 xendevicemodel_handle *dmod, domid_t domid, unsigned int reason);
A Dxenctrl.h555 int reason);
/tools/ocaml/libs/xc/
A Dxenctrl_stubs.c390 CAMLprim value stub_xc_domain_shutdown(value xch_val, value domid, value reason) in stub_xc_domain_shutdown() argument
392 CAMLparam3(xch_val, domid, reason); in stub_xc_domain_shutdown()
396 ret = xc_domain_shutdown(xch, Int_val(domid), Int_val(reason)); in stub_xc_domain_shutdown()
/tools/hotplug/Linux/init.d/
A Dsysconfig.xendomains.in75 # for some reason or another. To do this, set this variable to
/tools/python/xen/lowlevel/xc/
A Dxc.c225 uint32_t dom, reason; in pyxc_domain_shutdown() local
227 if ( !PyArg_ParseTuple(args, "ii", &dom, &reason) ) in pyxc_domain_shutdown()
230 if ( xc_domain_shutdown(self->xc_handle, dom, reason) != 0 ) in pyxc_domain_shutdown()
/tools/libs/ctrl/
A Dxc_domain.c97 int reason) in xc_domain_shutdown() argument
110 arg->reason = reason; in xc_domain_shutdown()
/tools/firmware/hvmloader/
A Dutil.c630 struct sched_shutdown shutdown = { .reason = SHUTDOWN_crash }; in crash()
/tools/xentrace/
A Dxenalyze.c3601 long reason=(long)data; in hvm_mmio_summary() local
3603 PRINT_SUMMARY(h->summary.mmio[reason], in hvm_mmio_summary()
3609 long reason; in hvm_mmio_assist_postprocess() local
3615 reason=NONPF_MMIO_NPF; in hvm_mmio_assist_postprocess()
3616 hvm_set_summary_handler(h, hvm_mmio_summary, (void *)reason); in hvm_mmio_assist_postprocess()
3619 reason=NONPF_MMIO_APIC; in hvm_mmio_assist_postprocess()
3620 hvm_set_summary_handler(h, hvm_mmio_summary, (void *)reason); in hvm_mmio_assist_postprocess()
3631 reason=NONPF_MMIO_UNKNOWN; in hvm_mmio_assist_postprocess()
3632 hvm_set_summary_handler(h, hvm_mmio_summary, (void *)reason); in hvm_mmio_assist_postprocess()
3639 update_cycles(&h->summary.mmio[reason], in hvm_mmio_assist_postprocess()
[all …]
/tools/xenstored/
A Dtalloc.c69 #define TALLOC_ABORT(reason) abort() argument
/tools/libs/guest/
A DCOPYING94 are the reason we use the ordinary General Public License for many
384 infringement or for any other reason (not limited to patent issues),
/tools/libs/stat/
A DCOPYING87 are the reason we use the ordinary General Public License for many
377 infringement or for any other reason (not limited to patent issues),
/tools/ocaml/
A DLICENSE54 … advantage over competing non-free programs. These disadvantages are the reason we use the ordinar…
140 …f a court judgment or allegation of patent infringement or for any other reason (not limited to pa…
/tools/golang/xenlight/
A DLICENSE85 are the reason we use the ordinary General Public License for many
375 infringement or for any other reason (not limited to patent issues),
/tools/firmware/vgabios/
A DCOPYING85 are the reason we use the ordinary General Public License for many
375 infringement or for any other reason (not limited to patent issues),
/tools/xenmon/
A DCOPYING198 infringement or for any other reason (not limited to patent issues),
/tools/firmware/rombios/
A Drombios.c2222 print_boot_failure(type, reason)
2223 Bit16u type; Bit8u reason;
2230 if (reason==0)

Completed in 78 milliseconds