Home
last modified time | relevance | path

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

12

/xen-4.10.0-shim-comet/tools/misc/
A Dxencons21 global stop
22 stop = True
25 global stop
26 stop = False
27 while not stop:
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/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-4.10.0-shim-comet/xen/arch/x86/boot/
A Dcmdline.c130 static unsigned int strtoui(const char *s, const char *stop, const char **next) in strtoui() argument
140 if ( stop && strchr(stop, *s) ) in strtoui()
/xen-4.10.0-shim-comet/tools/debugger/kdd/
A Dkdd.c490 s->txp.stc.stop.cpu = s->cpuid; in kdd_break()
491 s->txp.stc.stop.ncpus = kdd_count_cpus(s->guest); in kdd_break()
492 s->txp.stc.stop.kthread = 0; /* Let the debugger figure it out */ in kdd_break()
493 s->txp.stc.stop.status = KDD_STC_STATUS_BREAKPOINT; in kdd_break()
494 s->txp.stc.stop.rip1 = s->txp.stc.stop.rip2 = kdd_get_ip(s); in kdd_break()
495 s->txp.stc.stop.nparams = 0; in kdd_break()
496 s->txp.stc.stop.first_chance = 1; in kdd_break()
497 ilen = kdd_read_virtual(s, s->cpuid, s->txp.stc.stop.rip1, in kdd_break()
498 sizeof s->txp.stc.stop.inst, s->txp.stc.stop.inst); in kdd_break()
499 s->txp.stc.stop.ilen = ilen; in kdd_break()
A Dkdd.h309 kdd_stc_stop stop; member
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dextable.c54 const struct exception_table_entry *stop) in sort_exception_table() argument
56 sort(start, stop - start, in sort_exception_table()
/xen-4.10.0-shim-comet/tools/tests/xenstore/
A Dxs-test.c451 time_t stop; in main() local
501 stop = time(NULL) + randtime; in main()
502 srandom((unsigned int)stop); in main()
504 while ( time(NULL) < stop ) in main()
/xen-4.10.0-shim-comet/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.c532 .stop = &athlon_stop
542 .stop = &athlon_stop
A Dop_model_p4.c709 .stop = &p4_stop
720 .stop = &p4_stop
A Dnmi_int.c270 model->stop(msrs); in nmi_cpu_stop()
/xen-4.10.0-shim-comet/docs/
A DREADME.colo1 COLO FT/HA (COarse-grain LOck-stepping Virtual Machines for Non-stop Service)
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/
A DCODING_STYLE97 stop; comments containing several sentences must have a full stop
A DREADME167 but since we cannot stop the daemon a reboot will be required to make the
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Duaccess.h286 const struct exception_table_entry *stop);
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/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
A Dxen-command-line.markdown296 of stop bits.
304 * `S` is an integer 1 or 2 for the number of stop bits.
352 * `stop-bits` - only accepts 1 or 2 for the number of stop bits
/xen-4.10.0-shim-comet/stubdom/grub.patches/
A D60ext4.diff435 + /* if file is too large, just stop and report an error*/
438 + /* file too large, stop reading */
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/tools/blktap2/
A DREADME117 devices and stop blktap2 drivers. This can be used to implement a

Completed in 29 milliseconds

12