Home
last modified time | relevance | path

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

/tools/python/xen/lowlevel/xs/
A Dxs.c83 static PyObject *none(bool result);
122 return none(errno == ENOENT); in xspy_read()
159 return none(result); in xspy_write()
231 return none(result); in xspy_mkdir()
455 return none(result); in xspy_watch()
571 return none(result); in xspy_unwatch()
685 return none(result); in xspy_introduce_domain()
715 return none(result); in xspy_set_target()
743 return none(result); in xspy_resume_domain()
771 return none(result); in xspy_release_domain()
[all …]
/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 …]
/tools/hotplug/NetBSD/
A Dblock28 vnd=$(xenstore-read "$xpath/vnd" || echo none)
29 if [ $vnd != none ]; then
/tools/ocaml/xenstored/
A Dtransaction.ml21 let none = 0 var
92 let get_id t = match t.ty with No -> none | Full (id, _, _) -> id
122 let ty = if id = none then No else Full(id, Store.copy store, store) in
126 store = if id = none then store else Store.copy store;
135 if id <> none && not internal then (
221 in the lowpath registration. we don't need to handle none. *)
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 Dprocess.ml376 if Transaction.get_id t = Transaction.none then
501 let trial_t = Transaction.make ~internal:true Transaction.none store in
547 if Transaction.get_id t <> Transaction.none then
678 if tid <> Transaction.none then
680 Transaction.none
696 if tid = Transaction.none then
706 if tid = Transaction.none && retain_op_in_history ty then begin
717 if tid <> Transaction.none then
A Dhistory.ml17 tid: int; (* transaction id of the change (may be Transaction.none) *)
A Dconnection.ml47 which could be none. *)
228 Logging.new_connection ~tid:Transaction.none ~con:(get_domstr con);
233 Logging.end_connection ~tid:Transaction.none ~con:(get_domstr con);
333 let pkt = packet_of watch.con Transaction.none 0 Xenbus.Xb.Op.Watchevent data in
/tools/firmware/
A DRules.mk18 $(call cc-option-add,CFLAGS,CC,-fcf-protection=none)
/tools/hotplug/Linux/systemd/
A Dxenconsoled.service.in10 Environment=XENCONSOLED_TRACE=none
/tools/hotplug/Linux/init.d/
A Dsysconfig.xencommons.in3 ## Default: "none"
6 #XENCONSOLED_TRACE=[none|guest|hv|all]
/tools/libs/guest/
A Dxg_core.h89 struct xen_dumpcore_elfnote_none_desc none; member
A Dxg_core.c335 struct xen_dumpcore_elfnote_none_desc none; in elfnote_dump_none() local
341 elfnote.descsz = sizeof(none); in elfnote_dump_none()
346 return dump_rtn(xch, args, (char*)&none, sizeof(none)); in elfnote_dump_none()
/tools/xl/
A Dcheck-xl-vcpupin-parse.data-example18 ^0*0*cpumap: none
A DCODING_STYLE174 the blocks in an if...else chain have braces, or none of them do.
/tools/libacpi/
A DMakefile60 $(MK_DSDT) --debug=$(debug) --maxcpu any --dm-version none >> $@
/tools/libs/util/
A DCODING_STYLE301 the blocks in an if...else chain have braces, or none of them do.
/tools/libs/light/
A DCODING_STYLE311 the blocks in an if...else chain have braces, or none of them do.
A Dlibxl_types.idl528 (0, "none"),

Completed in 39 milliseconds