HomeSort by: relevance | last modified time | path
    Searched defs:model_buf (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/stand/efiboot/
efiacpi.c 101 static char model_buf[128]; variable in typeref:typename:char[128]
120 memset(model_buf, 0, sizeof(model_buf));
125 buf = model_buf;
137 if (model_buf[0] == '\0')
138 strcpy(model_buf, "ACPI");
140 return model_buf;

Completed in 14 milliseconds