/xen-4.10.0-shim-comet/xen/include/xsm/ |
A D | dummy.h | 40 #define XSM_ASSERT_ACTION(def) xsm_default_t action = def; (void)action 50 #define XSM_DEFAULT_ARG xsm_default_t action, 51 #define XSM_DEFAULT_VOID xsm_default_t action 59 switch ( action ) { in xsm_default_action() 164 return xsm_default_action(action, d1, d2); in xsm_grant_mapref() 170 return xsm_default_action(action, d1, d2); in xsm_grant_unmapref() 176 return xsm_default_action(action, d1, d2); in xsm_grant_setup() 182 return xsm_default_action(action, d1, d2); in xsm_grant_transfer() 188 return xsm_default_action(action, d1, d2); in xsm_grant_copy() 194 return xsm_default_action(action, d1, d2); in xsm_grant_query_size() [all …]
|
/xen-4.10.0-shim-comet/xen/arch/arm/ |
A D | irq.c | 170 if ( !action ) in request_irq() 180 xfree(action); in request_irq() 247 action = desc->action; in do_IRQ() 253 action->handler(irq, action->dev_id, regs); in do_IRQ() 254 action = action->next; in do_IRQ() 283 if ( !action ) in release_irq() 312 xfree(action); in release_irq() 336 desc->action = new; in __setup_irq() 443 if ( !action ) in route_irq_to_guest() 449 xfree(action); in route_irq_to_guest() [all …]
|
A D | percpu.c | 53 struct notifier_block *nfb, unsigned long action, void *hcpu) in cpu_percpu_callback() argument 58 switch ( action ) in cpu_percpu_callback()
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | irq.c | 227 action = desc->action; in destroy_irq() 913 action = desc->action; in do_IRQ() 919 action->handler(irq, action->dev_id, regs); in do_IRQ() 1006 action = desc->action; in release_irq() 1015 if (action && action->free_on_release) in release_irq() 1116 action = (irq_guest_action_t *)desc->action; in irq_guest_eoi_timer_fn() 1450 action = (irq_guest_action_t *)desc->action; in desc_guest_eoi() 1567 action = (irq_guest_action_t *)desc->action; in pirq_shared() 1593 action = (irq_guest_action_t *)desc->action; in pirq_guest_bind() 1696 action = (irq_guest_action_t *)desc->action; in __pirq_guest_unbind() [all …]
|
A D | percpu.c | 67 struct notifier_block *nfb, unsigned long action, void *hcpu) in cpu_percpu_callback() argument 72 switch ( action ) in cpu_percpu_callback()
|
/xen-4.10.0-shim-comet/xen/drivers/acpi/apei/ |
A D | apei-internal.h | 51 int __apei_exec_run(struct apei_exec_context *ctx, u8 action, bool_t optional); 53 static inline int apei_exec_run(struct apei_exec_context *ctx, u8 action) in apei_exec_run() argument 55 return __apei_exec_run(ctx, action, 0); in apei_exec_run() 59 static inline int apei_exec_run_optional(struct apei_exec_context *ctx, u8 action) in apei_exec_run_optional() argument 61 return __apei_exec_run(ctx, action, 1); in apei_exec_run_optional()
|
A D | apei-base.c | 156 int __apei_exec_run(struct apei_exec_context *ctx, u8 action, in __apei_exec_run() argument 176 if (entry->action != action) in __apei_exec_run()
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_netbsd.c | 36 libxl__device_action action) in libxl__hotplug() argument 54 (*args)[nr++] = GCSPRINTF("%d", action == LIBXL__DEVICE_ACTION_ADD ? in libxl__hotplug() 65 libxl__device_action action, in libxl__get_hotplug_script_info() argument 78 rc = libxl__hotplug(gc, dev, args, action); in libxl__get_hotplug_script_info() 96 rc = libxl__hotplug(gc, dev, args, action); in libxl__get_hotplug_script_info()
|
A D | libxl_freebsd.c | 114 libxl__device_action action, in libxl__hotplug_nic() argument 156 (*args)[nr++] = (char *) libxl__device_action_to_string(action); in libxl__hotplug_nic() 167 libxl__device_action action) in libxl__hotplug_disk() argument 186 (*args)[nr++] = (char *) libxl__device_action_to_string(action); in libxl__hotplug_disk() 197 libxl__device_action action, in libxl__get_hotplug_script_info() argument 213 rc = libxl__hotplug_nic(gc, dev, args, env, action, num_exec); in libxl__get_hotplug_script_info() 220 rc = libxl__hotplug_disk(gc, dev, args, env, action); in libxl__get_hotplug_script_info()
|
A D | libxl_linux.c | 100 libxl__device_action action, int num_exec) in libxl__hotplug_nic() argument 138 (*args)[nr++] = (char *) libxl__device_action_to_string(action); in libxl__hotplug_nic() 142 (*args)[nr++] = action == LIBXL__DEVICE_ACTION_ADD ? "online" : in libxl__hotplug_nic() 156 libxl__device_action action) in libxl__hotplug_disk() argument 181 (*args)[nr++] = (char *) libxl__device_action_to_string(action); in libxl__hotplug_disk() 194 libxl__device_action action, in libxl__get_hotplug_script_info() argument 207 rc = libxl__hotplug_disk(gc, dev, args, env, action); in libxl__get_hotplug_script_info() 221 rc = libxl__hotplug_nic(gc, dev, args, env, action, num_exec); in libxl__get_hotplug_script_info()
|
/xen-4.10.0-shim-comet/tools/libs/gnttab/ |
A D | freebsd.c | 117 notify.action = 0; in osdep_gnttab_grant_map() 121 notify.action |= UNMAP_NOTIFY_CLEAR_BYTE; in osdep_gnttab_grant_map() 126 notify.action |= UNMAP_NOTIFY_SEND_EVENT; in osdep_gnttab_grant_map() 128 if ( notify.action ) in osdep_gnttab_grant_map() 269 notify.action = 0; in osdep_gntshr_share_pages() 273 notify.action |= UNMAP_NOTIFY_CLEAR_BYTE; in osdep_gntshr_share_pages() 278 notify.action |= UNMAP_NOTIFY_SEND_EVENT; in osdep_gntshr_share_pages() 280 if ( notify.action ) in osdep_gntshr_share_pages()
|
A D | linux.c | 155 notify.action = 0; in osdep_gnttab_grant_map() 158 notify.action |= UNMAP_NOTIFY_CLEAR_BYTE; in osdep_gnttab_grant_map() 162 notify.action |= UNMAP_NOTIFY_SEND_EVENT; in osdep_gnttab_grant_map() 164 if (notify.action) in osdep_gnttab_grant_map() 364 notify.action = 0; in osdep_gntshr_share_pages() 367 notify.action |= UNMAP_NOTIFY_CLEAR_BYTE; in osdep_gntshr_share_pages() 371 notify.action |= UNMAP_NOTIFY_SEND_EVENT; in osdep_gntshr_share_pages() 373 if (notify.action) in osdep_gntshr_share_pages()
|
/xen-4.10.0-shim-comet/tools/hotplug/Linux/ |
A D | colo-proxy-setup | 42 u32 match u32 0 0 flowid 1:2 action mirred egress mirror dev $forwarddev 44 u32 match u32 0 0 flowid 1:2 action mirred egress mirror dev $forwarddev 46 12 u32 match u32 0 0 flowid 1:2 action mirred egress mirror \ 62 0 0 flowid 1:2 action mirred egress mirror dev $forwarddev 64 0 0 flowid 1:2 action mirred egress mirror dev $forwarddev 66 0 0 flowid 1:2 action mirred egress mirror dev $forwarddev
|
/xen-4.10.0-shim-comet/tools/hotplug/FreeBSD/ |
A D | block | 14 action=$2 17 case $action in
|
A D | vif-bridge | 20 action=$2 22 case $action in
|
/xen-4.10.0-shim-comet/tools/xenmon/ |
A D | xenmon.py | 73 parser.add_option("-l", "--live", dest="live", action="store_true", 75 parser.add_option("-n", "--notlive", dest="live", action="store_false", 80 action="store", type="int", default=10, 83 action="store", type="int", default=1000, 86 action="store", type="int", default=100, 96 parser.add_option("--blocked", dest="blocked", action="store_true", 98 parser.add_option("--noblocked", dest="blocked", action="store_false", 101 parser.add_option("--waited", dest="waited", action="store_true", 103 parser.add_option("--nowaited", dest="waited", action="store_false", 106 parser.add_option("--excount", dest="excount", action="store_true", [all …]
|
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/ |
A D | packet.ml | 9 | Ack of (unit -> unit) (* function is the action to execute after sending the ack *) 15 | (Ack _, Ack _) -> true (* just consider the response, not the post-response action *)
|
/xen-4.10.0-shim-comet/tools/xl/ |
A D | xl_vmcontrol.c | 398 libxl_action_on_shutdown action; in handle_domain_death() local 402 action = d_config->on_poweroff; in handle_domain_death() 405 action = d_config->on_reboot; in handle_domain_death() 411 action = d_config->on_crash; in handle_domain_death() 414 action = d_config->on_watchdog; in handle_domain_death() 417 action = d_config->on_soft_reset; in handle_domain_death() 422 action = LIBXL_ACTION_ON_SHUTDOWN_DESTROY; in handle_domain_death() 427 get_action_on_shutdown_name(action)); in handle_domain_death() 429 …if (action == LIBXL_ACTION_ON_SHUTDOWN_COREDUMP_DESTROY || action == LIBXL_ACTION_ON_SHUTDOWN_CORE… in handle_domain_death() 441 action = LIBXL_ACTION_ON_SHUTDOWN_DESTROY; in handle_domain_death() [all …]
|
/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | qconf.cc | 831 Q3Action *action; in contextMenuEvent() local 839 action, SLOT(setOn(bool))); in contextMenuEvent() 840 action->setOn(showName); in contextMenuEvent() 841 action->addTo(headerPopup); in contextMenuEvent() 847 action, SLOT(setOn(bool))); in contextMenuEvent() 848 action->setOn(showRange); in contextMenuEvent() 849 action->addTo(headerPopup); in contextMenuEvent() 856 action->setOn(showData); in contextMenuEvent() 857 action->addTo(headerPopup); in contextMenuEvent() 1177 action->setOn(showDebug()); in createPopupMenu() [all …]
|
/xen-4.10.0-shim-comet/tools/python/scripts/ |
A D | verify-stream-v2 | 143 parser.add_option("-v", "--verbose", action = "store_true", default = False, 145 parser.add_option("-q", "--quiet", action = "store_true", default = False, 151 parser.add_option("--syslog", action = "store_true", default = False,
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/ |
A D | intercept.c | 93 rc = handler->portio.action(IOREQ_READ, addr, size, &val); in hvm_portio_read() 106 return handler->portio.action(IOREQ_WRITE, addr, size, &val); in hvm_portio_write() 287 unsigned int size, portio_action_t action) in register_portio_handler() argument 298 handler->portio.action = action; in register_portio_handler()
|
/xen-4.10.0-shim-comet/xen/drivers/passthrough/vtd/ |
A D | quirks.c | 425 const char *action; in pci_vtd_quirk() local 488 action = "Found masked"; in pci_vtd_quirk() 495 action = "Masked"; in pci_vtd_quirk() 498 action = "Must not mask"; in pci_vtd_quirk() 505 action, seg, bus, dev, func); in pci_vtd_quirk()
|
/xen-4.10.0-shim-comet/xen/drivers/cpufreq/ |
A D | cpufreq_misc_governors.c | 95 struct notifier_block *nfb, unsigned long action, void *hcpu) in cpufreq_userspace_cpu_callback() argument 99 switch (action) in cpufreq_userspace_cpu_callback()
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | stop_machine.c | 177 struct notifier_block *nfb, unsigned long action, void *hcpu) in cpu_callback() argument 181 if ( action == CPU_UP_PREPARE ) in cpu_callback()
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/ |
A D | io.h | 72 portio_action_t action; member 112 portio_action_t action);
|