Searched refs:reason (Results 1 – 18 of 18) sorted by relevance
| /tools/misc/ |
| A D | xen-access.c | 714 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 D | core.c | 579 xendevicemodel_handle *dmod, domid_t domid, unsigned int reason) in xendevicemodel_shutdown() argument 589 data->reason = reason; in xendevicemodel_shutdown()
|
| /tools/include/ |
| A D | xendevicemodel.h | 328 xendevicemodel_handle *dmod, domid_t domid, unsigned int reason);
|
| A D | xenctrl.h | 555 int reason);
|
| /tools/ocaml/libs/xc/ |
| A D | xenctrl_stubs.c | 390 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 D | sysconfig.xendomains.in | 75 # for some reason or another. To do this, set this variable to
|
| /tools/python/xen/lowlevel/xc/ |
| A D | xc.c | 225 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 D | xc_domain.c | 97 int reason) in xc_domain_shutdown() argument 110 arg->reason = reason; in xc_domain_shutdown()
|
| /tools/firmware/hvmloader/ |
| A D | util.c | 630 struct sched_shutdown shutdown = { .reason = SHUTDOWN_crash }; in crash()
|
| /tools/xentrace/ |
| A D | xenalyze.c | 3601 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 D | talloc.c | 69 #define TALLOC_ABORT(reason) abort() argument
|
| /tools/libs/guest/ |
| A D | COPYING | 94 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 D | COPYING | 87 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 D | LICENSE | 54 … 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 D | LICENSE | 85 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 D | COPYING | 85 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 D | COPYING | 198 infringement or for any other reason (not limited to patent issues),
|
| /tools/firmware/rombios/ |
| A D | rombios.c | 2222 print_boot_failure(type, reason) 2223 Bit16u type; Bit8u reason; 2230 if (reason==0)
|
Completed in 70 milliseconds