Home
last modified time | relevance | path

Searched refs:bootdevice (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/arch/ppc/platforms/
Dpmac_setup.c404 extern char *bootdevice;
458 if (bootpath != NULL && bootdevice != NULL in note_scsi_host()
459 && strncmp(node->full_name, bootdevice, l) == 0 in note_scsi_host()
460 && (bootdevice[l] == '/' || bootdevice[l] == 0)) { in note_scsi_host()
487 kdev_t __init pmac_find_ide_boot(char *bootdevice, int n); in find_ide_boot()
489 if (bootdevice == NULL) in find_ide_boot()
491 p = strrchr(bootdevice, '/'); in find_ide_boot()
494 n = p - bootdevice; in find_ide_boot()
496 return pmac_find_ide_boot(bootdevice, n); in find_ide_boot()
/linux-2.4.37.9/arch/alpha/boot/
DMakefile66 srmboot: bootdevice bootimage
70 bootdevice: target
/linux-2.4.37.9/arch/ppc/kernel/
Dprom_init.c123 char *bootdevice; variable
801 bootdevice = PTRUNRELOC(d); in prom_init()
/linux-2.4.37.9/drivers/ide/ppc/
Dpmac.c917 pmac_find_ide_boot(char *bootdevice, int n) in pmac_find_ide_boot() argument
929 if (memcmp(name, bootdevice, n) == 0 && name[n] == 0) { in pmac_find_ide_boot()
/linux-2.4.37.9/arch/ppc64/kernel/
Dprom.c180 char *bootdevice = 0; variable
1631 RELOC(bootdevice) = PTRUNRELOC(d); in prom_init()