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()
1505 if ((type[0] == 0) || (strstr(type, "pci") == NULL)) in prom_initialize_tce_table()
1510 if ((strstr(compatible, "python") == NULL) && in prom_initialize_tce_table()
1511 (strstr(compatible, "Speedwagon") == NULL) && in prom_initialize_tce_table()
1512 (strstr(compatible, "Winnipeg") == NULL)) in prom_initialize_tce_table()
1515 if ((strstr(model, "ython") == NULL) && in prom_initialize_tce_table()
1516 (strstr(model, "peedwagon") == NULL) && in prom_initialize_tce_table()
1517 (strstr(model, "innipeg") == NULL)) in prom_initialize_tce_table()
1826 if (strstr(p, "Power Macintosh") || in prom_find_machine_type()
1827 strstr(p, "MacRISC")) in prom_find_machine_type()
1834 if (strstr(p, "IBM,CBEA") || in prom_find_machine_type()
1835 strstr(p, "IBM,CPBW-1.0")) in prom_find_machine_type()
2579 if (rv != PROM_ERROR && (strstr(prop, "CHRP"))) in fixup_device_tree_efika()