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()
259 char devtype_buf[OBP_MAXPROPNAME]; in map_wellknown() local279 devtype_buf) == -1) { in map_wellknown()284 if (strcmp(devtype_buf, "memory-controller") != 0) in map_wellknown()
335 char devtype_buf[OBP_MAXPROPNAME]; in check_status() local349 if (getlongprop_buf(id, OBP_DEVICETYPE, devtype_buf, in check_status()350 sizeof (devtype_buf)) > 0) { in check_status()351 if (strcmp(devtype_buf, "memory-controller") == 0) in check_status()