Home
last modified time | relevance | path

Searched refs:old (Results 1 – 21 of 21) sorted by relevance

/tools/fuzz/x86_instruction_emulator/
A Dfuzz-emul.c352 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 Dmain.c159 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 Dparse_arg.ml24 pidfile: string option; (* old xenstored compatibility *)
25 tracefile: string option; (* old xenstored compatibility *)
38 let pidfile = ref "" and tracefile = ref "" (* old xenstored compatibility *)
A Dconnection.ml202 | None -> let old = !anon_id_next in incr anon_id_next; old
A Dtransaction.ml58 (* ok then it doesn't exists in the old version and the current version,
A Dxenstored.ml176 | [] -> None (* backward compat: old version didn't have it *)
398 (* for compatilibity with old xenstored *)
/tools/include/xen-foreign/
A Dmkheader.py226 for old, new in inttypes[arch]:
227 output = re.sub(r"\b%s\b" % old, new, output)
/tools/libs/light/
A Dlibxl_fork.c61 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 Dlibxl_utils.c236 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 DCODING_STYLE14 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 DMakefile86 rm -f xen-shim xen-shim-syms *.old
/tools/tests/x86_emulator/
A Dsimd.h222 # define REN(insn, old, new) \ argument
223 asm ( ".macro v" #insn #old " o:vararg \n\t" \
A Dtest_x86_emulator.c648 void *old, in cmpxchg() argument
/tools/xenmon/
A Dxenbaked.c861 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 Dxc_private.c208 const char *old = xch->currently_progress_reporting; in xc_set_progress_prefix() local
211 return old; in xc_set_progress_prefix()
/tools/
A DMakefile69 …[ -d $(D)$(XEN_CONFIG_DIR) ] && mv -f $(D)$(XEN_CONFIG_DIR) $(D)$(XEN_CONFIG_DIR).old-`date +%s` |…
A Dconfigure1120 | --oldin | --oldi | --old | --ol | --o)
1124 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
/tools/xl/
A DCODING_STYLE14 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 DCODING_STYLE14 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 DChangeLog470 (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 Dxb.ml185 (* Clear our old connection state *)

Completed in 73 milliseconds