/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/tools/libxl/ |
A D | gentest.py | 98 f.write(""" 228 f.write("{\n") 231 f.write("\n") 234 f.write(""" 242 f.write(""" 292 f.write("\n") 328 f.write("\n") 340 f.write("\n") 351 f.write("\n") 363 f.write("\n") [all …]
|
A D | gentypes.py | 631 f.write("\n") 656 f.write("\n") 682 f.write("\n") 689 f.write(""" 714 f.write("\n") 723 f.write("\n") 735 f.write("\n") 747 f.write("\n") 755 f.write("\n") 762 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-4.10.0-shim-comet/tools/ocaml/libs/xentoollog/ |
A D | genlevels.py | 103 mli.write(autogen_header("(*", "*)")) 107 ml.write(autogen_header("(*", "*)")) 111 cinc.write(autogen_header("/*", "*/")) 113 mli.write(gen_mli(olevels)) 114 mli.write("\n") 116 ml.write(gen_ml(olevels)) 117 ml.write("\n") 119 cinc.write(gen_c(levels)) 120 cinc.write("\n") 122 ml.write("(* END OF AUTO-GENERATED CODE *)\n") [all …]
|
/xen-4.10.0-shim-comet/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() 322 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-4.10.0-shim-comet/xen/xsm/flask/ |
A D | gen-policy.py | 6 sys.stdout.write(""" 15 sys.stdout.write(" 0x%02x," % ord(char)) 18 sys.stdout.write("\n") 20 sys.stdout.write("""
|
/xen-4.10.0-shim-comet/xen/tools/ |
A D | fig-to-oct.py | 7 sys.stdout.write('"') 11 sys.stdout.write("\\%03o" % ord(char)) 16 sys.stdout.write('" \\\n"') 18 sys.stdout.write('"\n')
|
A D | gen-cpuid.py | 317 state.output.write( 326 state.output.write( 359 state.output.write( 365 state.output.write( 371 state.output.write( 375 state.output.write(
|
/xen-4.10.0-shim-comet/xen/arch/arm/platforms/ |
A D | vexpress.c | 33 static inline int vexpress_ctrl_start(uint32_t *syscfg, int write, in vexpress_ctrl_start() argument 43 (write ? V2M_SYS_CFG_WRITE : 0) | in vexpress_ctrl_start() 63 int vexpress_syscfg(int write, int function, int device, uint32_t *data) in vexpress_syscfg() argument 77 if ( write ) in vexpress_syscfg() 82 if ( vexpress_ctrl_start(syscfg, write, function, device) < 0 ) in vexpress_syscfg() 85 if ( vexpress_ctrl_start(syscfg, write, function, device) < 0 ) in vexpress_syscfg()
|
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/tools/ocaml/libs/xl/ |
A D | genwrap.py | 542 ml.write(autogen_header("(*", "*)")) 546 mli.write(autogen_header("(*", "*)")) 556 ml.write(gen_ocaml_ml(ty, False)) 557 ml.write("\n") 560 mli.write("\n") 563 cinc.write(gen_c_val(ty)) 564 cinc.write("\n") 565 cinc.write(gen_Val_ocaml(ty)) 566 cinc.write("\n") 569 cinc.write("\n") [all …]
|
/xen-4.10.0-shim-comet/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 } 169 logger.write ~level:Info (Printf.sprintf "Xen Storage Daemon, version %d.%d" 191 Printf.ksprintf (fun s -> logger.write ~level (prefix ^ s)) fmt 240 | Xenbus.Xb.Op.Write -> "write " 297 logger.write ~level msg) 306 let write_coalesce data = access_logging Coalesce ~data:("write "^data) ~level:Debug
|
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/docs/man/ |
A D | xenstore-chmod.pod.1 | 26 write 30 read and write (both) 41 write, and set permissions).
|
A D | xenstore-ls.pod.1 | 36 write 40 read and write (both) 51 write, and set permissions).
|
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/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-4.10.0-shim-comet/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-4.10.0-shim-comet/tools/xenstore/ |
A D | xenstored_core.h | 109 connwritefn_t *write; member 162 struct connection *new_connection(connwritefn_t *write, connreadfn_t *read);
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/ |
A D | intercept.c | 65 return handler->mmio.ops->write(current, addr, size, data); in hvm_mmio_write() 71 .write = hvm_mmio_write 112 .write = hvm_portio_write 190 rc = ops->write(handler, addr, p->size, data); in hvm_process_io_intercept()
|
/xen-4.10.0-shim-comet/tools/firmware/vgabios/ |
A D | vbe_display_api.txt | 142 This parameter can be used to read/write the vbe display X resolution (in pixels). 150 This parameter can be used to read/write the vbe display Y resolution (in pixels). 158 This parameter can be used to read/write the vbe display BPP. 166 This parameter can be used to read/write the vbe ENABLED state. 169 …If the bios write VBE_DISPI_DISABLED then the display code will switch back to normal vga mode beh… 174 This parameter can be used to read/write the current selected BANK (at 0xA0000). 179 This parameter can be used to read/write the current virtual width.
|
/xen-4.10.0-shim-comet/tools/blktap2/include/ |
A D | atomicio.h | 35 #define vwrite (ssize_t (*)(int, void *, size_t))write
|