Home
last modified time | relevance | path

Searched refs:name_to_kdev_t (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/init/
Ddo_mounts.c262 kdev_t __init name_to_kdev_t(char *line) in name_to_kdev_t() function
291 ROOT_DEV = name_to_kdev_t(line); in root_dev_setup()
/linux-2.4.37.9/drivers/mtd/devices/
Dblkmtd.c778 extern kdev_t name_to_kdev_t(char *line) __init;
820 kdev = name_to_kdev_t(devname); in add_device()
/linux-2.4.37.9/drivers/md/
Dmd.c3939 extern kdev_t name_to_kdev_t(char *line) md__init;
3963 dev = name_to_kdev_t(devname); in md_setup_drive()