Home
last modified time | relevance | path

Searched refs:kernel (Results 1 – 25 of 27) sorted by relevance

12

/tools/pygrub/src/
A DExtLinuxConf.py45 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 DGrubConf.py102 " 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 DLiloConf.py20 " initrd: %s\n" %(self.title, self.root, self.kernel,
54 kernel = property(get_kernel, set_kernel) variable in LiloImage
A Dpygrub776 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 Dlu_minios.c25 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 Dlu.h16 void *kernel; member
/tools/debugger/gdbsx/
A DREADME6 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 Dxlexample.pvlinux17 kernel = "/boot/vmlinuz"
30 # (this assumes guest kernel support for ballooning)
A Dxlexample.pvhlinux20 kernel = "/boot/vmlinuz"
A Dxlexample.hvm29 # (this assumes guest kernel support for ballooning)
/tools/helpers/
A Dinit-xenstore-domain.c25 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 Dlibxl_bootloader.c124 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 Dlibxl_types.idl622 ("kernel", string),
705 ("pv", Struct(None, [("kernel", string, {'deprecated_by': 'kernel'}),
A Dlibxl_create.c140 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 Dlibxl_dm.c1115 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 Dsysconfig.xencommons.in75 # xenstore domain kernel.
/tools/xl/
A Dxl_sxp.c149 fprintf(fh, "\t\t\t(kernel %s)\n", b_info->kernel); in printf_info_sexp()
A Dxl_parse.c1726 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 DCOPYING162 form) with the major components (compiler, kernel, and so on) of the
/tools/ocaml/xenstored/
A Dxenstored.ml349 'ulimit -v' to 75% of RAM, however getting the kernel to actually return
/tools/golang/xenlight/
A Dhelpers.gen.go1112 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 DLICENSE323 components (compiler, kernel, and so on) of the operating system on
/tools/libs/guest/
A DCOPYING332 components (compiler, kernel, and so on) of the operating system on
/tools/libs/stat/
A DCOPYING325 components (compiler, kernel, and so on) of the operating system on
/tools/ocaml/
A DLICENSE125 …d (in either source or binary form) with the major components (compiler, kernel, and so on) of the…

Completed in 132 milliseconds

12