Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/acpi/acpixtract/
H A Daxmain.c205 int AxAction; in main() local
213 AxAction = AX_EXTRACT_AML_TABLES; /* Default: DSDT & SSDTs */ in main()
231 AxAction = AX_EXTRACT_ALL; /* Extract all tables found */ in main()
241 AxAction = AX_LIST_ALL; /* List tables only, do not extract */ in main()
246 AxAction = AX_EXTRACT_MULTI_TABLE; /* Make single file for all DSDT/SSDTs */ in main()
251 AxAction = AX_EXTRACT_SIGNATURE; /* Extract only tables with this sig */ in main()
292 switch (AxAction) in main()