Lines Matching defs:v_impl
99 char *v_impl;
267 if (strlen(vcpu->v_impl)) {
268 (void) printf(" %s\n", vcpu->v_impl);
271 (strncmp(vcpu->v_brand, vcpu->v_impl, len) != 0))
288 if (strlen(vcpu->v_impl)) {
289 (void) printf(" %s\n", vcpu->v_impl);
292 (strncmp(vcpu->v_brand, vcpu->v_impl, len) != 0))
522 vc->v_impl = _("(unknown)");
524 vc->v_impl = mystrdup(knp->value.str.addr.ptr);
533 if ((s = strstr(vc->v_impl, "chipid")) != NULL) {
548 if ((s = strstr(vc->v_impl, "cpuid")) != NULL) {