OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SubPackage
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/namespace/
nsprepkg.c
309
* First, ensure that the first element is a
subpackage
. If not,
434
ACPI_OPERAND_OBJECT *
SubPackage
;
443
* Validate each
subpackage
in the parent Package
451
SubPackage
= *Elements;
452
SubElements =
SubPackage
->Package.Elements;
453
Info->ParentPackage =
SubPackage
;
457
Status = AcpiNsCheckObjectType (Info, &
SubPackage
,
466
Info->ParentPackage =
SubPackage
;
473
/* Each
subpackage
has a fixed number of elements */
476
if (
SubPackage
->Package.Count < ExpectedCount
[
all
...]
nsprepkg.c
309
* First, ensure that the first element is a
subpackage
. If not,
434
ACPI_OPERAND_OBJECT *
SubPackage
;
443
* Validate each
subpackage
in the parent Package
451
SubPackage
= *Elements;
452
SubElements =
SubPackage
->Package.Elements;
453
Info->ParentPackage =
SubPackage
;
457
Status = AcpiNsCheckObjectType (Info, &
SubPackage
,
466
Info->ParentPackage =
SubPackage
;
473
/* Each
subpackage
has a fixed number of elements */
476
if (
SubPackage
->Package.Count < ExpectedCount
[
all
...]
nsrepair2.c
482
* 3. A
subpackage
count of zero means _CST is meaningless
518
"
SubPackage
[%u] - removing entry due to zero count", i));
528
"
SubPackage
[%u] - removing entry due to invalid Type(0)", i));
679
ACPI_OPERAND_OBJECT *
SubPackage
;
684
/* Each element in the _PRT package is a
subpackage
*/
689
/* Examine each
subpackage
*/
693
SubPackage
= *TopObjectList;
694
SubObjectList =
SubPackage
->Package.Elements;
698
if (
SubPackage
->Package.Count < 4)
789
"
SubPackage
[%u,%u] - suspicious power dissipation values"
[
all
...]
nsrepair2.c
482
* 3. A
subpackage
count of zero means _CST is meaningless
518
"
SubPackage
[%u] - removing entry due to zero count", i));
528
"
SubPackage
[%u] - removing entry due to invalid Type(0)", i));
679
ACPI_OPERAND_OBJECT *
SubPackage
;
684
/* Each element in the _PRT package is a
subpackage
*/
689
/* Examine each
subpackage
*/
693
SubPackage
= *TopObjectList;
694
SubObjectList =
SubPackage
->Package.Elements;
698
if (
SubPackage
->Package.Count < 4)
789
"
SubPackage
[%u,%u] - suspicious power dissipation values"
[
all
...]
Completed in 37 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026