OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:acpiec_state_names
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/acpi/
acpi_ec.c
132
static const char *const
acpiec_state_names
[] = {
variable
195
if ((sc)->sc_state < __arraycount(
acpiec_state_names
)) { \
196
state =
acpiec_state_names
[(sc)->sc_state]; \
acpi_ec.c
132
static const char *const
acpiec_state_names
[] = {
variable
195
if ((sc)->sc_state < __arraycount(
acpiec_state_names
)) { \
196
state =
acpiec_state_names
[(sc)->sc_state]; \
Completed in 30 milliseconds
Indexes created Tue Feb 24 19:07:35 UTC 2026