Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/acpi/iasl/
H A Dprutils.c355 FILE *IncludeFile; in PrOpenIncludeFile() local
370 IncludeFile = PrOpenIncludeWithPrefix ( in PrOpenIncludeFile()
372 if (!IncludeFile) in PrOpenIncludeFile()
376 return (IncludeFile); in PrOpenIncludeFile()
387 IncludeFile = PrOpenIncludeWithPrefix ( in PrOpenIncludeFile()
389 if (IncludeFile) in PrOpenIncludeFile()
391 return (IncludeFile); in PrOpenIncludeFile()
401 IncludeFile = PrOpenIncludeWithPrefix ( in PrOpenIncludeFile()
403 if (IncludeFile) in PrOpenIncludeFile()
405 return (IncludeFile); in PrOpenIncludeFile()
[all …]
H A Daslfiles.c411 FILE *IncludeFile; in FlOpenIncludeWithPrefix() local
425 IncludeFile = fopen (Pathname, "r"); in FlOpenIncludeWithPrefix()
426 if (!IncludeFile) in FlOpenIncludeWithPrefix()
447 while (DtGetNextLine (IncludeFile, DT_ALLOW_MULTILINE_QUOTES) != ASL_EOF) in FlOpenIncludeWithPrefix()
460 fseek (IncludeFile, 0, SEEK_SET); in FlOpenIncludeWithPrefix()
464 AslPushInputFileStack (IncludeFile, Pathname); in FlOpenIncludeWithPrefix()
465 return (IncludeFile); in FlOpenIncludeWithPrefix()
485 FILE *IncludeFile; in FlOpenIncludeFile() local
518 IncludeFile = FlOpenIncludeWithPrefix ("", Op, Op->Asl.Value.String); in FlOpenIncludeFile()
519 if (!IncludeFile) in FlOpenIncludeFile()
[all …]