Searched refs:file_start (Results 1 - 2 of 2) sorted by relevance

/linux-master/scripts/
H A Dsorttable.h227 FILE *file_start, *file_stop; local
232 file_start = popen(" grep start_mcount System.map | awk '{print $1}' ", "r");
233 if (!file_start) {
241 pclose(file_start);
245 while (fgets(start_buff, sizeof(start_buff), file_start) != NULL) {
257 pclose(file_start);
/linux-master/drivers/acpi/acpica/
H A Daclocal.h833 char *file_start; /* Points to AML and indicates when the AML for this particular file starts. */ member in struct:acpi_file_node

Completed in 102 milliseconds