Lines Matching refs:strstr
607 opt = strstr(prom_cmd_line, "iommu="); in early_cmdline_parse()
619 opt = strstr(prom_cmd_line, "mem="); in early_cmdline_parse()
1506 if ((type[0] == 0) || (strstr(type, "pci") == NULL)) in prom_initialize_tce_table()
1511 if ((strstr(compatible, "python") == NULL) && in prom_initialize_tce_table()
1512 (strstr(compatible, "Speedwagon") == NULL) && in prom_initialize_tce_table()
1513 (strstr(compatible, "Winnipeg") == NULL)) in prom_initialize_tce_table()
1516 if ((strstr(model, "ython") == NULL) && in prom_initialize_tce_table()
1517 (strstr(model, "peedwagon") == NULL) && in prom_initialize_tce_table()
1518 (strstr(model, "innipeg") == NULL)) in prom_initialize_tce_table()
1827 if (strstr(p, "Power Macintosh") || in prom_find_machine_type()
1828 strstr(p, "MacRISC")) in prom_find_machine_type()
1835 if (strstr(p, "IBM,CBEA") || in prom_find_machine_type()
1836 strstr(p, "IBM,CPBW-1.0")) in prom_find_machine_type()
2580 if (rv != PROM_ERROR && (strstr(prop, "CHRP"))) in fixup_device_tree_efika()