/xen/tools/python/xen/lowlevel/xs/ |
A D | xs.c | 82 static PyObject *none(bool result); 121 return none(errno == ENOENT); in xspy_read() 158 return none(result); in xspy_write() 230 return none(result); in xspy_mkdir() 454 return none(result); in xspy_watch() 570 return none(result); in xspy_unwatch() 684 return none(result); in xspy_introduce_domain() 714 return none(result); in xspy_set_target() 742 return none(result); in xspy_resume_domain() 770 return none(result); in xspy_release_domain() [all …]
|
/xen/tools/firmware/rombios/ |
A D | rombios.c | 1057 { none, none, none, none, none }, 1086 { none, none, none, none, none }, /* L Ctrl */ 1099 { none, none, none, none, none }, /* L shift */ 1111 { none, none, none, none, none }, /* R Shift */ 1112 { 0x372a, 0x372a, none, none, none }, /* * */ 1113 { none, none, none, none, none }, /* L Alt */ 1115 { none, none, none, none, none }, /* caps lock */ 1126 { none, none, none, none, none }, /* Num Lock */ 1127 { none, none, none, none, none }, /* Scroll Lock */ 1141 { none, none, none, none, none }, [all …]
|
/xen/tools/hotplug/NetBSD/ |
A D | block | 40 vnd=$(xenstore-read "$xpath/vnd" || echo none) 41 if [ $vnd != none ]; then
|
/xen/tools/ocaml/xenstored/ |
A D | stdext.ml | 35 (** if v is not none, apply f on it and return some value else return none. *) 39 (** default value to d if v is none. *) 43 (** apply f on v if not none *)
|
A D | transaction.ml | 21 let none = 0 var 91 let get_id t = match t.ty with No -> none | Full (id, _, _) -> id 121 let ty = if id = none then No else Full(id, Store.copy store, store) in 125 store = if id = none then store else Store.copy store; 133 if id <> none && not internal then ( 213 in the lowpath registration. we don't need to handle none. *)
|
A D | process.ml | 209 if Transaction.get_id t = Transaction.none then 333 let trial_t = Transaction.make ~internal:true Transaction.none store in 379 if Transaction.get_id t <> Transaction.none then 511 if tid <> Transaction.none then 513 Transaction.none 528 if tid = Transaction.none then 538 if tid = Transaction.none && retain_op_in_history ty then begin 548 if tid <> Transaction.none then
|
A D | connection.ml | 114 Logging.new_connection ~tid:Transaction.none ~con:(get_domstr con); 119 Logging.end_connection ~tid:Transaction.none ~con:(get_domstr con); 216 send_reply watch.con Transaction.none 0 Xenbus.Xb.Op.Watchevent data
|
A D | history.ml | 17 tid: int; (* transaction id of the change (may be Transaction.none) *)
|
/xen/tools/hotplug/Linux/init.d/ |
A D | sysconfig.xencommons.in | 3 ## Default: "none" 6 #XENCONSOLED_TRACE=[none|guest|hv|all]
|
/xen/xen/arch/x86/mm/shadow/ |
A D | Makefile | 6 obj-y += none.o
|
/xen/automation/scripts/ |
A D | qemu-smoke-x86-64.sh | 29 -m 512 -monitor none -serial file:smoke.serial
|
/xen/tools/hotplug/Linux/systemd/ |
A D | xenconsoled.service.in | 10 Environment=XENCONSOLED_TRACE=none
|
/xen/ |
A D | config.sub | 1223 | none | np1 | ns16k | ns32k | nvptx \ 1515 none) 1578 os=none 1710 os=none
|
A D | Config.mk | 208 EMBEDDED_EXTRA_CFLAGS += -fcf-protection=none
|
/xen/tools/libxc/ |
A D | xc_core.h | 89 struct xen_dumpcore_elfnote_none_desc none; member
|
A D | xc_core.c | 334 struct xen_dumpcore_elfnote_none_desc none; in elfnote_dump_none() local 340 elfnote.descsz = sizeof(none); in elfnote_dump_none() 345 return dump_rtn(xch, args, (char*)&none, sizeof(none)); in elfnote_dump_none()
|
/xen/tools/libxl/ |
A D | check-xl-vcpupin-parse.data-example | 18 ^0*0*cpumap: none
|
/xen/tools/libacpi/ |
A D | Makefile | 70 $(MK_DSDT) --debug=$(debug) --maxcpu any --dm-version none >> $@
|
/xen/stubdom/grub.patches/ |
A D | 00cvs | 42 + * configure.ac: Test if '--build-id=none' is supported by the 152 +echo "$as_me:$LINENO: checking whether linker accepts \`--build-id=none'" >&5 153 +echo $ECHO_N "checking whether linker accepts \`--build-id=none'... $ECHO_C" >&6 155 +LDFLAGS="$LDFLAGS -Wl,--build-id=none" 206 + LDFLAGS="$LDFLAGS -Wl,--build-id=none" 300 +AC_MSG_CHECKING([whether linker accepts `--build-id=none']) 302 +LDFLAGS="$LDFLAGS -Wl,--build-id=none" 307 + LDFLAGS="$LDFLAGS -Wl,--build-id=none"
|
/xen/docs/misc/ |
A D | 9pfs.pandoc | 110 Values: "none" 112 *none*: files are stored using the same credentials as they are 114 Only "none" is supported in this version of the protocol.
|
A D | xen-command-line.pandoc | 319 ACPI indicating none to be there. 404 > `= List of [ vga | com1[H,L] | com2[H,L] | pv | dbgp | none ]` 425 `none` indicates that Xen should not use a console. This option only 429 > `= none | date | datems | boot | raw` 431 > Default: `none` 437 * `none`: No timestamps 536 If none of the other **cpuid_mask_\*** options are given, Xen has a set of 753 map-reserved=<bool>, none ] 804 * The `none` option is intended for development purposes only, and skips 1152 > Default: `guest_loglvl=none/warning` [all …]
|
/xen/docs/process/ |
A D | branching-checklist.txt | 78 (There may well be none.)
|
/xen/docs/guest-guide/x86/ |
A D | hypercall-abi.rst | 92 .. code-block:: none
|
/xen/docs/hypervisor-guide/x86/ |
A D | how-xen-boots.rst | 97 instruction, and therefore a stack, but none of the ABIs provide one.
|
/xen/docs/features/ |
A D | qemu-deprivilege.pandoc | 86 A SEPARATE UID, and that none of these UIDs map to root. xl will
|