/xen/tools/include/xen-foreign/ |
A D | mkchecker.py | 11 f.write(''' 29 f.write('\tprintf("\\n");'); 33 f.write('\tprintf("\\n");'); 35 f.write('\tprintf("\\n");'); 50 f.write('# else\n') 55 f.write('\t);\n') 56 f.write("#else\n"); 61 f.write("#endif\n"); 65 f.write('\tprintf("\\n");\n'); 66 f.write('\texit(0);\n'); [all …]
|
/xen/tools/libxl/ |
A D | gentest.py | 100 f.write(""" 230 f.write("{\n") 233 f.write("\n") 236 f.write(""" 244 f.write(""" 294 f.write("\n") 330 f.write("\n") 342 f.write("\n") 353 f.write("\n") 365 f.write("\n") [all …]
|
A D | gentypes.py | 642 f.write("\n") 667 f.write("\n") 693 f.write("\n") 700 f.write(""" 725 f.write("\n") 734 f.write("\n") 746 f.write("\n") 758 f.write("\n") 766 f.write("\n") 773 f.write("\n") [all …]
|
A D | check-xl-vcpupin-parse | 64 write () { function 161 write foo 255 "" 164 write "all" 0 "cpumap: all" 165 write "nodes:all" 0 "cpumap: all" 166 write "all,nodes:all" 0 "cpumap: all" 167 write "all,^nodes:0,all" 0 "cpumap: all" 170 write "^0" 0 "cpumap: none" 176 write "$cpu" 0 "cpumap: $cpu" 195 write "all,^$cpu" 0 "cpumap: $expected_range" 211 write "$expected_range" 0 "cpumap: $expected_range" [all …]
|
/xen/tools/ocaml/libs/xentoollog/ |
A D | genlevels.py | 106 mli.write(autogen_header("(*", "*)")) 110 ml.write(autogen_header("(*", "*)")) 114 cinc.write(autogen_header("/*", "*/")) 116 mli.write(gen_mli(olevels)) 117 mli.write("\n") 119 ml.write(gen_ml(olevels)) 120 ml.write("\n") 122 cinc.write(gen_c(levels)) 123 cinc.write("\n") 125 ml.write("(* END OF AUTO-GENERATED CODE *)\n") [all …]
|
/xen/tools/libvchan/ |
A D | init.c | 78 int pages_right = ctrl->write.order >= PAGE_SHIFT ? 1 << (ctrl->write.order - PAGE_SHIFT) : 0; in init_gnt_srv() 93 ctrl->write.shr = &ctrl->ring->right; in init_gnt_srv() 114 switch (ctrl->write.order) { in init_gnt_srv() 124 if (!ctrl->write.buffer) in init_gnt_srv() 155 ctrl->write.shr = &ctrl->ring->left; in init_gnt_cli() 157 if (ctrl->write.order < SMALL_RING_SHIFT || ctrl->write.order > MAX_RING_SHIFT) in init_gnt_cli() 166 switch (ctrl->write.order) { in init_gnt_cli() 178 if (!ctrl->write.buffer) in init_gnt_cli() 205 if (ctrl->write.order >= PAGE_SHIFT) in init_gnt_cli() 333 ctrl->write.order = LARGE_RING_SHIFT; in libxenvchan_server_init() [all …]
|
A D | io.c | 65 return &ctrl->write.shr->prod; in _wr_prod() 71 return ctrl->write.shr->cons; in wr_cons() 81 return ctrl->write.buffer; in wr_ring() 86 return (1 << ctrl->write.order); in wr_ring_size() 364 if (ctrl->write.order >= PAGE_SHIFT) in libxenvchan_close() 365 munmap(ctrl->write.buffer, 1 << ctrl->write.order); in libxenvchan_close()
|
/xen/tools/golang/xenlight/ |
A D | gengotypes.py | 41 f.write(comment) 47 f.write(tdef) 48 f.write('\n') 210 f.write('/*\n') 214 f.write('\n') 217 f.write(s) 218 f.write('\n') 227 f.write('\n') 231 f.write(fdef) 232 f.write('\n') [all …]
|
/xen/tools/hotplug/NetBSD/ |
A D | block | 15 xenstore-write $xpath/hotplug-status error \ 83 xenstore-write $xpath/vnd $device 90 xenstore-write $xpath/physical-device $physical_device 91 xenstore-write $xpath/hotplug-status connected
|
/xen/tools/ocaml/libs/xl/ |
A D | genwrap.py | 545 ml.write(autogen_header("(*", "*)")) 549 mli.write(autogen_header("(*", "*)")) 559 ml.write(gen_ocaml_ml(ty, False)) 560 ml.write("\n") 563 mli.write("\n") 566 cinc.write(gen_c_val(ty)) 567 cinc.write("\n") 568 cinc.write(gen_Val_ocaml(ty)) 569 cinc.write("\n") 572 cinc.write("\n") [all …]
|
/xen/docs/man/ |
A D | xenstore-write.1.pod | 3 xenstore-write - write Xenstore values 12 provided to write them at once - in one Xenstore transaction.
|
A D | xenstore-chmod.1.pod | 26 write 30 read and write (both) 41 write, and set permissions).
|
A D | xenstore-ls.1.pod | 36 write 40 read and write (both) 51 write, and set permissions).
|
/xen/xen/tools/ |
A D | gen-cpuid.py | 346 state.output.write( 355 state.output.write( 397 state.output.write( 403 state.output.write( 415 state.output.write( 419 state.output.write( 425 state.output.write( 429 state.output.write( 508 sys.stderr.write("%s: Fail: %s\n" %
|
/xen/tools/ocaml/xenstored/ |
A D | select.ml | 16 (* The [read], [write], [except] are fields mapped to the POLLIN/OUT/PRI 21 mutable write: bool; RecordField 37 let init_event () = {read = false; write = false; except = false} 49 List.iter (add_event (fun x -> x.write <- true)) out_fds; 62 (if event.write then fd :: w else w),
|
A D | logging.ml | 58 write: ?level:level -> string -> unit } RecordField 101 let write ?level:_ s = 108 { stop=stop; restart=restart; rotate=rotate; write=write } 145 let write ?level s = 155 { stop = nothing; restart = nothing; rotate = nothing; write=write } 171 logger.write ~level:Info (Printf.sprintf "Xen Storage Daemon, version %d.%d" 193 Printf.ksprintf (fun s -> logger.write ~level (prefix ^ s)) fmt 244 | Xenbus.Xb.Op.Write -> "write " 299 logger.write ~level msg) 308 let write_coalesce data = access_logging Coalesce ~data:("write "^data) ~level:Debug
|
/xen/docs/misc/ |
A D | block-scripts.txt | 49 $XENBUS/mode 'r' (for readonly) or 'w' (for read-write) 62 $XENBUS/mode 'r' (for readonly) or 'w' (for read-write) 73 provided to a VM read/write, that it is not provided to any other VM. 75 FreeBSD block hotplug scripts must write 78 write this node. 80 For the time being, Linux and NetBSD block hotplug scripts must write 108 simply write "physical-device-path", and then have libxl write the
|
/xen/xen/arch/arm/vgic/ |
A D | vgic-mmio.h | 26 void (*write)(struct vcpu *vcpu, paddr_t addr, member 67 .write = wr, \ 77 .write = wr, \
|
/xen/xen/include/xen/ |
A D | param.h | 115 .hypfs.e.write = hypfs_write_custom, \ 126 .hypfs.e.write = hypfs_write_bool, \ 136 .hypfs.e.write = hypfs_write_leaf, \ 146 .hypfs.e.write = hypfs_write_leaf, \ 156 .hypfs.e.write = hypfs_write_leaf, \
|
/xen/xen/arch/arm/platforms/ |
A D | vexpress.c | 32 static inline int vexpress_ctrl_start(uint32_t *syscfg, int write, in vexpress_ctrl_start() argument 42 (write ? V2M_SYS_CFG_WRITE : 0) | in vexpress_ctrl_start()
|
/xen/tools/debugger/gdbsx/gx/ |
A D | gx_comm.c | 227 if (write(remote_fd, "-", 1) != 1) { in gx_getpkt() 236 if (write(remote_fd, "+", 1) != 1) { in gx_getpkt() 303 if (write(remote_fd, buf2, p - buf2) != p - buf2) { in gx_putpkt()
|
/xen/xen/arch/arm/ |
A D | io.c | 75 ret = handler->ops->write(v, info, get_user_reg(regs, dabt.reg), in handle_write() 137 dabt.write ) in try_handle_mmio() 149 if ( info.dabt.write ) in try_handle_mmio()
|
/xen/tools/ocaml/libs/xs/ |
A D | xst.ml | 22 write: string -> string -> unit; RecordField 35 write = (fun path value -> Xsraw.write tid path value xsh);
|
/xen/tools/ocaml/libs/mmap/ |
A D | xenmmap.ml | 28 (* write: interface -> data -> start -> length -> unit *) 29 external write: mmap_interface -> string -> int -> int -> unit = "stub_mmap_write"
|
/xen/xen/arch/x86/hvm/ |
A D | intercept.c | 66 return handler->mmio.ops->write(current, addr, size, data); in hvm_mmio_write() 72 .write = hvm_mmio_write 113 .write = hvm_portio_write 198 rc = ops->write(handler, addr, p->size, data); in hvm_process_io_intercept()
|