Searched refs:suffix (Results 1 – 11 of 11) sorted by relevance
/xen/tools/ocaml/libs/xentoollog/ |
A D | xentoollog.ml.in | 40 let suffix = Int64.to_string !counter in 42 let vmessage_name = sprintf "%s_vmessage_%s" name suffix in 43 let progress_name = sprintf "%s_progress_%s" name suffix in
|
/xen/tools/misc/ |
A D | xenpvnetboot | 89 suffix = ''.join(random.sample(string.ascii_letters, 6)) 90 … local_name = os.path.join(self.tmpdir, 'xenpvboot.%s.%s' % (os.path.basename(filename), suffix)) 155 suffix = ''.join(random.sample(string.ascii_letters, 6)) 156 … local_name = os.path.join(self.tmpdir, 'xenpvboot.%s.%s' % (os.path.basename(filename), suffix))
|
/xen/xen/include/ |
A D | Makefile | 40 suffix-$(CONFIG_X86) := \#pragma pack(pop) 43 suffix-$(CONFIG_X86) := \#pragma pack() 63 $(if $(suffix-y),echo "$(suffix-y)" >>$@.new;) \
|
/xen/xen/tools/kconfig/tests/ |
A D | pytest.ini | 5 # them as top-level modules. It is silly to prefix or suffix a test file with
|
/xen/xen/tools/kconfig/ |
A D | confdata.c | 651 const char *suffix = ""; in header_print_symbol() local 657 suffix = "_MODULE"; in header_print_symbol() 661 CONFIG_, sym->name, suffix); in header_print_symbol()
|
/xen/tools/libxl/ |
A D | libxl_domain.c | 1294 char *libxl__domid_history_path(libxl__gc *gc, const char *suffix) in libxl__domid_history_path() argument 1297 suffix ?: ""); in libxl__domid_history_path()
|
A D | libxl_internal.h | 4289 const char *suffix);
|
/xen/xen/arch/x86/hvm/ |
A D | emulate.c | 2053 #define CASE(bits, suffix) \ in hvmemul_rep_stos() argument 2055 asm ( "rep stos" #suffix \ in hvmemul_rep_stos()
|
/xen/tools/xentrace/ |
A D | xenalyze.c | 10100 static char cpu_string[20], suffix; in stringify_cpu_hz() local 10105 suffix = 'G'; in stringify_cpu_hz() 10108 suffix = 'M'; in stringify_cpu_hz() 10111 suffix = 'k'; in stringify_cpu_hz() 10114 suffix = ' '; in stringify_cpu_hz() 10117 snprintf(cpu_string, 20, "%1.2lf %cHz", hz, suffix); in stringify_cpu_hz()
|
/xen/tools/ |
A D | configure | 1118 -program-suffix | --program-suffix | --program-suffi | --program-suff \ 1121 -program-suffix=* | --program-suffix=* | --program-suffi=* \
|
/xen/docs/misc/ |
A D | xen-command-line.pandoc | 49 A size parameter may be any integer, with a single size suffix 57 Without a size suffix, the default will be kilo. Providing a suffix
|
Completed in 59 milliseconds