Home
last modified time | relevance | path

Searched refs:stop (Results 1 – 25 of 29) sorted by relevance

12

/xen/tools/misc/
A Dxencons21 global stop
22 stop = True
25 global stop
26 stop = False
27 while not stop:
/xen/tools/hotplug/Linux/systemd/
A Dxendomains.service.in2 Description=Xendomains - start and stop guests on boot and shutdown
15 ExecStop=@LIBEXEC_BIN@/xendomains stop
/xen/tools/examples/
A DREADME21 vif-bridge - virtual network start/stop script in bridged mode
23 vif-nat - xen virtual network start/stop script in NAT mode
24 vif-route - xen virtual network start/stop script in routed mode
/xen/xen/arch/x86/boot/
A Dcmdline.c133 const char *s, const char *stop, const char **next) in strtoui() argument
143 if ( stop && strchr(stop, *s) ) in strtoui()
/xen/tools/debugger/kdd/
A Dkdd.c828 s->txp.stc.stop.cpu = s->cpuid; in kdd_break()
829 s->txp.stc.stop.ncpus = kdd_count_cpus(s->guest); in kdd_break()
830 s->txp.stc.stop.kthread = 0; /* Let the debugger figure it out */ in kdd_break()
831 s->txp.stc.stop.status = KDD_STC_STATUS_BREAKPOINT; in kdd_break()
832 s->txp.stc.stop.rip1 = s->txp.stc.stop.rip2 = kdd_get_ip(s); in kdd_break()
833 s->txp.stc.stop.nparams = 0; in kdd_break()
834 s->txp.stc.stop.first_chance = 1; in kdd_break()
835 ilen = kdd_read_virtual(s, s->cpuid, s->txp.stc.stop.rip1, in kdd_break()
836 sizeof s->txp.stc.stop.inst, s->txp.stc.stop.inst); in kdd_break()
837 s->txp.stc.stop.ilen = ilen; in kdd_break()
A Dkdd.h308 kdd_stc_stop stop; member
/xen/tools/tests/xenstore/
A Dxs-test.c452 time_t stop; in main() local
502 stop = time(NULL) + randtime; in main()
503 srandom((unsigned int)stop); in main()
505 while ( time(NULL) < stop ) in main()
/xen/xen/arch/x86/
A Dextable.c55 const struct exception_table_entry *stop) in sort_exception_table() argument
57 sort(start, stop - start, in sort_exception_table()
/xen/xen/arch/x86/oprofile/
A Dop_x86_model.h38 void (*stop)(struct op_msrs const * const msrs); member
A Dop_model_ppro.c324 .stop = &ppro_stop,
338 .stop = &ppro_stop,
A Dop_model_athlon.c536 .stop = &athlon_stop
546 .stop = &athlon_stop
A Dop_model_p4.c709 .stop = &p4_stop
720 .stop = &p4_stop
A Dnmi_int.c271 model->stop(msrs); in nmi_cpu_stop()
/xen/docs/
A DREADME.colo1 COLO FT/HA (COarse-grain LOck-stepping Virtual Machines for Non-stop Service)
/xen/tools/ocaml/xenstored/
A Dlogging.ml55 { stop: unit -> unit; RecordField
91 let stop() =
95 stop();
108 { stop=stop; restart=restart; rotate=rotate; write=write }
155 { stop = nothing; restart = nothing; rotate = nothing; write=write }
/xen/
A DCODING_STYLE110 stop; comments containing several sentences must have a full stop
206 - BUG_ON() will stop all hypervisor action immediately. In situations
221 - ASSERT() will stop the hypervisor during development, but allow
A DREADME168 but since we cannot stop the daemon a reboot will be required to make the
/xen/xen/include/asm-x86/
A Duaccess.h286 const struct exception_table_entry *stop);
/xen/tools/hotplug/Linux/init.d/
A Dsysconfig.xendomains.in2 ## Description: xen domain start/stop on boot
119 # On xendomains stop, a number of xm commands (xm migrate, save, shutdown,
/xen/docs/misc/
A Dcrashdb.txt57 -- In order to stop the other processors, we need to acquire the SMP
A Dxenstore-ring.txt58 at any time by setting bits but it will never stop advertising features
/xen/stubdom/grub.patches/
A D60ext4.diff435 + /* if file is too large, just stop and report an error*/
438 + /* file too large, stop reading */
/xen/tools/libxl/
A DCODING_STYLE170 An asynchronous operation should normally have an idempotent stop or
172 its state struct, which arranges that the stop is a no-op.
/xen/docs/admin-guide/
A Dmicrocode-loading.rst105 file. Xen will stop searching at the first match.
/xen/docs/man/
A Dxen-tscmode.7.pod146 certain low-power states, its TSC would stop, destroying the synchrony

Completed in 29 milliseconds

12