Home | History | Annotate | Download | only in hdt

Lines Matching defs:features

40     char features[81];
58 memset(features, 0, sizeof(features));
59 snprintf(features, sizeof(features), " Features : %d Mhz : ",
62 strcat(features, "x86_64 64bit ");
64 strcat(features, "x86 32bit ");
66 strcat(features, "SMP ");
70 strcat(features, "HwVIRT ");
72 more_printf("%s\n", features);