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 188 BOOLEAN FirstChild;
238 FirstChild = TRUE;
259 if (FirstChild)
261 FirstChild = FALSE;
267 * FirstChild belongs to their parent due to the parsing order in
269 * FirstChild place it in the parent. This also means that
asltree.c 468 BOOLEAN FirstChild;
544 FirstChild = TRUE;
572 if (FirstChild)
574 FirstChild = FALSE;

Completed in 14 milliseconds