Lines Matching refs:strstr
606 opt = strstr(prom_cmd_line, "iommu="); in early_cmdline_parse()
618 opt = strstr(prom_cmd_line, "mem="); in early_cmdline_parse()
1534 if ((type[0] == 0) || (strstr(type, "pci") == NULL)) in prom_initialize_tce_table()
1539 if ((strstr(compatible, "python") == NULL) && in prom_initialize_tce_table()
1540 (strstr(compatible, "Speedwagon") == NULL) && in prom_initialize_tce_table()
1541 (strstr(compatible, "Winnipeg") == NULL)) in prom_initialize_tce_table()
1544 if ((strstr(model, "ython") == NULL) && in prom_initialize_tce_table()
1545 (strstr(model, "peedwagon") == NULL) && in prom_initialize_tce_table()
1546 (strstr(model, "innipeg") == NULL)) in prom_initialize_tce_table()
1855 if (strstr(p, "Power Macintosh") || in prom_find_machine_type()
1856 strstr(p, "MacRISC")) in prom_find_machine_type()
1863 if (strstr(p, "IBM,CBEA") || in prom_find_machine_type()
1864 strstr(p, "IBM,CPBW-1.0")) in prom_find_machine_type()
2608 if (rv != PROM_ERROR && (strstr(prop, "CHRP"))) in fixup_device_tree_efika()