Searched refs:trigger (Results 1 – 15 of 15) sorted by relevance
| /tools/xl/ |
| A D | xl_misc.c | 28 libxl_trigger trigger; in button_press() local 31 trigger = LIBXL_TRIGGER_POWER; in button_press() 33 trigger = LIBXL_TRIGGER_SLEEP; in button_press() 39 libxl_send_trigger(ctx, domid, trigger, 0, NULL); in button_press() 88 libxl_trigger trigger; in main_trigger() local 97 if (libxl_trigger_from_string(trigger_name, &trigger)) { in main_trigger() 109 libxl_send_trigger(ctx, domid, trigger, vcpuid, NULL); in main_trigger()
|
| /tools/flask/policy/policy/ |
| A D | mls | 77 …ainhandle setdebugging hypercall settime set_target shutdown setaddrsize trigger setextvcpucontext…
|
| /tools/flask/policy/modules/ |
| A D | dom0.te | 88 trigger
|
| A D | xen.if | 160 trigger
|
| /tools/include/ |
| A D | libxl.h | 2830 libxl_trigger trigger, uint32_t vcpuid, 2835 libxl_ctx *ctx, uint32_t domid, libxl_trigger trigger, uint32_t vcpuid) in libxl_send_trigger_0x041200() argument 2837 return libxl_send_trigger(ctx, domid, trigger, vcpuid, NULL); in libxl_send_trigger_0x041200()
|
| A D | xenctrl.h | 924 uint32_t trigger,
|
| /tools/golang/xenlight/ |
| A D | xenlight.go | 1318 func (ctx *Context) SendTrigger(domid Domid, trigger Trigger, vcpuid int) error { 1320 C.libxl_trigger(trigger), C.uint32_t(vcpuid), nil)
|
| /tools/python/xen/lowlevel/xc/ |
| A D | xc.c | 1506 int trigger, vcpu = 0; in pyxc_domain_send_trigger() local 1511 &dom, &trigger, &vcpu) ) in pyxc_domain_send_trigger() 1514 if (xc_domain_send_trigger(self->xc_handle, dom, trigger, vcpu) != 0) in pyxc_domain_send_trigger()
|
| /tools/libs/ctrl/ |
| A D | xc_domain.c | 1431 uint32_t trigger, in xc_domain_send_trigger() argument 1438 domctl.u.sendtrigger.trigger = trigger; in xc_domain_send_trigger()
|
| /tools/libs/light/ |
| A D | libxl_domain.c | 2161 libxl_trigger trigger, uint32_t vcpuid, in libxl_send_trigger() argument 2167 switch (trigger) { in libxl_send_trigger() 2199 libxl_trigger_to_string(trigger)); in libxl_send_trigger()
|
| A D | libxl_types.idl | 173 libxl_trigger = Enumeration("trigger", [
|
| /tools/ocaml/xenstored/ |
| A D | connection.ml | 338 (* a well behaved Dom0 shouldn't be able to trigger this,
|
| A D | xenstored.ml | 344 can be sensibly slower, and indeed one of our own testcases can trigger
|
| /tools/firmware/vgabios/ |
| A D | clext.c | 1575 out dx, ax ;; High byte and trigger the write
|
| /tools/xentrace/ |
| A D | xenalyze.c | 3493 trigger:1, in hvm_vlapic_icr_handler() member
|
Completed in 59 milliseconds