Searched refs:bootdevice (Results 1 – 5 of 5) sorted by relevance
404 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()
66 srmboot: bootdevice bootimage70 bootdevice: target
123 char *bootdevice; variable801 bootdevice = PTRUNRELOC(d); in prom_init()
917 pmac_find_ide_boot(char *bootdevice, int n) in pmac_find_ide_boot() argument929 if (memcmp(name, bootdevice, n) == 0 && name[n] == 0) { in pmac_find_ide_boot()
180 char *bootdevice = 0; variable1631 RELOC(bootdevice) = PTRUNRELOC(d); in prom_init()