Home
last modified time | relevance | path

Searched refs:Arguments (Results 1 – 25 of 26) sorted by relevance

12

/dragonfly/sys/contrib/dev/acpica/source/components/debugger/
H A Ddbexec.c753 LocalInfo.Args = LocalInfo.Arguments; in AcpiDbMethodThread()
754 LocalInfo.Arguments[0] = LocalInfo.NumThreadsStr; in AcpiDbMethodThread()
755 LocalInfo.Arguments[1] = LocalInfo.IdOfThreadStr; in AcpiDbMethodThread()
756 LocalInfo.Arguments[2] = LocalInfo.IndexOfThreadStr; in AcpiDbMethodThread()
757 LocalInfo.Arguments[3] = NULL; in AcpiDbMethodThread()
887 char **Arguments, in AcpiDbCreateExecutionThread() argument
897 AcpiGbl_DbMethodInfo.Args = AcpiGbl_DbMethodInfo.Arguments; in AcpiDbCreateExecutionThread()
902 for (i = 0; (i < ACPI_METHOD_NUM_ARGS) && *Arguments; i++) in AcpiDbCreateExecutionThread()
904 AcpiGbl_DbMethodInfo.Arguments[i] = *Arguments; in AcpiDbCreateExecutionThread()
905 Arguments++; in AcpiDbCreateExecutionThread()
[all …]
H A Ddbutils.c193 ACPI_DB_ARGUMENT_INFO *Arguments) in AcpiDbMatchArgument() argument
203 for (i = 0; Arguments[i].Name; i++) in AcpiDbMatchArgument()
206 ACPI_CAST_PTR (char, Arguments[i].Name), in AcpiDbMatchArgument()
207 ACPI_CAST_PTR (char, UserArgument)) == Arguments[i].Name) in AcpiDbMatchArgument()
H A Ddbobject.c446 ObjDesc = WalkState->Arguments in AcpiDbDisplayInternalObject()
679 ObjDesc = WalkState->Arguments[i].Object; in AcpiDbDecodeArguments()
698 ObjDesc = WalkState->Arguments[i].Object; in AcpiDbDecodeArguments()
H A Ddbmethod.c362 ObjDesc = WalkState->Arguments[Index].Object; in AcpiDbSetMethodData()
/dragonfly/sys/contrib/dev/acpica/source/components/dispatcher/
H A Ddsmthdat.c221 ACPI_MOVE_32_TO_32 (&WalkState->Arguments[i].Name, in AcpiDsMethodDataInit()
224 WalkState->Arguments[i].Name.Integer |= (i << 24); in AcpiDsMethodDataInit()
225 WalkState->Arguments[i].DescriptorType = ACPI_DESC_TYPE_NAMED; in AcpiDsMethodDataInit()
226 WalkState->Arguments[i].Type = ACPI_TYPE_ANY; in AcpiDsMethodDataInit()
227 WalkState->Arguments[i].Flags = ANOBJ_METHOD_ARG; in AcpiDsMethodDataInit()
289 if (WalkState->Arguments[Index].Object) in AcpiDsMethodDataDeleteAll()
292 Index, WalkState->Arguments[Index].Object)); in AcpiDsMethodDataDeleteAll()
296 AcpiNsDetachObject (&WalkState->Arguments[Index]); in AcpiDsMethodDataDeleteAll()
424 *Node = &WalkState->Arguments[Index]; in AcpiDsMethodDataGetNode()
H A Ddsutils.c867 ACPI_PARSE_OBJECT *Arguments[ACPI_OBJ_NUM_OPERANDS]; in AcpiDsCreateOperands() local
886 Arguments[Index] = Arg; in AcpiDsCreateOperands()
905 Arg = Arguments[Index]; in AcpiDsCreateOperands()
/dragonfly/sys/contrib/dev/acpica/source/include/
H A Dacdebug.h468 char **Arguments,
495 ACPI_DB_ARGUMENT_INFO *Arguments);
H A Dacstruct.h211 …struct acpi_namespace_node Arguments[ACPI_METHOD_NUM_ARGS]; /* Control method argument… member
H A Daclocal.h1546 char *Arguments[ACPI_METHOD_NUM_ARGS]; member
/dragonfly/sys/contrib/dev/acpica/source/components/utilities/
H A Dutosi.c595 StringDesc = WalkState->Arguments[0].Object; in AcpiUtOsiImplementation()
/dragonfly/sys/contrib/dev/acpica/source/compiler/
H A Dreadme.txt107 Arguments: -vi "$(FilePath)"
/dragonfly/contrib/nvi2/catalog/
H A DREADME30 Arguments to the msgq function are required to contain ONLY printable
/dragonfly/contrib/gdb-7/readline/doc/
H A Drluser.texi135 * Readline Arguments:: Giving numeric arguments to commands.
269 @node Readline Arguments
270 @subsection Readline Arguments
985 * Numeric Arguments:: Specifying numeric arguments, repeat counts.
1285 @node Numeric Arguments
1286 @subsection Specifying Numeric Arguments
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dcpp.texi124 * Macro Arguments::
130 * Directives Within Macro Arguments::
148 * Newlines in Arguments::
1197 * Macro Arguments::
1203 * Directives Within Macro Arguments::
1383 @node Macro Arguments
1384 @section Macro Arguments
2518 @node Directives Within Macro Arguments
2578 * Newlines in Arguments::
2995 @node Newlines in Arguments
[all …]
H A Drtl.texi3452 to the libcall by reference (@pxref{Register Arguments,
3454 caller-copied (@pxref{Register Arguments, TARGET_CALLEE_COPIES}),
3851 @code{REG_PARM_STACK_SPACE} in @ref{Stack Arguments}.
H A Dtm.texi1844 For passing values in registers, see @ref{Register Arguments}.
3050 * Stack Arguments::
3051 * Register Arguments::
3829 @node Stack Arguments
3830 @subsection Passing Function Arguments on the Stack
3990 @node Register Arguments
3991 @subsection Passing Arguments in Registers
4799 argument lists of the function. @xref{Stack Arguments}.
H A Dtm.texi.in1822 For passing values in registers, see @ref{Register Arguments}.
3026 * Stack Arguments::
3027 * Register Arguments::
3805 @node Stack Arguments
3806 @subsection Passing Function Arguments on the Stack
3966 @node Register Arguments
3967 @subsection Passing Arguments in Registers
4736 argument lists of the function. @xref{Stack Arguments}.
H A Dsourcebuild.texi1056 Arguments @var{include-opts} and @var{exclude-opts} are lists in which
H A Dextend.texi1609 @section Macros with a Variable Number of Arguments.
3259 command line. Arguments can either be numbers or strings. Numbers
9016 Arguments of type @code{uh}, @code{uw1}, @code{sw1}, @code{uw2}
11499 Arguments that are documented as @code{const int} require literal
/dragonfly/etc/
H A Drc.subr573 # ${name}_flags n Arguments to call ${command} with.
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Das.texinfo4094 * Arguments:: Arguments
4100 @node Arguments
4101 @subsection Arguments
4107 @dfn{Arguments} are symbols, numbers or subexpressions. In other
/dragonfly/contrib/gcc-8.0/gcc/
H A Dmatch.pd1473 /* Arguments on which one can call get_nonzero_bits to get the bits
H A Dtarget.def4565 into the stack. Arguments meaning is similar to\n\
4915 returns bounds for returned pointers. Arguments meaning is similar to\n\
/dragonfly/contrib/binutils-2.27/ld/
H A Dld.texinfo327 Arguments to multiple-letter options must either be separated from the
/dragonfly/sys/contrib/dev/acpica/
H A Dchanges.txt120 Arguments table field does not exist (zero).
2029 Syntax: Background <Namepath> [Arguments]

12