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

/freebsd-current/sys/dev/acpica/Osd/
H A DOsdTable.c43 static char acpi_osname[128]; variable
44 TUNABLE_STR("hw.acpi.osname", acpi_osname, sizeof(acpi_osname));
56 InitVal->Type == ACPI_TYPE_STRING && strlen(acpi_osname) > 0) {
58 acpi_osname);
59 *NewVal = acpi_osname;

Completed in 95 milliseconds