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

  /src/sys/external/bsd/acpica/dist/namespace/
nsrepair2.c 605 BOOLEAN Removing;
620 Removing = FALSE;
626 "SubPackage[%u] - removing entry due to zero count", i));
627 Removing = TRUE;
636 "SubPackage[%u] - removing entry due to invalid Type(0)", i));
637 Removing = TRUE;
641 if (Removing)
nsrepair2.c 605 BOOLEAN Removing;
620 Removing = FALSE;
626 "SubPackage[%u] - removing entry due to zero count", i));
627 Removing = TRUE;
636 "SubPackage[%u] - removing entry due to invalid Type(0)", i));
637 Removing = TRUE;
641 if (Removing)

Completed in 45 milliseconds