| /tools/fuzz/x86_instruction_emulator/ |
| A D | fuzz-emul.c | 352 void *old, in fuzz_cmpxchg() argument 438 struct segment_register old = c->segments[seg]; in fuzz_write_segment() local 444 c->segments[seg] = old; in fuzz_write_segment() 476 unsigned long old; in fuzz_write_cr() local 486 old = c->cr[reg]; in fuzz_write_cr() 491 c->cr[reg] = old; in fuzz_write_cr() 594 uint64_t old = c->msr[idx]; in fuzz_write_msr() local 600 c->msr[idx] = old; in fuzz_write_msr()
|
| /tools/console/client/ |
| A D | main.c | 159 static void init_term(int fd, struct termios *old) in init_term() argument 163 if (tcgetattr(fd, old) == -1) in init_term() 166 new_term = *old; in init_term() 172 static void restore_term(int fd, struct termios *old) in restore_term() argument 174 tcsetattr(fd, TCSANOW, old); in restore_term()
|
| /tools/ocaml/xenstored/ |
| A D | parse_arg.ml | 24 pidfile: string option; (* old xenstored compatibility *) 25 tracefile: string option; (* old xenstored compatibility *) 38 let pidfile = ref "" and tracefile = ref "" (* old xenstored compatibility *)
|
| A D | connection.ml | 202 | None -> let old = !anon_id_next in incr anon_id_next; old
|
| A D | transaction.ml | 58 (* ok then it doesn't exists in the old version and the current version,
|
| A D | xenstored.ml | 176 | [] -> None (* backward compat: old version didn't have it *) 398 (* for compatilibity with old xenstored *)
|
| /tools/include/xen-foreign/ |
| A D | mkheader.py | 226 for old, new in inttypes[arch]: 227 output = re.sub(r"\b%s\b" % old, new, output)
|
| /tools/libs/light/ |
| A D | libxl_fork.c | 61 static void sigchld_sethandler_raw(void (*handler)(int), struct sigaction *old); 252 static void sigchld_sethandler_raw(void (*handler)(int), struct sigaction *old) in sigchld_sethandler_raw() argument 261 r = sigaction(SIGCHLD, &ours, old); in sigchld_sethandler_raw()
|
| A D | libxl_utils.c | 236 static int logrename(libxl__gc *gc, const char *old, const char *new) in logrename() argument 240 r = rename(old, new); in logrename() 245 "could not rename %s to %s", old, new); in logrename()
|
| A D | CODING_STYLE | 14 If it is not feasible to conform fully to the style while patching old 208 Crusty old coders who have trouble spotting the glasses on their noses
|
| /tools/firmware/xen-dir/ |
| A D | Makefile | 86 rm -f xen-shim xen-shim-syms *.old
|
| /tools/tests/x86_emulator/ |
| A D | simd.h | 222 # define REN(insn, old, new) \ argument 223 asm ( ".macro v" #insn #old " o:vararg \n\t" \
|
| A D | test_x86_emulator.c | 648 void *old, in cmpxchg() argument
|
| /tools/xenmon/ |
| A D | xenbaked.c | 861 int new, old, didx; in advance_next_datapoint() local 863 old = new_qos->next_datapoint; in advance_next_datapoint() 864 new = QOS_INCR(old); in advance_next_datapoint()
|
| /tools/libs/ctrl/ |
| A D | xc_private.c | 208 const char *old = xch->currently_progress_reporting; in xc_set_progress_prefix() local 211 return old; in xc_set_progress_prefix()
|
| /tools/ |
| A D | Makefile | 69 …[ -d $(D)$(XEN_CONFIG_DIR) ] && mv -f $(D)$(XEN_CONFIG_DIR) $(D)$(XEN_CONFIG_DIR).old-`date +%s` |…
|
| A D | configure | 1120 | --oldin | --oldi | --old | --ol | --o) 1124 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
|
| /tools/xl/ |
| A D | CODING_STYLE | 14 If it is not feasible to conform fully to the style while patching old 82 Crusty old coders who have trouble spotting the glasses on their noses
|
| /tools/libs/util/ |
| A D | CODING_STYLE | 14 If it is not feasible to conform fully to the style while patching old 198 Crusty old coders who have trouble spotting the glasses on their noses
|
| /tools/firmware/vgabios/ |
| A D | ChangeLog | 470 (instead of my old email address) 634 - added the old ChangeLog in the HOSTORY section of the README 649 - update the Makefile for releases - remove references to old
|
| /tools/ocaml/libs/xb/ |
| A D | xb.ml | 185 (* Clear our old connection state *)
|