HomeSort by: relevance | last modified time | path
    Searched refs:FirstChild (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/compiler/
aslparseop.c 80 BOOLEAN FirstChild;
130 FirstChild = TRUE;
151 if (FirstChild)
153 FirstChild = FALSE;
159 * FirstChild belongs to their parent due to the parsing order in
161 * FirstChild place it in the parent. This also means that
asltree.c 360 BOOLEAN FirstChild;
436 FirstChild = TRUE;
464 if (FirstChild)
466 FirstChild = FALSE;

Completed in 26 milliseconds