HomeSort by: relevance | last modified time | path
    Searched refs:Parameters (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/namespace/
nsxfeval.c 175 * PARAMETERS: Handle - Object handle (optional)
177 * ExternalParams - List of parameters to pass to a method,
179 * if no parameters are being passed.
187 * parameters if necessary. One of "Handle" or "Pathname" must
308 * PARAMETERS: Handle - Object handle (optional)
310 * ExternalParams - List of parameters to pass to method,
312 * if no parameters are being passed.
319 * parameters if necessary. One of "Handle" or "Pathname" must
419 Info->Parameters = ACPI_ALLOCATE_ZEROED (
421 if (!Info->Parameters)
    [all...]
nseval.c 168 * PARAMETERS: Info - Evaluation info block, contains these fields
173 * Parameters - List of parameters to pass to the method,
175 * NULL if no parameters are being passed.
264 if (Info->Parameters)
266 while (Info->Parameters[Info->ParamCount])
nsinit.c 190 * PARAMETERS: None
252 * PARAMETERS: None
316 Info.EvaluateInfo->Parameters = NULL;
336 Info.EvaluateInfo->Parameters = NULL;
414 * PARAMETERS: ObjHandle - Node
473 * PARAMETERS: ObjHandle - Node
617 * PARAMETERS: ACPI_WALK_CALLBACK
692 * PARAMETERS: ACPI_WALK_CALLBACK
840 Info->Parameters = NULL;
nsarguments.c 166 * PARAMETERS: Info - Method execution information block
206 UserArgType = Info->Parameters[i]->Common.Type;
230 * PARAMETERS: Pathname - Full pathname to the node (for error msgs)
323 * PARAMETERS: Pathname - Full pathname to the node (for error msgs)
  /src/sys/external/bsd/acpica/dist/parser/
psxface.c 176 * PARAMETERS: MethodName - Valid ACPI name string
219 * PARAMETERS: Info - Method info block, contains:
222 * Parameters - List of parameters to pass to the method,
224 * NULL if no parameters are being passed.
270 * The caller "owns" the parameters, so give each one an extra reference
359 /* Take away the extra reference that we gave the parameters above */
391 * PARAMETERS: Info - Method info block, contains:
488 * PARAMETERS: Info - See ACPI_EVALUATE_INFO
489 * (Used: ParameterType and Parameters)
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
acstruct.h 308 * Structure used to pass object evaluation information and parameters.
317 ACPI_OPERAND_OBJECT **Parameters; /* Input: argument list */
  /src/sys/external/bsd/acpica/dist/resources/
rsutils.c 166 * PARAMETERS: Mask - Bitmask to decode
208 * PARAMETERS: List - List of values to encode
244 * PARAMETERS: Destination - Pointer to the destination descriptor
327 * PARAMETERS: TotalLength - Length of the AML descriptor, including
383 * PARAMETERS: DescriptorType - Byte to be inserted as the type
419 * PARAMETERS: Destination - Pointer to the destination string
457 * PARAMETERS: ResourceLength - Length field of the descriptor
551 * PARAMETERS: Aml - Pointer to the raw AML descriptor
614 * PARAMETERS: Node - Device node
640 /* Parameters guaranteed valid by caller *
    [all...]
  /src/sys/external/bsd/acpica/dist/dispatcher/
dswstate.c 176 * PARAMETERS: Object - Where to return the popped object
258 * PARAMETERS: Object - Where to return the popped object
336 * PARAMETERS: WalkState - Current Walk state
388 * PARAMETERS: WalkState - Current Walk state
440 * PARAMETERS: Object - Object to push
488 * PARAMETERS: PopCount - Number of objects/entries to pop
538 * PARAMETERS: PopCount - Number of objects/entries to pop
592 * PARAMETERS: Thread - Get current active state for this Thread
624 * PARAMETERS: WalkState - State to push
652 * PARAMETERS: Thread - Current thread stat
    [all...]
dsmethod.c 181 * PARAMETERS: Node - Namespace Node of the method
262 * PARAMETERS: WalkState - Current state of the parse tree walk
318 * PARAMETERS: Status - Execution status
400 * PARAMETERS: ObjDesc - The method object
446 * PARAMETERS: MethodNode - Node of the method
628 * PARAMETERS: Thread - Info for this thread
726 Info->Parameters = &ThisWalkState->Operands[0];
795 * PARAMETERS: WalkState - State for preempted method (caller)
886 * PARAMETERS: MethodDesc - Method object
  /src/sys/external/bsd/acpica/dist/events/
evregion.c 184 * PARAMETERS: None
236 * PARAMETERS: RegionObj - Internal region object
405 * There are three extra parameters that must be passed to the
411 * Since we pass these extra parameters via the context, which is
413 * parameters being changed from another thread before the handler
495 * PARAMETERS: RegionObj - Region Object
664 * PARAMETERS: HandlerObj - Handler Object
713 * PARAMETERS: RegionObj - Region object
793 Info->Parameters = Args;
857 * PARAMETERS: Node - Namespace node for the devic
    [all...]
  /src/sys/arch/hppa/stand/xxboot/
start.S 76 ; save parameters for main
169 ; parameters for main
297 ; Parameters are placed in INCREASING order.

Completed in 24 milliseconds