HomeSort by: relevance | last modified time | path
    Searched defs:Current (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/common/
dmswitch.c 196 ACPI_PARSE_OBJECT_LIST *Current;
219 Current = AcpiGbl_TempListHead;
222 AcpiGbl_TempListHead->Next = Current;
244 Previous = Current = AcpiGbl_TempListHead;
245 while (Current)
249 if (!strncmp(Temp, (char *) (&Current->Op->Named.Name), 4))
253 Current->Op->Common.DisasmFlags |= ACPI_PARSEOP_IGNORE;
257 if (Current == AcpiGbl_TempListHead)
259 AcpiGbl_TempListHead = Current->Next;
263 Previous->Next = Current->Next
    [all...]
acfileio.c 193 ACPI_NEW_TABLE_DESC *Current = ListHead;
194 ACPI_NEW_TABLE_DESC *Previous = Current;
197 while (Current)
199 Current = Current->Next;
201 Previous = Current;
520 * Note: Maintains current file position.
569 * Note: Maintains current file position.
  /src/sys/external/bsd/acpica/dist/compiler/
cvdisasm.c 190 ACPI_COMMENT_NODE *Current = CommentList;
194 while (Current)
196 Previous = Current;
197 if (Current->Comment)
200 AcpiOsPrintf("%s\n", Current->Comment);
201 Current->Comment = NULL;
204 Current = Current->Next;
512 ACPI_FILE_NODE *Current;
532 Current = FNode
    [all...]
aslcodegen.c 313 * PARAMETERS: Op - Current parse op
545 ACPI_COMMENT_NODE *Current;
638 Current = Op->Asl.CommentList;
639 while (Current)
641 CommentLength = strlen (Current->Comment)+3;
643 CvDbgPrint (" Comment string: %s\n\n", Current->Comment);
646 Current = Current->Next;
aslfiles.c 255 ASL_GLOBAL_FILE_NODE *Current = AslGbl_FilesList;
258 while (Current)
260 if (!strcmp (Filename, Current->Files[ASL_FILE_INPUT].Filename))
265 Current = Current->Next;
280 * DESCRIPTION: Set the current line number
288 ASL_GLOBAL_FILE_NODE *Current = AslGbl_FilesList;
289 char *PrevFilename = Current->Files[ASL_FILE_INPUT].Filename;
292 while (Current)
294 if (!strcmp(Current->Files[ASL_FILE_INPUT].Filename, InputFilename)
    [all...]
cvcompiler.c 163 * PARAMETERS: CurrentState Current comment parse state
165 * c1 Current input
291 * PARAMETERS: CurrentState Current comment parse state
395 ACPI_COMMENT_NODE *Current = NULL;
419 Current = Op->Asl.CommentList;
420 while (Current)
422 CommentLength = strlen (Current->Comment)+3;
424 CvDbgPrint (" Comment string: %s\n\n", Current->Comment);
426 Current = Current->Next
    [all...]
cvparser.c 278 /* Set the root file to the current open file */
375 ACPI_COMMENT_ADDR_NODE *Current = AcpiGbl_CommentAddrListHead;
396 if (!Current)
406 while (Current)
408 if (Current->Addr != Address)
410 Current = Current->Next;
423 Current = AcpiGbl_CommentAddrListHead;
428 AcpiGbl_CommentAddrListHead->Next = Current;
452 ACPI_FILE_NODE *Current = Head
    [all...]
aslerror.c 809 * Column - Column in current line
882 * case, get the current file node. The source output of the current
904 * Column - Column in current line
939 * Column - Column in current line
982 * Column - Column in current line
1129 ASL_EXPECTED_MSG_NODE *Current = AslGbl_ExpectedErrorCodeList;
1142 while (Current)
1144 LocationNode = Current->LocationList;
1153 LocationNode->Filename, Current->MessageIdStr)
    [all...]
aslutils.c 493 * DESCRIPTION: Saves the current time with this event
508 /* Init event with current (start) time */
525 * DESCRIPTION: Saves the current time (end time) with this event
815 ASL_GLOBAL_FILE_NODE *Current = AslGbl_FilesList;
818 while (Current)
820 switch (FlSwitchFileSet(Current->Files[ASL_FILE_INPUT].Filename))
826 Current = Current->Next;
832 Current = NULL;
  /src/sys/external/bsd/acpica/dist/tools/acpiexec/
aetests.c 634 ACPI_ADDRESS_RANGE *Current;
641 Current = AcpiGbl_AddressRangeList[i];
643 while (Current)
647 Status = AcpiGetName (Current->RegionNode, ACPI_SINGLE_NAME, &ReturnBuffer);
651 Current = Current->Next;
  /src/sys/external/bsd/acpica/dist/parser/
psargs.c 182 * PARAMETERS: ParserState - Current parser state object
240 * PARAMETERS: ParserState - Current parser state object
272 * PARAMETERS: ParserState - Current parser state object
348 * PARAMETERS: ParserState - Current parser state object
395 * Lookup the name in the internal namespace, starting with the current
529 * PARAMETERS: ParserState - Current parser state object
631 * PARAMETERS: ParserState - Current parser state object
895 ACPI_PARSE_OBJECT *Current = Start;
899 while (Current)
901 Next = Current->Common.Next
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
smu12_driver_if.h 181 uint16_t Current[2]; //[mA] indices: VDDCR_VDD, VDDCR_SOC

Completed in 21 milliseconds