Searched refs:acpi_osname (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/dev/acpica/Osd/
H A DOsdTable.c45 static char acpi_osname[128]; variable
46 TUNABLE_STR("hw.acpi.osname", acpi_osname, sizeof(acpi_osname));
58 InitVal->Type == ACPI_TYPE_STRING && strlen(acpi_osname) > 0) {
60 acpi_osname);
61 *NewVal = acpi_osname;

Completed in 87 milliseconds