| /tools/xl/ |
| A D | check-xl-vif-parse | 20 one () { function 50 one 1 foo 54 one $e rate=foo 55 one $e rate=foo 56 one $e rate=10MB 58 one $e rate=10ZB 86 one 0 rate=2KB/s 99 one 0 rate=2MB/s 110 one 0 rate=8Gb/s 161 one $e rate=@ [all …]
|
| A D | check-xl-disk-parse | 20 one () { function 51 one $e foo 62 one 0 /dev/vg/guest-volume,,hda 66 one 0 raw:/dev/vg/guest-volume,hda,w 78 one 0 /root/image.iso,,hdc,cdrom 79 one 0 /root/image.iso,,hdc,,cdrom 107 one 0 devtype=cdrom,,,hdc 108 one 0 ,,hdc:cdrom,r 109 one 0 ,hdc:cdrom,r 111 one 0 ,empty,hdc:cdrom,r [all …]
|
| A D | check-xl-vcpupin-parse.data-example | 19 # A few attempts of pinning to just one random cpu 24 # A few attempts of pinning to all but one random cpu 34 # A few attempts of pinning to just one random node 39 # A few attempts of pinning to all but one random node 49 # A few attempts of pinning to a node but excluding one random cpu
|
| A D | check-xl-vcpupin-parse | 48 one () { function 108 one $exp_rc "$test_string"
|
| A D | CODING_STYLE | 39 * There is only one error cleanup path out of the function. It 91 - You have just one way to specify whitespace, not two. Ambiguity breeds 98 - Tabs are rendered badly in patches, causing off-by-one errors in almost 172 Every indented statement is braced, but blocks that contain just one
|
| /tools/tests/x86_emulator/ |
| A D | simd-fma.c | 156 one[i] = 1; in fma_test() 160 # define one one_ in fma_test() macro 185 touch(one); in fma_test() 190 touch(one); in fma_test() 195 touch(one); in fma_test() 200 touch(one); in fma_test() 205 #undef one in fma_test() 210 touch(one); in fma_test() 214 touch(one); in fma_test() 217 touch(one); in fma_test() [all …]
|
| A D | simd-gf.c | 51 vec_t src, one; in gf_test() local 56 one[i] = 1; in gf_test() 60 one[0] = 0; in gf_test() 67 if ( !eq(mul(src, inv), one) ) return __LINE__; in gf_test() 71 if ( !eq(mul(inv, src), one) ) return __LINE__; in gf_test() 73 one[0] = 1; in gf_test()
|
| A D | simd-sha.c | 135 vec_t src, one = { 1 }; in sha_test() local 171 tmp = rol_s(hash ^ alignr(src, hash, 12), one); in sha_test() 172 y = rol_s(hash ^ alignr(src, tmp, 12), one); in sha_test()
|
| /tools/ocaml/xenstored/ |
| A D | oxenstored.conf.in | 18 # one point for each conflict caused, and when it reaches zero the 23 # one point is issued after each conflict-max-history-seconds, so this 28 # tick one point of conflict-credit is given to just one domain: the 29 # one at the front of the queue. If false, then after each tick each 33 # involve a set of nodes that is writable by at most one other domain,
|
| A D | domains.ml | 63 (* A callback function to be called when we go from zero to one paused domain. 68 we use these counts instead of the queues. The second one includes the first. *) 208 (* Give one point of credit to one domain, and update the queues appropriately. *)
|
| A D | quota.ml | 35 maxsize: int; (* max size of data store in one node *)
|
| /tools/ocaml/libs/xb/ |
| A D | xs_ring.ml | 34 (* NB only one feature currently defined above *) 41 (* NB only one feature currently defined above *)
|
| /tools/console/testsuite/ |
| A D | README | 3 This tool uses two programs, one that lives in dom0 and one that lives in domU
|
| /tools/xentop/ |
| A D | TODO | 24 Support for one than one node display (distributed monitoring
|
| /tools/examples/ |
| A D | xlexample.pvhlinux | 15 # Use "uuidgen" to generate one if required.
|
| A D | xlexample.pvlinux | 12 # Use "uuidgen" to generate one if required.
|
| A D | xlexample.hvm | 15 # Use "uuidgen" to generate one if required.
|
| /tools/firmware/etherboot/ |
| A D | README | 13 generated one ourselves with the following runes (to extract the tree
|
| /tools/libs/util/ |
| A D | CODING_STYLE | 67 Instead of malloc et al one should (as an exception to the above) use 87 * There is only one error cleanup path out of the function. It 207 - You have just one way to specify whitespace, not two. Ambiguity breeds 214 - Tabs are rendered badly in patches, causing off-by-one errors in almost 299 Every indented statement is braced, but blocks that contain just one
|
| /tools/libs/light/ |
| A D | CODING_STYLE | 67 Instead of malloc et al one should (as an exception to the above) use 87 * There is only one error cleanup path out of the function. It 217 - You have just one way to specify whitespace, not two. Ambiguity breeds 224 - Tabs are rendered badly in patches, causing off-by-one errors in almost 309 Every indented statement is braced, but blocks that contain just one
|
| A D | idl.txt | 95 (if it has one) or zero to determine whether the value is default 119 This class has one property besides the ones defined for the Type
|
| /tools/ocaml/libs/xs/ |
| A D | xsraw.ml | 88 (* send one packet - can sleep *) 98 (* receive one packet - can sleep *) 131 (* send one packet in the queue, and wait for reply *)
|
| A D | xs.mli | 53 (** get operations provide a vector of xenstore function that apply to one
|
| /tools/hotplug/Linux/init.d/ |
| A D | sysconfig.xencommons.in | 39 # opened at one time.
|
| /tools/xenstored/ |
| A D | talloc_guide.txt | 129 After creating a reference you can free it in one of the following 173 You can only place one destructor on a pointer. If you need more than 174 one destructor then you can create a zero-length child of the pointer 292 more than one parent (see talloc_reference()). 524 realloc() in one call, which is why it is useful to be able to pass
|