Searched defs:acpi_wmi_softc (Results 1 – 1 of 1) sorted by relevance
69 struct acpi_wmi_softc { struct70 device_t wmi_dev; /* wmi device id */71 ACPI_HANDLE wmi_handle; /* handle of the PNP0C14 node */72 device_t ec_dev; /* acpi_ec0 */73 struct cdev *wmistat_dev_t; /* wmistat device handle */74 struct sbuf wmistat_sbuf; /* sbuf for /dev/wmistat output */75 pid_t wmistat_open_pid; /* pid operating on /dev/wmistat */76 int wmistat_bufptr; /* /dev/wmistat ptr to buffer position */