Searched refs:more (Results 1 – 25 of 79) sorted by relevance
1234
| /tools/xl/ |
| A D | xl_utils.c | 189 void string_realloc_append(char **accumulate, const char *more) in string_realloc_append() argument 195 size_t morelen = strlen(more) + 1/*nul*/; in string_realloc_append() 202 memcpy(*accumulate + oldlen, more, morelen); in string_realloc_append()
|
| A D | xl_utils.h | 139 void string_realloc_append(char **accumulate, const char *more);
|
| /tools/console/testsuite/ |
| A D | README | 27 If it freezes, it probably means that console-domU is expecting more data from 29 timeouts in the future to handle this more gracefully.
|
| /tools/fuzz/ |
| A D | README.afl | 43 Please see AFL documentation for more information. 64 Please see afl-cov and/or gcov documentation for more information.
|
| /tools/firmware/vgabios/ |
| A D | TODO | 5 - Fix init mode (ah=00). Should use more BIOS variables
|
| /tools/ocaml/xenstored/ |
| A D | history.ml | 12 * GNU Lesser General Public License for more details. 26 (* There is scope for optimisation here, replacing List.filter with something more efficient,
|
| A D | systemd.ml | 12 * GNU Lesser General Public License for more details.
|
| A D | systemd.mli | 12 * GNU Lesser General Public License for more details.
|
| A D | poll.mli | 12 * GNU Lesser General Public License for more details.
|
| A D | syslog.mli | 12 * GNU Lesser General Public License for more details.
|
| A D | syslog.ml | 12 * GNU Lesser General Public License for more details.
|
| A D | symbol.ml | 14 * GNU Lesser General Public License for more details.
|
| A D | define.ml | 14 * GNU Lesser General Public License for more details.
|
| A D | symbol.mli | 14 * GNU Lesser General Public License for more details.
|
| /tools/flask/policy/modules/ |
| A D | domU.te | 20 # domains of other types, or add more make_device_model lines for this type.
|
| /tools/ocaml/libs/mmap/ |
| A D | xenmmap.mli | 14 * GNU Lesser General Public License for more details.
|
| A D | xenmmap.ml | 14 * GNU Lesser General Public License for more details.
|
| /tools/flask/policy/policy/support/ |
| A D | mls_macros.spt | 29 # Each sensitivity has a name and zero or more aliases.
|
| /tools/tests/x86_emulator/ |
| A D | predicates.c | 26 #define REG(opc, more...) \ argument 27 { { (opc) | 0 }, more }, /* %?ax */ \ 28 { { (opc) | 1 }, more }, /* %?cx */ \ 29 { { (opc) | 2 }, more }, /* %?dx */ \ 30 { { (opc) | 3 }, more }, /* %?bx */ \ 31 { { (opc) | 4 }, more }, /* %?sp */ \ 32 { { (opc) | 5 }, more }, /* %?bp */ \ 33 { { (opc) | 6 }, more }, /* %?si */ \ 34 { { (opc) | 7 }, more } /* %?di */ 35 #define CND(opc, more...) \ argument [all …]
|
| /tools/examples/ |
| A D | xlexample.pvhlinux | 6 # PVH Linux guest. For a more complete guide see xl.cfg(5)
|
| A D | xlexample.pvlinux | 6 # Paravirtualised Linux guest. For a more complete guide see xl.cfg(5)
|
| A D | xlexample.hvm | 6 # HVM guest. For a more complete guide see xl.cfg(5)
|
| /tools/ocaml/libs/xs/ |
| A D | xst.mli | 14 * GNU Lesser General Public License for more details.
|
| /tools/ocaml/libs/xb/ |
| A D | xs_ring.ml | 14 * GNU Lesser General Public License for more details.
|
| /tools/ocaml/libs/eventchn/ |
| A D | xeneventchn.ml | 14 * GNU Lesser General Public License for more details.
|
Completed in 46 milliseconds
1234