Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/acpi/acpixtract/
H A Daxmain.c95 int AxAction; in main() local
102 AxAction = AX_EXTRACT_AML_TABLES; /* Default: DSDT & SSDTs */ in main()
120 AxAction = AX_EXTRACT_ALL; /* Extract all tables found */ in main()
125 AxAction = AX_LIST_ALL; /* List tables only, do not extract */ in main()
130 AxAction = AX_EXTRACT_MULTI_TABLE; /* Make single file for all DSDT/SSDTs */ in main()
135 AxAction = AX_EXTRACT_SIGNATURE; /* Extract only tables with this sig */ in main()
160 switch (AxAction) in main()