Searched refs:bootdevice (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/powermac/
H A Dsetup.c391 char *bootdevice; variable
404 if (bootpath != NULL && bootdevice != NULL
405 && strncmp(node->full_name, bootdevice, l) == 0
406 && (bootdevice[l] == '/' || bootdevice[l] == 0)) {
433 dev_t __init pmac_find_ide_boot(char *bootdevice, int n);
435 if (bootdevice == NULL)
437 p = strrchr(bootdevice, '/');
440 n = p - bootdevice;
442 return pmac_find_ide_boot(bootdevice,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/ppc/
H A Dpmac.c1059 pmac_find_ide_boot(char *bootdevice, int n) argument
1071 if (memcmp(name, bootdevice, n) == 0 && name[n] == 0) {

Completed in 42 milliseconds