Home
last modified time | relevance | path

Searched refs:part (Results 1 – 20 of 20) sorted by relevance

/tools/firmware/hvmloader/
A Dxenbus.c107 uint32_t part, done = 0; in ring_write() local
121 if ( part > len ) in ring_write()
122 part = len; in ring_write()
127 rings->req_prod += part; in ring_write()
128 len -= part; in ring_write()
129 done += part; in ring_write()
135 uint32_t part, done = 0; in ring_read() local
161 if ( part > len ) in ring_read()
162 part = len; in ring_read()
168 len -= part; in ring_read()
[all …]
/tools/pygrub/src/
A DGrubConf.py56 (self.disk, self.part) = str.split(",", 2)
59 self.part = None
62 if self.part is not None:
63 return "d%dp%d" %(self.disk, self.part)
90 part = property(get_part, set_part) variable in GrubDiskPart
/tools/flask/policy/modules/
A Dvm_role.te1 # The vm role is used as part of user separation. Allow all domain types to use
A Ddom0.te56 # Note that dom0 is part of domain_type so this has duplicates.
/tools/ocaml/xenstored/
A Dsymbol.ml31 (* compare using physical equality, both members have to be part of the above weak table *)
A Dutils.ml112 length of the relative part.
A Dstore.ml168 (* if l1 or l2 is empty, we found the equal part already *)
A Dprocess.ml393 (* Functions for 'simple' operations that cannot be part of a transaction *)
/tools/firmware/vgabios/
A Dvbe_display_api.txt3 This document is part of the Bochs/VBEBios documentation,
189 The current X offset (in pixels!) of the visible screen part.
193 The current Y offset (in pixels!) of the visible screen part.
A DCOPYING180 table, the facility still operates, and performs whatever part of
195 distribute the same sections as part of a whole which is a work based
198 entire whole, and thus to each and every part regardless of who wrote
224 This option is useful when you wish to copy part of the code of
253 that is part of the Library, the object code for the work may be a
346 that part of it is a work based on the Library, and explaining
A Dclext.c1558 ;; Windows Vista appears to be emulating this sequence as part of changing
/tools/libs/guest/
A DCOPYING189 table, the facility still operates, and performs whatever part of
204 distribute the same sections as part of a whole which is a work based
207 entire whole, and thus to each and every part regardless of who wrote
233 This option is useful when you wish to copy part of the code of
262 that is part of the Library, the object code for the work may be a
355 that part of it is a work based on the Library, and explaining
/tools/libs/stat/
A DCOPYING182 table, the facility still operates, and performs whatever part of
197 distribute the same sections as part of a whole which is a work based
200 entire whole, and thus to each and every part regardless of who wrote
226 This option is useful when you wish to copy part of the code of
255 that is part of the Library, the object code for the work may be a
348 that part of it is a work based on the Library, and explaining
/tools/ocaml/
A DLICENSE86 …uch function or table, the facility still operates, and performs whatever part of its purpose rema…
89part of a whole which is a work based on the Library, the distribution of the whole must be on the…
99 This option is useful when you wish to copy part of the code of the Library into a program that is …
109 When a "work that uses the Library" uses material from a header file that is part of the Library, t…
133 b) Give prominent notice with the combined library of the fact that part of it is a work based on t…
/tools/golang/xenlight/
A DLICENSE180 table, the facility still operates, and performs whatever part of
195 distribute the same sections as part of a whole which is a work based
198 entire whole, and thus to each and every part regardless of who wrote
224 This option is useful when you wish to copy part of the code of
253 that is part of the Library, the object code for the work may be a
346 that part of it is a work based on the Library, and explaining
/tools/xenmon/
A DCOPYING99 whole or in part contains or is derived from the Program or any
100 part thereof, to be licensed as a whole at no charge to all third
119 distribute the same sections as part of a whole which is a work based
122 entire whole, and thus to each and every part regardless of who wrote it.
/tools/libs/light/
A Dlibxl_disk.c1631 int devid = 0, disk = 0, part = 0; in libxl__alloc_vdev() local
1633 libxl__device_disk_dev_number(blkdev_start, &disk, &part); in libxl__alloc_vdev()
1634 if (part != 0) { in libxl__alloc_vdev()
A Dlibxl_dm.c1621 int disk, part; in libxl__build_device_model_args_new() local
1623 libxl__device_disk_dev_number(disks[i].vdev, &disk, &part); in libxl__build_device_model_args_new()
/tools/libacpi/
A Dssdt_pm.asl16 * the actual firmware CMBattery implementation. In fact, a good part of the
/tools/xenstored/
A Dtalloc_guide.txt32 n-ary tree, where you can free any part of the tree with

Completed in 60 milliseconds