/linux-2.4.37.9/init/ |
D | do_mounts.c | 58 kdev_t ROOT_DEV; variable 291 ROOT_DEV = name_to_kdev_t(line); in root_dev_setup() 380 root_device_name, kdevname (ROOT_DEV)); in mount_block_root() 383 kdevname(ROOT_DEV)); in mount_block_root() 385 panic("VFS: Unable to mount root fs on %s", kdevname(ROOT_DEV)); in mount_block_root() 389 ROOT_DEV = current->fs->pwdmnt->mnt_sb->s_dev; in mount_block_root() 772 if (MAJOR(ROOT_DEV) == NFS_MAJOR in mount_root() 773 && MINOR(ROOT_DEV) == NFS_MINOR) { in mount_root() 776 ROOT_DEV = current->fs->pwdmnt->mnt_sb->s_dev; in mount_root() 781 ROOT_DEV = MKDEV(FLOPPY_MAJOR, 0); in mount_root() [all …]
|
/linux-2.4.37.9/arch/ppc/platforms/ |
D | spruce_setup.c | 178 ROOT_DEV = MKDEV(RAMDISK_MAJOR, 0); /* /dev/ram */ in spruce_setup_arch() 182 ROOT_DEV = to_kdev_t(0x00FF); /* /dev/nfs pseudo device */ in spruce_setup_arch() 184 ROOT_DEV = to_kdev_t(0x0801); /* /dev/sda1 */ in spruce_setup_arch()
|
D | lopec_setup.c | 356 ROOT_DEV = MKDEV(RAMDISK_MAJOR, 0); in lopec_setup_arch() 359 ROOT_DEV = to_kdev_t(0x00ff); in lopec_setup_arch() 361 ROOT_DEV = to_kdev_t(0x0301); in lopec_setup_arch() 363 ROOT_DEV = to_kdev_t(0x0801); in lopec_setup_arch()
|
D | pal4_setup.c | 143 ROOT_DEV = MKDEV(RAMDISK_MAJOR, 0); in pal4_setup_arch() 146 ROOT_DEV = to_kdev_t(0x00ff); in pal4_setup_arch()
|
D | prpmc750.c | 208 ROOT_DEV = MKDEV(RAMDISK_MAJOR, 0); /* /dev/ram */ in prpmc750_setup_arch() 212 ROOT_DEV = to_kdev_t(0x00ff); /* /dev/nfs pseudo device */ in prpmc750_setup_arch() 214 ROOT_DEV = to_kdev_t(0x0802); /* /dev/sda2 */ in prpmc750_setup_arch()
|
D | pplus_setup.c | 141 ROOT_DEV = MKDEV(RAMDISK_MAJOR, 0); /* /dev/ram */ in pplus_setup_arch() 145 ROOT_DEV = to_kdev_t(0x00ff); /* /dev/nfs */ in pplus_setup_arch() 147 ROOT_DEV = to_kdev_t(0x0802); /* /dev/sda2 */ in pplus_setup_arch()
|
D | ocotea.c | 307 ROOT_DEV = to_kdev_t(0x0100); /* /dev/ram */ in ocotea_setup_arch() 311 ROOT_DEV = to_kdev_t(0x00ff); /* /dev/nfs */ in ocotea_setup_arch() 313 ROOT_DEV = to_kdev_t(0x0301); /* /dev/hda1 */ in ocotea_setup_arch()
|
D | ebony.c | 381 ROOT_DEV = to_kdev_t(0x0100); /* /dev/ram */ in ebony_setup_arch() 385 ROOT_DEV = to_kdev_t(0x00ff); /* /dev/nfs */ in ebony_setup_arch() 387 ROOT_DEV = to_kdev_t(0x0301); /* /dev/hda1 */ in ebony_setup_arch()
|
D | prep_setup.c | 761 ROOT_DEV = to_kdev_t(0x0303); /* hda3 */ in prep_setup_arch() 763 ROOT_DEV = to_kdev_t(0x0803); /* sda3 */ in prep_setup_arch() 773 ROOT_DEV = MKDEV(RAMDISK_MAJOR, 0); /* /dev/ram */ in prep_setup_arch() 777 ROOT_DEV = to_kdev_t(0x00ff); /* /dev/nfs */ in prep_setup_arch() 779 ROOT_DEV = to_kdev_t(0x0802); /* /dev/sda2 */ in prep_setup_arch()
|
D | sandpoint.c | 281 ROOT_DEV = MKDEV(RAMDISK_MAJOR, 0); in sandpoint_setup_arch() 285 ROOT_DEV = to_kdev_t(0x00FF); /* /dev/nfs pseudo device */ in sandpoint_setup_arch() 287 ROOT_DEV = to_kdev_t(0x0301); /* /dev/hda1 IDE disk */ in sandpoint_setup_arch()
|
/linux-2.4.37.9/arch/ia64/hp/sim/ |
D | hpsim_setup.c | 55 ROOT_DEV = to_kdev_t(0x0801); /* default to first SCSI drive */ in hpsim_setup()
|
/linux-2.4.37.9/arch/i386/boot/ |
D | Makefile | 17 tools/build bootsect setup compressed/vmlinux.out $(ROOT_DEV) > zImage 21 tools/build -b bbootsect bsetup compressed/bvmlinux.out $(ROOT_DEV) > bzImage
|
/linux-2.4.37.9/arch/x86_64/boot/ |
D | Makefile | 17 tools/build bootsect setup compressed/vmlinux.out $(ROOT_DEV) > zImage 21 tools/build -b bbootsect bsetup compressed/bvmlinux.out $(ROOT_DEV) > bzImage
|
/linux-2.4.37.9/arch/arm/mach-anakin/ |
D | arch.c | 33 ROOT_DEV = MKDEV(RAMDISK_MAJOR, 0); in fixup_anakin()
|
/linux-2.4.37.9/arch/arm/mach-sa1100/ |
D | sherman.c | 27 ROOT_DEV = MKDEV( 60, 2 ); in fixup_sherman()
|
D | omnimeter.c | 26 ROOT_DEV = MKDEV(RAMDISK_MAJOR,0); in fixup_omnimeter()
|
D | empeg.c | 27 ROOT_DEV = MKDEV( 3, 1 ); /* /dev/hda1 */ in fixup_empeg()
|
D | brutus.c | 35 ROOT_DEV = MKDEV(RAMDISK_MAJOR,0); in fixup_brutus()
|
D | pangolin.c | 26 ROOT_DEV = MKDEV(RAMDISK_MAJOR,0); in fixup_pangolin()
|
D | victor.c | 51 ROOT_DEV = MKDEV( 60, 2 ); in fixup_victor()
|
D | huw_webpanel.c | 43 ROOT_DEV = MKDEV(RAMDISK_MAJOR,0); in fixup_huw_webpanel()
|
D | pleb.c | 31 ROOT_DEV = MKDEV(RAMDISK_MAJOR, 0); in fixup_pleb()
|
D | freebird.c | 32 ROOT_DEV = MKDEV(RAMDISK_MAJOR,0); in fixup_freebird()
|
D | pfs168.c | 98 ROOT_DEV = MKDEV(RAMDISK_MAJOR,0); in fixup_pfs168()
|
/linux-2.4.37.9/arch/ia64/dig/ |
D | setup.c | 48 ROOT_DEV = to_kdev_t(0x0802); /* default to second partition on first drive */ in dig_setup()
|