OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Arguments
(Results
1 - 13
of
13
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/dispatcher/
dsmthdat.c
3
* Module Name: dsmthdat - control method
arguments
and local variables
86
* DESCRIPTION: Initialize the data structures that hold the method's
arguments
109
/* Init the method
arguments
*/
113
ACPI_MOVE_32_TO_32 (&WalkState->
Arguments
[i].Name,
116
WalkState->
Arguments
[i].Name.Integer |= (i << 24);
117
WalkState->
Arguments
[i].DescriptorType = ACPI_DESC_TYPE_NAMED;
118
WalkState->
Arguments
[i].Type = ACPI_TYPE_ANY;
119
WalkState->
Arguments
[i].Flags = ANOBJ_METHOD_ARG;
147
* DESCRIPTION: Delete method locals and
arguments
.
Arguments
are onl
[
all
...]
dsutils.c
406
*
arguments
to a control method invocation (a call from one
424
* Method
arguments
are passed by reference, not by value. This means
468
* "
Arguments
" and "Targets".
664
Opcode = AML_ZERO_OP; /* Has no
arguments
! */
746
* DESCRIPTION: Convert an operator's
arguments
from a parse tree format to
759
ACPI_PARSE_OBJECT *
Arguments
[ACPI_OBJ_NUM_OPERANDS];
770
/* Get all
arguments
in the list */
780
Arguments
[Index] = Arg;
794
/* Create the interpreter
arguments
, in reverse order */
800
Arg =
Arguments
[Index]
[
all
...]
/src/sys/external/bsd/acpica/dist/debugger/
dbexec.c
174
/* Pass through any command-line
arguments
*/
178
/* Get
arguments
passed on the command line */
189
"While parsing method
arguments
"));
623
* AcpiGbl_DbMethodInfo.
Arguments
will be passed as method
arguments
.
627
* Note: The
arguments
we are passing are used by the ASL test suite
646
LocalInfo.Args = LocalInfo.
Arguments
;
647
LocalInfo.
Arguments
[0] = LocalInfo.NumThreadsStr;
648
LocalInfo.
Arguments
[1] = LocalInfo.IdOfThreadStr;
649
LocalInfo.
Arguments
[2] = LocalInfo.IndexOfThreadStr
[
all
...]
dbutils.c
72
*
Arguments
- Array of commands to match against
83
ACPI_DB_ARGUMENT_INFO *
Arguments
)
93
for (i = 0;
Arguments
[i].Name; i++)
96
ACPI_CAST_PTR (char,
Arguments
[i].Name),
97
ACPI_CAST_PTR (char, UserArgument)) ==
Arguments
[i].Name)
dbobject.c
87
/* There are no locals or
arguments
for the module-level code case */
120
/* Display the method locals and
arguments
*/
336
ObjDesc = WalkState->
Arguments
529
* DESCRIPTION: Display all
arguments
for the currently running control method
545
/* There are no
arguments
for the module-level code case */
565
/* Are any
arguments
actually set? */
569
ObjDesc = WalkState->
Arguments
[i].Object;
582
"Initialized
Arguments
for Method [%4.4s]: "
583
"(%X
arguments
defined for method invocation)\n",
588
ObjDesc = WalkState->
Arguments
[i].Object
[
all
...]
dbmethod.c
252
ObjDesc = WalkState->
Arguments
[Index].Object;
/src/sys/external/bsd/acpica/dist/include/
acdebug.h
60
UINT8 MinArgs; /* Minimum
arguments
required */
360
char **
Arguments
,
387
ACPI_DB_ARGUMENT_INFO *
Arguments
);
acstruct.h
103
struct acpi_namespace_node
Arguments
[ACPI_METHOD_NUM_ARGS]; /* Control method
arguments
*/
aclocal.h
370
* ParamCount - Number of
arguments
to the method
757
UINT32 ArgCount; /* Number of fixed
arguments
*/
783
* AML
arguments
880
UINT32 ParseArgs; /* Grammar/Parse time
arguments
*/
881
UINT32 RuntimeArgs; /* Interpret time
arguments
*/
907
union acpi_parse_object *Arg; /*
arguments
and contained ops */
1439
*
Arguments
to be passed to method for the commands Threads and
1440
* Background. Note, ACPI specifies a maximum of 7
arguments
(0 - 6).
1449
char *
Arguments
[ACPI_METHOD_NUM_ARGS];
/src/sys/external/bsd/acpica/dist/utilities/
utosi.c
493
StringDesc = WalkState->
Arguments
[0].Object;
/src/sys/external/bsd/acpica/dist/compiler/
readme.txt
107
Arguments
: -vi "$(FilePath)"
/src/sys/arch/m68k/060sp/dist/
iskeletn.s
183
#
Arguments
:
202
#
Arguments
:
/src/sys/arch/m68k/fpsp/
l_fpsp.h
74
* |
Arguments
to |
79
* Positive offsets from A6 refer to the input
arguments
. Negative
Completed in 28 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026