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

  /src/sys/external/bsd/acpica/dist/namespace/
nsrepair.c 11 * Redistribution and use in source and binary forms, with or without
14 * 1. Redistributions of source code must retain the above copyright
501 ACPI_OPERAND_OBJECT **Source;
538 Source = ObjDesc->Package.Elements;
539 Dest = Source;
545 if (!*Source)
551 *Dest = *Source;
555 Source++;
nsrepair2.c 12 * Redistribution and use in source and binary forms, with or without
15 * 1. Redistributions of source code must retain the above copyright
586 char *Source;
626 Source = ReturnObject->String.Pointer;
627 if (*Source == '*')
629 Source++;
644 for (Dest = NewString->String.Pointer; *Source; Dest++, Source++)
646 *Dest = (char) toupper ((int) *Source);
1044 ACPI_OPERAND_OBJECT **Source;
    [all...]
  /src/sys/external/bsd/acpica/dist/resources/
rsmisc.c 11 * Redistribution and use in source and binary forms, with or without
14 * 1. Redistributions of source code must retain the above copyright
83 void *Source;
123 * Source is the external AML byte stream buffer,
126 Source = ACPI_ADD_PTR (void, Aml, Info->AmlOffset);
153 ((ACPI_GET8 (Source) >> Info->Value) & 0x01));
161 ((ACPI_GET8 (Source) >> Info->Value) & 0x03));
169 ((ACPI_GET8 (Source) >> Info->Value) & 0x07));
177 ((ACPI_GET8 (Source) >> Info->Value) & 0x3F));
182 ItemCount = ACPI_GET8 (Source);
    [all...]
  /src/sys/external/bsd/gnu-efi/dist/lib/
sread.c 27 VOID *Source;
91 FHand->Source = SourceBuffer;
246 FHand->Source = SourceBuffer;
289 FreePool (FHand->Source);
313 if (FHand->Source) {
327 CopyMem (Buffer, (CHAR8 *) FHand->Source + Offset, *ReadSize);
366 // If we allocated the Source buffer, free it
370 FreePool (FHand->Source);
  /src/sys/external/bsd/acpica/dist/tables/
tbfadt.c 11 * Redistribution and use in source and binary forms, with or without
14 * 1. Redistributions of source code must retain the above copyright
163 UINT16 Source;
779 FadtPmInfoTable[i].Source);
  /src/bin/ksh/
lex.h 4 * Source input, lexer and parser
11 typedef struct source Source;
12 struct source { struct
30 Source *next; /* stacked source */
33 /* Source.type values */
44 /* Source.flags values */
122 EXTERN Source *source; /* yyparse/yylex source * variable
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
acstruct.h 11 * Redistribution and use in source and binary forms, with or without
14 * 1. Redistributions of source code must retain the above copyright
181 ACPI_OPERAND_OBJECT *Source;
189 ACPI_OPERAND_OBJECT *Source;

Completed in 87 milliseconds