| /tools/pygrub/src/ |
| A D | ExtLinuxConf.py | 45 if com.lower() == "append" and self.kernel is not None: 46 (_,kernel) = self.kernel 47 if kernel.endswith("mboot.c32"): 48 kernel = None 54 (_,kernel,initrd) = modules 56 (kernel,initrd) = modules 58 if kernel: 59 setattr(self, "kernel", kernel.strip()) 93 (kernel, args) = val.split(None, 1) 94 self._kernel = (None,kernel) [all …]
|
| A D | GrubConf.py | 102 " initrd: %s\n" %(self.title, self.root, self.kernel, 124 (kernel, args) = val.split(None, 1) 125 self._kernel = get_path(kernel) 131 kernel = property(get_kernel, set_kernel) variable in _GrubImage
|
| A D | LiloConf.py | 20 " initrd: %s\n" %(self.title, self.root, self.kernel, 54 kernel = property(get_kernel, set_kernel) variable in LiloImage
|
| A D | pygrub | 776 print(" kernel: %s" % img.kernel[1]) 802 grubcfg["kernel"] = img.kernel[1] 857 def format_sxp(kernel, ramdisk, args): argument 858 s = "linux (kernel %s)" % repr(kernel) 865 def format_simple(kernel, ramdisk, args, sep): argument 866 for check in (kernel, ramdisk, args): 869 s = ("kernel %s" % kernel) + sep
|
| /tools/xenstored/ |
| A D | lu_minios.c | 25 if (!lu_status->kernel) in lu_exec() 42 ret = kexec(lu_status->kernel, lu_status->kernel_size, cmdline); in lu_exec() 62 lu_status->kernel = talloc_size(lu_status, size); in lu_binary_alloc() 63 if (!lu_status->kernel) in lu_binary_alloc() 82 memcpy(lu_status->kernel + lu_status->kernel_off, data, size); in lu_binary_save()
|
| A D | lu.h | 16 void *kernel; member
|
| /tools/debugger/gdbsx/ |
| A D | README | 6 kernel modules. It runs on dom0 running on xen hypervisor and allows debug 23 bash> gdb ./vmlinux (exact matching vmlinux of guest kernel) 26 - Additionally, to debug 32bit loadable kernel modules, please do following: 41 o since gdb is not kernel debugger, vcpus are emulated via threads 118 Show the list of modules loaded in the Linux kernel.
|
| /tools/examples/ |
| A D | xlexample.pvlinux | 17 kernel = "/boot/vmlinuz" 30 # (this assumes guest kernel support for ballooning)
|
| A D | xlexample.pvhlinux | 20 kernel = "/boot/vmlinuz"
|
| A D | xlexample.hvm | 29 # (this assumes guest kernel support for ballooning)
|
| /tools/helpers/ |
| A D | init-xenstore-domain.c | 25 static char *kernel; variable 127 rv = xc_dom_kernel_file(dom, kernel); in build() 451 kernel = optarg; in main() 481 if ( optind != argc || !kernel || !memory ) in main()
|
| /tools/libs/light/ |
| A D | libxl_bootloader.c | 124 if (info->kernel) in make_bootloader_args() 125 ARG(GCSPRINTF("--kernel=%s", info->kernel)); in make_bootloader_args() 267 bl->kernel->path = libxl__strdup(gc, rhs); in parse_bootloader_result() 268 libxl__file_reference_map(bl->kernel); in parse_bootloader_result() 269 unlink(bl->kernel->path); in parse_bootloader_result() 418 bl->kernel->path = bl->info->kernel; in libxl__bootloader_run()
|
| A D | libxl_types.idl | 622 ("kernel", string), 705 ("pv", Struct(None, [("kernel", string, {'deprecated_by': 'kernel'}),
|
| A D | libxl_create.c | 140 if (!b_info->kernel && (b_info->ramdisk || b_info->cmdline)) { in libxl__domain_build_info_setdefault() 1356 dcs->bl.kernel = &dbs->pv_kernel; in initiate_domain_create()
|
| A D | libxl_dm.c | 1115 if (b_info->kernel) in libxl__build_device_model_args_new() 1116 flexarray_vappend(dm_args, "-kernel", b_info->kernel, NULL); in libxl__build_device_model_args_new()
|
| /tools/hotplug/Linux/init.d/ |
| A D | sysconfig.xencommons.in | 75 # xenstore domain kernel.
|
| /tools/xl/ |
| A D | xl_sxp.c | 149 fprintf(fh, "\t\t\t(kernel %s)\n", b_info->kernel); in printf_info_sexp()
|
| A D | xl_parse.c | 1726 xlu_cfg_replace_string (config, "kernel", &b_info->kernel, 0); in parse_config_data() 1812 kernel_basename = libxl_basename(b_info->kernel); in parse_config_data() 1818 b_info->kernel = NULL; in parse_config_data() 2064 if (b_info->kernel) { in parse_config_data() 2076 xasprintf(&b_info->kernel, XENFIRMWAREDIR "/%s.bin", buf); in parse_config_data() 2078 if (!b_info->bootloader && !b_info->kernel) { in parse_config_data()
|
| /tools/xenmon/ |
| A D | COPYING | 162 form) with the major components (compiler, kernel, and so on) of the
|
| /tools/ocaml/xenstored/ |
| A D | xenstored.ml | 349 'ulimit -v' to 75% of RAM, however getting the kernel to actually return
|
| /tools/golang/xenlight/ |
| A D | helpers.gen.go | 1112 x.Kernel = C.GoString(xc.kernel) 1312 x.Kernel = C.GoString(tmp.kernel) 1485 xc.kernel = C.CString(x.Kernel)} 1659 pv.kernel = C.CString(tmp.Kernel)}
|
| A D | LICENSE | 323 components (compiler, kernel, and so on) of the operating system on
|
| /tools/libs/guest/ |
| A D | COPYING | 332 components (compiler, kernel, and so on) of the operating system on
|
| /tools/libs/stat/ |
| A D | COPYING | 325 components (compiler, kernel, and so on) of the operating system on
|
| /tools/ocaml/ |
| A D | LICENSE | 125 …d (in either source or binary form) with the major components (compiler, kernel, and so on) of the…
|