Lines Matching defs:directory
53 static acpi_status osl_list_customized_tables(char *directory);
242 /* Attempt to get the table from the static directory */
649 /* Add all tables found in the static directory */
659 /* Add all dynamically loaded tables in the dynamic directory */
986 * PARAMETERS: directory - Directory that contains the tables
990 * DESCRIPTION: Add ACPI tables to the table list from a directory.
994 static acpi_status osl_list_customized_tables(char *directory)
1002 /* Open the requested directory */
1004 table_dir = acpi_os_open_directory(directory, "*", REQUEST_FILE_ONLY);
1009 /* Examine all entries in this directory */
1320 /* Open the directory for customized tables */
1327 /* Attempt to find the table in the directory */