OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Package
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/compiler/
aslprepkg.c
3
* Module Name: aslprepkg - support for ACPI predefined name
package
objects
68
const ACPI_PREDEFINED_INFO *
Package
,
101
* PARAMETERS: ParentOp - Parser op for the
package
102
* Predefined - Pointer to
package
-specific info for
107
* DESCRIPTION: Top-level validation for predefined name return
package
118
const ACPI_PREDEFINED_INFO *
Package
;
125
/* The
package
info for this name is in the next table entry */
127
Package
= Predefined + 1;
129
/* First child is the
package
length */
138
* Other
package
types require one or more elements. In any case, ther
[
all
...]
/src/sys/external/bsd/acpica/dist/namespace/
nsprepkg.c
3
* Module Name: nsprepkg - Validation of
package
objects for predefined names
59
const ACPI_PREDEFINED_INFO *
Package
,
90
* DESCRIPTION: Check a returned
package
object for the correct count and
101
const ACPI_PREDEFINED_INFO *
Package
;
112
/* The
package
info for this name is in the next table entry */
114
Package
= Info->Predefined + 1;
117
"%s Validating return
Package
of Type %X, Count %X\n",
118
Info->FullPathname,
Package
->RetInfo.Type,
119
ReturnObject->
Package
.Count));
123
* and trailing NULL
package
element
[
all
...]
/src/sys/external/bsd/acpica/dist/debugger/
dbnames.c
502
const ACPI_PREDEFINED_INFO *
Package
= NULL;
519
/* If method returns a
package
, the info is in the next table entry */
523
Package
= Predefined + 1;
533
if (
Package
)
536
Package
->RetInfo.Type,
Package
->RetInfo.ObjectType1,
537
Package
->RetInfo.Count1);
/src/sys/external/bsd/acpica/dist/include/
acobject.h
164
UINT32 Count; /* # of elements in
package
*/
523
ACPI_OBJECT_PACKAGE
Package
;
actypes.h
971
* Note: Type == ACPI_TYPE_ANY (0) is used to indicate a NULL
package
1000
UINT32 Count; /* # of elements in
package
*/
1002
}
Package
;
Completed in 18 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026