Home
last modified time | relevance | path

Searched refs:wmistat_bufptr (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/acpi_support/
H A Dacpi_wmi.c75 int wmistat_bufptr; /* /dev/wmistat ptr to buffer position */ member
270 sc->wmistat_bufptr = -1; in acpi_wmi_attach()
338 if (sc->wmistat_bufptr != -1) { in acpi_wmi_detach()
340 sc->wmistat_bufptr = -1; in acpi_wmi_detach()
932 sc->wmistat_bufptr = 0; in acpi_wmi_wmistat_open()
960 if (sc->wmistat_bufptr != -1) { in acpi_wmi_wmistat_close()
962 sc->wmistat_bufptr = -1; in acpi_wmi_wmistat_close()
989 if (sc->wmistat_bufptr == -1) { in acpi_wmi_wmistat_read()
1041 sc->wmistat_bufptr = -1; in acpi_wmi_wmistat_read()
1046 sc->wmistat_bufptr); in acpi_wmi_wmistat_read()
[all …]