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 88 ACPI_PARSE_OBJECT_LIST *Current;
111 Current = AcpiGbl_TempListHead;
114 AcpiGbl_TempListHead->Next = Current;
136 Previous = Current = AcpiGbl_TempListHead;
137 while (Current)
141 if (!strncmp(Temp, (char *) (&Current->Op->Named.Name), 4))
145 Current->Op->Common.DisasmFlags |= ACPI_PARSEOP_IGNORE;
149 if (Current == AcpiGbl_TempListHead)
151 AcpiGbl_TempListHead = Current->Next;
155 Previous->Next = Current->Next
    [all...]
acfileio.c 85 ACPI_NEW_TABLE_DESC *Current = ListHead;
86 ACPI_NEW_TABLE_DESC *Previous = Current;
89 while (Current)
91 Current = Current->Next;
93 Previous = Current;
412 * Note: Maintains current file position.
461 * Note: Maintains current file position.
  /src/sys/external/bsd/acpica/dist/compiler/
cvdisasm.c 82 ACPI_COMMENT_NODE *Current = CommentList;
86 while (Current)
88 Previous = Current;
89 if (Current->Comment)
92 AcpiOsPrintf("%s\n", Current->Comment);
93 Current->Comment = NULL;
96 Current = Current->Next;
404 ACPI_FILE_NODE *Current;
424 Current = FNode
    [all...]
aslcodegen.c 205 * PARAMETERS: Op - Current parse op
437 ACPI_COMMENT_NODE *Current;
530 Current = Op->Asl.CommentList;
531 while (Current)
533 CommentLength = strlen (Current->Comment)+3;
535 CvDbgPrint (" Comment string: %s\n\n", Current->Comment);
538 Current = Current->Next;
aslfiles.c 147 ASL_GLOBAL_FILE_NODE *Current = AslGbl_FilesList;
150 while (Current)
152 if (!strcmp (Filename, Current->Files[ASL_FILE_INPUT].Filename))
157 Current = Current->Next;
172 * DESCRIPTION: Set the current line number
180 ASL_GLOBAL_FILE_NODE *Current = AslGbl_FilesList;
181 char *PrevFilename = Current->Files[ASL_FILE_INPUT].Filename;
184 while (Current)
186 if (!strcmp(Current->Files[ASL_FILE_INPUT].Filename, InputFilename)
    [all...]
cvcompiler.c 55 * PARAMETERS: CurrentState Current comment parse state
57 * c1 Current input
183 * PARAMETERS: CurrentState Current comment parse state
287 ACPI_COMMENT_NODE *Current = NULL;
311 Current = Op->Asl.CommentList;
312 while (Current)
314 CommentLength = strlen (Current->Comment)+3;
316 CvDbgPrint (" Comment string: %s\n\n", Current->Comment);
318 Current = Current->Next
    [all...]
cvparser.c 170 /* Set the root file to the current open file */
267 ACPI_COMMENT_ADDR_NODE *Current = AcpiGbl_CommentAddrListHead;
288 if (!Current)
298 while (Current)
300 if (Current->Addr != Address)
302 Current = Current->Next;
315 Current = AcpiGbl_CommentAddrListHead;
320 AcpiGbl_CommentAddrListHead->Next = Current;
344 ACPI_FILE_NODE *Current = Head
    [all...]
aslerror.c 701 * Column - Column in current line
774 * case, get the current file node. The source output of the current
796 * Column - Column in current line
831 * Column - Column in current line
874 * Column - Column in current line
1021 ASL_EXPECTED_MSG_NODE *Current = AslGbl_ExpectedErrorCodeList;
1034 while (Current)
1036 LocationNode = Current->LocationList;
1045 LocationNode->Filename, Current->MessageIdStr)
    [all...]
aslutils.c 385 * DESCRIPTION: Saves the current time with this event
400 /* Init event with current (start) time */
417 * DESCRIPTION: Saves the current time (end time) with this event
707 ASL_GLOBAL_FILE_NODE *Current = AslGbl_FilesList;
710 while (Current)
712 switch (FlSwitchFileSet(Current->Files[ASL_FILE_INPUT].Filename))
718 Current = Current->Next;
724 Current = NULL;
  /src/sys/external/bsd/acpica/dist/tools/acpiexec/
aetests.c 526 ACPI_ADDRESS_RANGE *Current;
533 Current = AcpiGbl_AddressRangeList[i];
535 while (Current)
539 Status = AcpiGetName (Current->RegionNode, ACPI_SINGLE_NAME, &ReturnBuffer);
543 Current = Current->Next;
  /src/sys/external/bsd/acpica/dist/parser/
psargs.c 74 * PARAMETERS: ParserState - Current parser state object
132 * PARAMETERS: ParserState - Current parser state object
164 * PARAMETERS: ParserState - Current parser state object
240 * PARAMETERS: ParserState - Current parser state object
287 * Lookup the name in the internal namespace, starting with the current
421 * PARAMETERS: ParserState - Current parser state object
523 * PARAMETERS: ParserState - Current parser state object
787 ACPI_PARSE_OBJECT *Current = Start;
791 while (Current)
793 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 23 milliseconds