Home
last modified time | relevance | path

Searched refs:none (Results 1 – 25 of 36) sorted by relevance

12

/xen/tools/python/xen/lowlevel/xs/
A Dxs.c82 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 Drombios.c1057 { 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 Dblock40 vnd=$(xenstore-read "$xpath/vnd" || echo none)
41 if [ $vnd != none ]; then
/xen/tools/ocaml/xenstored/
A Dstdext.ml35 (** 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 Dtransaction.ml21 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 Dprocess.ml209 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 Dconnection.ml114 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 Dhistory.ml17 tid: int; (* transaction id of the change (may be Transaction.none) *)
/xen/tools/hotplug/Linux/init.d/
A Dsysconfig.xencommons.in3 ## Default: "none"
6 #XENCONSOLED_TRACE=[none|guest|hv|all]
/xen/xen/arch/x86/mm/shadow/
A DMakefile6 obj-y += none.o
/xen/automation/scripts/
A Dqemu-smoke-x86-64.sh29 -m 512 -monitor none -serial file:smoke.serial
/xen/tools/hotplug/Linux/systemd/
A Dxenconsoled.service.in10 Environment=XENCONSOLED_TRACE=none
/xen/
A Dconfig.sub1223 | none | np1 | ns16k | ns32k | nvptx \
1515 none)
1578 os=none
1710 os=none
A DConfig.mk208 EMBEDDED_EXTRA_CFLAGS += -fcf-protection=none
/xen/tools/libxc/
A Dxc_core.h89 struct xen_dumpcore_elfnote_none_desc none; member
A Dxc_core.c334 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 Dcheck-xl-vcpupin-parse.data-example18 ^0*0*cpumap: none
/xen/tools/libacpi/
A DMakefile70 $(MK_DSDT) --debug=$(debug) --maxcpu any --dm-version none >> $@
/xen/stubdom/grub.patches/
A D00cvs42 + * 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 D9pfs.pandoc110 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 Dxen-command-line.pandoc319 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 Dbranching-checklist.txt78 (There may well be none.)
/xen/docs/guest-guide/x86/
A Dhypercall-abi.rst92 .. code-block:: none
/xen/docs/hypervisor-guide/x86/
A Dhow-xen-boots.rst97 instruction, and therefore a stack, but none of the ABIs provide one.
/xen/docs/features/
A Dqemu-deprivilege.pandoc86 A SEPARATE UID, and that none of these UIDs map to root. xl will

Completed in 43 milliseconds

12