/xen-4.10.0-shim-comet/tools/blktap2/control/ |
A D | tap-ctl-create.c | 49 goto destroy; in tap_ctl_create() 54 goto destroy; in tap_ctl_create() 64 destroy: in tap_ctl_create()
|
A D | Makefile | 24 CTL_OBJS += tap-ctl-destroy.o
|
/xen-4.10.0-shim-comet/tools/libs/toollog/include/ |
A D | xentoollog.h | 60 void (*destroy)(struct xentoollog_logger *logger); member 121 (buffer).vtable.destroy = LOGGER##_destroy; \
|
/xen-4.10.0-shim-comet/tools/hotplug/FreeBSD/ |
A D | vif-bridge | 36 ifconfig $iface_dev destroy
|
/xen-4.10.0-shim-comet/tools/hotplug/Linux/ |
A D | block-tap | 100 do_or_die tap-ctl destroy -p ${pid} -m ${minor} > /dev/null
|
/xen-4.10.0-shim-comet/tools/libs/toollog/ |
A D | xtl_core.c | 82 logger->destroy(logger); in xtl_logger_destroy()
|
/xen-4.10.0-shim-comet/tools/flask/policy/modules/ |
A D | xenstore.te | 10 # Xenstore requires the global VIRQ for domain destroy operations
|
A D | xen.if | 85 getaddrsize pause unpause trigger shutdown destroy 98 allow $1 $2:domain { getaddrsize getvcpucontext pause destroy };
|
/xen-4.10.0-shim-comet/tools/ocaml/libs/xentoollog/ |
A D | xentoollog.mli.in | 37 (*destroy : handle -> unit*)
|
A D | xentoollog.ml.in | 30 (*destroy : unit -> unit*)
|
A D | xentoollog_stubs.c | 175 xtl->vtable.destroy = &xtl_destroy; in stub_xtl_create_logger()
|
/xen-4.10.0-shim-comet/tools/xenstat/xentop/ |
A D | TODO | 19 Full management: pause, destroy, create domains
|
/xen-4.10.0-shim-comet/tools/flask/policy/policy/ |
A D | mls | 77 mlsconstrain domain { setvcpucontext pause unpause resume create max_vcpus destroy setaffinity sche…
|
/xen-4.10.0-shim-comet/tools/ocaml/libs/xl/ |
A D | xenlight.ml.in | 42 external destroy : ctx -> domid -> ?async:'a -> unit -> unit = "stub_libxl_domain_destroy"
|
A D | xenlight.mli.in | 44 external destroy : ctx -> domid -> ?async:'a -> unit -> unit = "stub_libxl_domain_destroy"
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | tmem_control.c | 23 bool destroy = arg == XEN_SYSCTL_TMEM_OP_DESTROY; in tmemc_freeze_pools() local 26 s = destroy ? "destroyed" : ( freeze ? "frozen" : "thawed" ); in tmemc_freeze_pools()
|
/xen-4.10.0-shim-comet/tools/xentrace/ |
A D | formats | 213 0x00084005 CPU%(cpu)d %(tsc)d (+%(reltsc)8d) hpet destroy [ tn = %(1)d ] 214 0x00084006 CPU%(cpu)d %(tsc)d (+%(reltsc)8d) pit destroy [ ] 215 0x00084007 CPU%(cpu)d %(tsc)d (+%(reltsc)8d) rtc destroy [ ] 216 0x00084008 CPU%(cpu)d %(tsc)d (+%(reltsc)8d) vlapic destroy [ ]
|
A D | xenalyze.c | 1601 } destroy; member 3955 if(p->destroy.callback) in cr3_switch() 3956 p->destroy.switch_count++; in cr3_switch() 4062 if(p->destroy.callback) in cr3_dump_list() 4064 p->destroy.flush_count, in cr3_dump_list() 4065 p->destroy.switch_count, in cr3_dump_list() 4066 p->destroy.fixup_user, in cr3_dump_list() 4067 p->destroy.emulate_corr_user); in cr3_dump_list() 4107 if(v->cr3.data->destroy.callback) in hvm_cr_write_postprocess() 4770 if(cur->destroy.callback) in hvm_handler_process() [all …]
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | CODING_STYLE | 185 * Unconditionally cancel or destroy the sub-operation in your own 186 cancel or destroy method.
|
A D | libxl_internal.h | 3471 LIBXL_DEFINE_DEVICE_REMOVE_EXT(type, generic, destroy, 1) 3475 LIBXL_DEFINE_DEVICE_REMOVE_EXT(type, type, destroy, 1)
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xen-vtpm.pod.7 | 195 The TPM Manager does not respond to shutdown requests; use the destroy command 270 destroy the vtpm when the guest shuts down.
|
A D | xl.cfg.pod.5.in | 353 =item B<destroy> 355 destroy the domain 359 destroy the domain and immediately create a new domain with the same 369 keep the domain. It can be examined, and later destroyed with B<xl destroy>. 371 =item B<coredump-destroy> 374 destroy the domain. 389 The default for B<on_poweroff> is B<destroy>. 399 Default is B<destroy>. 403 Action to take if the domain crashes. Default is B<destroy>.
|
/xen-4.10.0-shim-comet/ |
A D | README | 112 3. For the very first build, or if you want to destroy build trees,
|
A D | INSTALL | 132 coredump-destroy or coredump-restart can be specified with this option.
|
/xen-4.10.0-shim-comet/xen/xsm/flask/policy/ |
A D | access_vectors | 138 destroy
|