Lines Matching refs:strstr
444 if (strstr(type, RELOC("open-pic"))) { in prom_initialize_naca()
446 } else if (strstr(type, RELOC("ppc-xicp"))) { in prom_initialize_naca()
908 if((strstr(compatible, RELOC("python")) == NULL) && in prom_initialize_tce_table()
909 (strstr(compatible, RELOC("Speedwagon")) == NULL) && in prom_initialize_tce_table()
910 (strstr(compatible, RELOC("Winnipeg")) == NULL)) in prom_initialize_tce_table()
913 if ((strstr(model, RELOC("ython")) == NULL) && in prom_initialize_tce_table()
914 (strstr(model, RELOC("peedwagon")) == NULL) && in prom_initialize_tce_table()
915 (strstr(model, RELOC("innipeg")) == NULL)) in prom_initialize_tce_table()
919 if ((type[0] == 0) || (strstr(type, RELOC("pci")) == NULL)) { in prom_initialize_tce_table()
1268 if (strstr(RELOC(cmd_line), RELOC("smt-enabled="))) { in smt_setup()
1269 for (q = RELOC(cmd_line); (p = strstr(q, RELOC("smt-enabled="))) != 0; ) { in smt_setup()
1309 if (strstr(RELOC(cmd_line), RELOC("smt-snooze-delay="))) { in smt_setup()
1310 for (q = RELOC(cmd_line); (p = strstr(q, RELOC("smt-snooze-delay="))) != 0; ) { in smt_setup()
1436 while (cmd && (cmd = strstr(cmd, ppcdbgopt)) != NULL) { in parse_ppcdbg_cmd_line()