prom_strcmp
if (prom_strcmp(type, "cpu"))
if (prom_strcmp(type, "memory"))
if (prom_strcmp(type, "cpu") != 0)
if (prom_strcmp(type, "okay") != 0)
if (prom_strcmp(version, "Open Firmware, 1.0.5") == 0)
if (prom_strcmp(type, "display") == 0)
if (prom_strcmp(compat, "chrp"))
if (prom_strcmp(type, "display") != 0)
if (prom_strcmp(s, str) == 0)
if (prom_strcmp(namep, "name") == 0) {
if (prom_strcmp(pname, "name") == 0) {
if (!prom_strcmp(pname, "phandle"))
if (prom_strcmp(type, "escc") && prom_strcmp(type, "i2s") &&
prom_strcmp(type, "media-bay"))
if (prom_strcmp(prop, "EFIKA5K2"))
if (rv != PROM_ERROR && (prom_strcmp(prop, "chrp") == 0))