OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
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
176
const ACPI_PREDEFINED_INFO *
Package
,
209
* PARAMETERS: ParentOp - Parser op for the
package
210
* Predefined - Pointer to
package
-specific info for
215
* DESCRIPTION: Top-level validation for predefined name return
package
226
const ACPI_PREDEFINED_INFO *
Package
;
233
/* The
package
info for this name is in the next table entry */
235
Package
= Predefined + 1;
237
/* First child is the
package
length */
246
* 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
167
const ACPI_PREDEFINED_INFO *
Package
,
198
* DESCRIPTION: Check a returned
package
object for the correct count and
209
const ACPI_PREDEFINED_INFO *
Package
;
220
/* The
package
info for this name is in the next table entry */
222
Package
= Info->Predefined + 1;
225
"%s Validating return
Package
of Type %X, Count %X\n",
226
Info->FullPathname,
Package
->RetInfo.Type,
227
ReturnObject->
Package
.Count));
231
* and trailing NULL
package
element
[
all
...]
/src/sys/external/bsd/acpica/dist/debugger/
dbnames.c
610
const ACPI_PREDEFINED_INFO *
Package
= NULL;
627
/* If method returns a
package
, the info is in the next table entry */
631
Package
= Predefined + 1;
641
if (
Package
)
644
Package
->RetInfo.Type,
Package
->RetInfo.ObjectType1,
645
Package
->RetInfo.Count1);
/src/sys/external/bsd/acpica/dist/include/
acobject.h
272
UINT32 Count; /* # of elements in
package
*/
631
ACPI_OBJECT_PACKAGE
Package
;
actypes.h
1079
* Note: Type == ACPI_TYPE_ANY (0) is used to indicate a NULL
package
1108
UINT32 Count; /* # of elements in
package
*/
1110
}
Package
;
Completed in 17 milliseconds
Indexes created Sun Sep 21 19:09:51 GMT 2025