| /tools/libs/vchan/ |
| A D | init.c | 75 int pages_left = ctrl->read.order >= PAGE_SHIFT ? 1 << (ctrl->read.order - PAGE_SHIFT) : 0; in init_gnt_srv() 90 ctrl->read.shr = &ctrl->ring->left; in init_gnt_srv() 98 switch (ctrl->read.order) { in init_gnt_srv() 108 if (!ctrl->read.buffer) in init_gnt_srv() 154 ctrl->read.shr = &ctrl->ring->right; in init_gnt_cli() 157 if (ctrl->read.order < SMALL_RING_SHIFT || ctrl->read.order > MAX_RING_SHIFT) in init_gnt_cli() 159 if (ctrl->read.order == ctrl->write.order && ctrl->read.order < PAGE_SHIFT) in init_gnt_cli() 182 switch (ctrl->read.order) { in init_gnt_cli() 194 if (!ctrl->read.buffer) in init_gnt_cli() 352 ctrl->read.order = SMALL_RING_SHIFT; in libxenvchan_server_init() [all …]
|
| A D | io.c | 56 return ctrl->read.shr->prod; in rd_prod() 61 return &ctrl->read.shr->cons; in _rd_cons() 78 return ctrl->read.buffer; in rd_ring() 93 return (1 << ctrl->read.order); in rd_ring_size() 364 if (ctrl->read.order >= PAGE_SHIFT) in libxenvchan_close() 365 munmap(ctrl->read.buffer, 1 << ctrl->read.order); in libxenvchan_close()
|
| /tools/python/xen/migration/ |
| A D | verify.py | 20 def __init__(self, info, read): argument 23 self.read = read 27 _ = self.read(nr_bytes)
|
| A D | libxl.py | 74 def __init__(self, info, read): argument 75 VerifyBase.__init__(self, info, read) 157 VerifyLibxc(self.info, self.read).verify()
|
| /tools/ocaml/xenstored/ |
| A D | poll.ml | 16 (* The [read], [write], [except] are fields mapped to the POLLIN/OUT/PRI 20 mutable read: bool; RecordField 29 which we can read from /proc/sys. *) 37 let init_event () = {read = false; write = false; except = false} 48 List.iter (add_event (fun x -> x.read <- true)) in_fds; 61 (if event.read then fd :: r else r),
|
| A D | oxenstored.conf.in | 49 # for xenstore entries that they would've been able to read. 52 # for xenstore entries that they cannot read. The watch event contains
|
| /tools/xenstored/ |
| A D | posix.c | 153 rc = read(fd, str, sizeof(str) - 1); in get_xenbus_evtchn() 223 while ((rc = read(conn->fd, data, len)) < 0) { in readfd() 266 .read = readfd, 388 if (read(reopen_log_pipe[0], &c, 1) != 1) in handle_special_fds()
|
| /tools/ocaml/libs/xs/ |
| A D | xst.ml | 20 read: string -> string; RecordField 33 read = (fun path -> Xsraw.read tid path xsh);
|
| A D | xs.ml | 26 read: string -> string; RecordField 47 read = (fun path -> Xsraw.read 0 path con); 97 (* Returns true if a watch event read from the socket satisfied us *) 102 (* If data is available for reading then read it *)
|
| A D | xsraw.ml | 159 (** Check paths are suitable for read/write/mkdir/rm/directory etc (NOT watches) *) 185 let read tid path con = function 187 sync (Queueop.read tid path) con 190 List.map (fun path -> validate_path path; read tid path con)
|
| /tools/firmware/vgabios/ |
| A D | vbe_display_api.txt | 128 Next, the parameter value can be read or written. 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. 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. 185 This parameter can be read in order to obtain the current virtual height.
|
| /tools/hotplug/Linux/ |
| A D | xen-hotplug-common.sh.in | 64 local v=$(xenstore-read "$@" || true) 65 [ "$v" != "" ] || fatal "xenstore-read $@ failed." 77 xenstore-read "$1" 2>/dev/null || echo "$2"
|
| /tools/misc/ |
| A D | xencov_split | 24 s = f.read(4) 31 content = f.read()
|
| /tools/ocaml/libs/mmap/ |
| A D | xenmmap.ml | 26 (* read: interface -> start -> length -> data *) 27 external read: mmap_interface -> int -> int -> string = "stub_mmap_read"
|
| A D | xenmmap.mli | 24 external read : mmap_interface -> int -> int -> string = "stub_mmap_read"
|
| /tools/xs-clients/ |
| A D | .gitignore | 7 /xenstore-read
|
| /tools/libs/evtchn/ |
| A D | minios.c | 198 file->read = true; in evtchn_handler() 344 file->read = false; in xenevtchn_pending() 357 file->read = true; in xenevtchn_pending()
|
| A D | linux.c | 129 if ( read(fd, &port, sizeof(port)) != sizeof(port) ) in xenevtchn_pending()
|
| /tools/flask/policy/modules/ |
| A D | nomigrate.te | 2 # once built, dom0 cannot read their memory.
|
| /tools/debugger/gdbsx/gx/ |
| A D | gx_comm.c | 168 bufcnt = read(remote_fd, buf, sizeof (buf)); in readchar() 311 cc = read(remote_fd, buf3, 1); in gx_putpkt()
|
| /tools/xenpaging/ |
| A D | file_ops.c | 55 return file_op(fd, page, i, &read); in read_page()
|
| /tools/include/ |
| A D | libxenvchan.h | 88 struct libxenvchan_ring read, write; member
|
| /tools/flask/utils/ |
| A D | loadpolicy.c | 83 ret = read(polFd, polMemCp, info.st_size); in main()
|
| /tools/xl/ |
| A D | xl_flask.c | 115 ret = read(polFd, polMemCp, info.st_size); in main_loadpolicy()
|
| /tools/pygrub/src/ |
| A D | pygrub | 200 buf = os.read(fd, read_size_roundup(fd, 0x8006)) 220 buf = os.read(fd, 512) 239 buf = os.read(fd, 512) 245 buf = os.read(fd, read_size_roundup(fd, partsize)) 271 buf = os.read(fd, 512) 599 buf = f.read(FS_READ_MAX) 896 data = datafile.read(FS_READ_MAX, dataoff)
|