HomeSort by relevance Sort by last modified time
    Searched refs:initrd (Results 1 - 17 of 17) sorted by null

  /external/autotest/client/common_lib/
boottool_unittest.py 66 'initrd\t: /boot/initrd.img-2.6.15-23-386\n'
79 'initrd': '/boot/initrd.img-2.6.15-23-386',
100 'initrd\t: /boot/initrd.img-2.6.15-23-386\n'
109 'initrd\t: /boot/initrd.img-2.6.15-23-686\n'
122 'initrd': '/boot/initrd.img-2.6.15-23-386'
    [all...]
boottool.py 207 initrd=None, default=False, position='end',
217 @param initrd: string path to the initrd file
238 if initrd:
239 parameters.append('--initrd=%s' % initrd)
  /external/autotest/client/bin/
kernel.py 24 def _add_kernel_to_bootloader(bootloader, base_args, tag, args, image, initrd):
37 @param initrd: initrd file
66 bootloader.add_kernel(image, tag, initrd=initrd, root=root, args='_dummy_')
81 self.initrd = ''
119 self.initrd)
413 def mkinitrd(self, version, image, system_map, initrd):
414 """Build kernel initrd image.
415 Try to use distro specific way to build initrd image
    [all...]
kernel_unittest.py 14 initrd='initrd'):
20 bootloader.add_kernel.expect_call(image, tag, initrd=initrd,
29 image, initrd)
68 self.kernel.initrd = 'initrd'
84 args_, self.kernel.image, self.kernel.initrd)
514 os.path.isfile.expect_call('initrd').and_return(True)
515 os.remove.expect_call('initrd')
    [all...]
xen.py 144 self.kjob.image, tag, initrd=self.kjob.initrd,
  /external/autotest/server/
deb_kernel.py 58 initrd=self.get_initrd_name(), **kwargs)
96 """Get the name of the initrd file to be installed.
99 The full path to the initrd file as it will be
101 initrd file, None is returned
111 return "/boot/initrd.img-%s" % (self.get_version(),)
deb_kernel_unittest.py 48 self.host.run.expect_call('mkinitramfs -o "/boot/initrd.img-1" "1"')
55 initrd='/boot/initrd.img-1')
  /bionic/libc/kernel/uapi/asm-arm/asm/
setup.h 134 struct tag_initrd initrd; member in union:tag::__anon222
  /development/ndk/platforms/android-21/arch-arm/include/asm/
setup.h 134 struct tag_initrd initrd; member in union:tag::__anon1398
  /external/kernel-headers/original/uapi/asm-arm/asm/
setup.h 153 struct tag_initrd initrd; member in union:tag::__anon12848
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/asm/
setup.h 134 struct tag_initrd initrd; member in union:tag::__anon55541
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/asm/
setup.h 134 struct tag_initrd initrd; member in union:tag::__anon60188
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/asm/
setup.h 134 struct tag_initrd initrd; member in union:tag::__anon64835
  /hardware/intel/bootstub/
bootstub.spec 40 - improved initrd relocation performance
  /external/autotest/client/tests/kvm/tests/
unattended_install.py 218 'unattended_file', 'medium', 'url', 'kernel', 'initrd',
476 Mount cdrom and copy vmlinuz and initrd.img.
478 error.context("Copying vmlinuz and initrd.img from install cdrom %s" %
493 os.path.basename(self.initrd), self.initrd))
502 Download the vmlinuz and initrd.img from URL.
504 error.context("downloading vmlinuz and initrd.img from %s" % self.url)
509 os.path.basename(self.initrd))
513 if os.path.exists(self.initrd):
514 os.remove(self.initrd)
    [all...]
  /external/autotest/client/tools/
boottool 216 initrd => '^\s*initrd[\s+\=]+(\S+)',
350 } elsif (defined $param{'initrd'} && !(-f "$param{'initrd'}")) {
351 warn "ERROR: initrd $param{'initrd'} not found!\n";
391 $param{'initrd'} =~ s@^/boot/@$bootpath@ unless !defined $param{'initrd'};
396 push (@newkernel, "\tinitrd=$param{initrd}\n") if defined $param{initrd};
    [all...]
  /external/autotest/client/virt/
kvm_vm.py 364 return " -initrd '%s'" % filename
538 initrd = params.get("initrd")
539 if initrd:
540 initrd = virt_utils.get_path(root_dir, initrd)
541 qemu_cmd += add_initrd(help, initrd)
    [all...]

Completed in 2796 milliseconds