OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SubPackage
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/namespace/
nsprepkg.c
417
* First, ensure that the first element is a
subpackage
. If not,
542
ACPI_OPERAND_OBJECT *
SubPackage
;
551
* Validate each
subpackage
in the parent Package
559
SubPackage
= *Elements;
560
SubElements =
SubPackage
->Package.Elements;
561
Info->ParentPackage =
SubPackage
;
565
Status = AcpiNsCheckObjectType (Info, &
SubPackage
,
574
Info->ParentPackage =
SubPackage
;
581
/* Each
subpackage
has a fixed number of elements */
584
if (
SubPackage
->Package.Count < ExpectedCount
[
all
...]
nsrepair2.c
590
* 3. A
subpackage
count of zero means _CST is meaningless
626
"
SubPackage
[%u] - removing entry due to zero count", i));
636
"
SubPackage
[%u] - removing entry due to invalid Type(0)", i));
787
ACPI_OPERAND_OBJECT *
SubPackage
;
792
/* Each element in the _PRT package is a
subpackage
*/
797
/* Examine each
subpackage
*/
801
SubPackage
= *TopObjectList;
802
SubObjectList =
SubPackage
->Package.Elements;
806
if (
SubPackage
->Package.Count < 4)
897
"
SubPackage
[%u,%u] - suspicious power dissipation values"
[
all
...]
Completed in 22 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025