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

  /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...]
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...]
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...]
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;
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;
dtcompilerparser.tab.c 244 extern UINT64 DtCompilerParserlineno; /* Current line number */
747 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N].
748 If N is 0, then set CURRENT to the empty location which ends
753 # define YYLLOC_DEFAULT(Current, Rhs, N) \
757 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
758 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
759 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \
760 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \
764 (Current).first_line = (Current).last_line =
    [all...]
dtparser.tab.c 829 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N].
830 If N is 0, then set CURRENT to the empty location which ends
835 # define YYLLOC_DEFAULT(Current, Rhs, N) \
839 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
840 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
841 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \
842 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \
846 (Current).first_line = (Current).last_line = \
848 (Current).first_column = (Current).last_column =
    [all...]
prparser.tab.c 832 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N].
833 If N is 0, then set CURRENT to the empty location which ends
838 # define YYLLOC_DEFAULT(Current, Rhs, N) \
842 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
843 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
844 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \
845 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \
849 (Current).first_line = (Current).last_line = \
851 (Current).first_column = (Current).last_column =
    [all...]
dtcompilerparser.l 264 "Newline matched (data state). Current line number: %u\n",DtCompilerParserlineno);
  /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/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
  /src/sys/arch/m68k/060sp/dist/
iskeletn.s 95 # * Current PC * * Current PC *
133 # * Current PC * * Current PC *
pfpsp.s 391 set EXC_EXTWPTR, LV+4 # saved current PC (active)
658 # the FPIAR holds the "current PC" of the faulting instruction
714 fmov.l &0x0,%fpcr # zero current control regs
800 fmov.l &0x0,%fpcr # zero current control regs
823 fmov.l %fpiar,0x8(%sp) # "Current PC" is in FPIAR
898 # the FPIAR holds the "current PC" of the faulting instruction
957 fmov.l &0x0,%fpcr # zero current control regs
1074 fmov.l &0x0,%fpcr # zero current control regs
1097 fmov.l %fpiar,0x8(%sp) # "Current PC" is in FPIAR
1168 # If a Trace exception is pending, then the current exception stack
    [all...]
fpsp.s 391 set EXC_EXTWPTR, LV+4 # saved current PC (active)
658 # the FPIAR holds the "current PC" of the faulting instruction
714 fmov.l &0x0,%fpcr # zero current control regs
800 fmov.l &0x0,%fpcr # zero current control regs
823 fmov.l %fpiar,0x8(%sp) # "Current PC" is in FPIAR
898 # the FPIAR holds the "current PC" of the faulting instruction
957 fmov.l &0x0,%fpcr # zero current control regs
1074 fmov.l &0x0,%fpcr # zero current control regs
1097 fmov.l %fpiar,0x8(%sp) # "Current PC" is in FPIAR
1168 # If a Trace exception is pending, then the current exception stack
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
ls1021a-tsn.dts 153 /* Current sensing circuit for 1V VDDCORE PMIC rail */
154 current-sensor@44 {
160 /* Current sensing circuit for 12V VCC rail */
161 current-sensor@45 {
am335x-pepper.dts 568 /* USB0 Over-Current (active low) */
570 /* USB1 Over-Current (active low) */
ste-ux500-samsung-janice.dts 194 * the flash max current 343mA and torch max
195 * current 55 mA.
279 * Current sense amplifier on the light sensor to convert current to
285 gp2a_shunt: current-sense-shunt {
286 compatible = "current-sense-shunt";
  /src/sys/arch/ia64/stand/common/
help.common 59 echo Current device is $currdev
61 will print the current device.
81 directory of the current device if <path> is not specified.
212 # Tset Sconsole DSet the current console
216 Sets the current console. If <value> is omitted, a list of valid
220 # Tset Scurrdev DSet the current device
307 respectively. Note that the current i386 architecture

Completed in 66 milliseconds