Searched refs:none (Results 1 – 19 of 19) sorted by relevance
| /tools/python/xen/lowlevel/xs/ |
| A D | xs.c | 83 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 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 …]
|
| /tools/hotplug/NetBSD/ |
| A D | block | 28 vnd=$(xenstore-read "$xpath/vnd" || echo none) 29 if [ $vnd != none ]; then
|
| /tools/ocaml/xenstored/ |
| A D | transaction.ml | 21 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 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 | process.ml | 376 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 D | history.ml | 17 tid: int; (* transaction id of the change (may be Transaction.none) *)
|
| A D | connection.ml | 47 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 D | Rules.mk | 18 $(call cc-option-add,CFLAGS,CC,-fcf-protection=none)
|
| /tools/hotplug/Linux/systemd/ |
| A D | xenconsoled.service.in | 10 Environment=XENCONSOLED_TRACE=none
|
| /tools/hotplug/Linux/init.d/ |
| A D | sysconfig.xencommons.in | 3 ## Default: "none" 6 #XENCONSOLED_TRACE=[none|guest|hv|all]
|
| /tools/libs/guest/ |
| A D | xg_core.h | 89 struct xen_dumpcore_elfnote_none_desc none; member
|
| A D | xg_core.c | 335 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 D | check-xl-vcpupin-parse.data-example | 18 ^0*0*cpumap: none
|
| A D | CODING_STYLE | 174 the blocks in an if...else chain have braces, or none of them do.
|
| /tools/libacpi/ |
| A D | Makefile | 60 $(MK_DSDT) --debug=$(debug) --maxcpu any --dm-version none >> $@
|
| /tools/libs/util/ |
| A D | CODING_STYLE | 301 the blocks in an if...else chain have braces, or none of them do.
|
| /tools/libs/light/ |
| A D | CODING_STYLE | 311 the blocks in an if...else chain have braces, or none of them do.
|
| A D | libxl_types.idl | 528 (0, "none"),
|
Completed in 39 milliseconds