Searched refs:devtype_buf (Results 1 – 3 of 3) sorted by relevance
89 char devtype_buf[OBP_MAXPROPNAME]; in check_status() local107 if (getlongprop_buf(id, OBP_DEVICETYPE, devtype_buf, in check_status()108 sizeof (devtype_buf)) > 0) { in check_status()109 if (strcmp(devtype_buf, "memory-controller") == 0) in check_status()
257 char devtype_buf[OBP_MAXPROPNAME]; in map_wellknown() local277 devtype_buf) == -1) { in map_wellknown()282 if (strcmp(devtype_buf, "memory-controller") != 0) in map_wellknown()
344 char devtype_buf[OBP_MAXPROPNAME]; in check_status() local358 if (getlongprop_buf(id, OBP_DEVICETYPE, devtype_buf, in check_status()359 sizeof (devtype_buf)) > 0) { in check_status()360 if (strcmp(devtype_buf, "memory-controller") == 0) in check_status()