Searched refs:Source (Results 1 - 25 of 59) sorted by relevance

123

/barrelfish-master/lib/acpica/source/components/resources/
H A Drsmisc.c42 * 3.1. Redistribution of Source with Rights to Further Distribute Source.
54 * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
155 void *Source; local
193 * Source is the external AML byte stream buffer,
196 Source = ACPI_ADD_PTR (void, Aml, Info->AmlOffset);
223 ((ACPI_GET8 (Source) >> Info->Value) & 0x01));
231 ((ACPI_GET8 (Source) >> Info->Value) & 0x03));
239 ((ACPI_GET8 (Source) >> Inf
545 void *Source = NULL; local
[all...]
H A Drsutils.c42 * 3.1. Redistribution of Source with Rights to Further Distribute Source.
54 * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
209 * Source - Pointer to the source descriptor
224 void *Source,
249 memcpy (Destination, Source, ItemCount);
262 &ACPI_CAST_PTR (UINT16, Source)[i]);
269 &ACPI_CAST_PTR (UINT32, Source)[i]);
276 &ACPI_CAST_PTR (UINT64, Source)[
222 AcpiRsMoveData( void *Destination, void *Source, UINT16 ItemCount, UINT8 MoveType) argument
394 AcpiRsStrcpy( char *Destination, char *Source) argument
[all...]
H A Drscreate.c42 * 3.1. Redistribution of Source with Rights to Further Distribute Source.
54 * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
372 * Source[4] member because it is added below.
389 * elements: [Address, Pin, Source, SourceIndex]
432 "(PRT[%u].Source) Need name, found Reference Class 0x%X",
442 (UINT32) ((UINT8 *) UserPrt->Source -
444 PathBuffer.Pointer = UserPrt->Source;
451 UserPrt->Length += (UINT32) strlen (UserPrt->Source)
[all...]
H A Drsdumpinfo.c42 * 3.1. Redistribution of Source with Rights to Further Distribute Source.
54 * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
428 {ACPI_RSD_STRING, ACPI_PRT_OFFSET (Source[0]), "Source", NULL},
429 {ACPI_RSD_UINT32, ACPI_PRT_OFFSET (SourceIndex), "Source Index", NULL}
/barrelfish-master/lib/acpica/source/components/utilities/
H A Dutnonansi.c42 * 3.1. Redistribution of Source with Rights to Further Distribute Source.
54 * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
264 char *Source)
267 if (strlen (Source) >= DestSize)
272 strcpy (Dest, Source);
280 char *Source)
283 if ((strlen (Dest) + strlen (Source)) >= DestSize)
288 strcat (Dest, Source);
261 AcpiUtSafeStrcpy( char *Dest, ACPI_SIZE DestSize, char *Source) argument
277 AcpiUtSafeStrcat( char *Dest, ACPI_SIZE DestSize, char *Source) argument
293 AcpiUtSafeStrncat( char *Dest, ACPI_SIZE DestSize, char *Source, ACPI_SIZE MaxTransferLength) argument
[all...]
/barrelfish-master/lib/acpica/source/components/namespace/
H A Dnsrepair2.c43 * 3.1. Redistribution of Source with Rights to Further Distribute Source.
55 * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
659 char *Source; local
699 Source = ReturnObject->String.Pointer;
700 if (*Source == '*')
702 Source++;
717 for (Dest = NewString->String.Pointer; *Source; Dest++, Source
1117 ACPI_OPERAND_OBJECT **Source; local
[all...]
H A Dnsrepair.c42 * 3.1. Redistribution of Source with Rights to Further Distribute Source.
54 * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
583 ACPI_OPERAND_OBJECT **Source; local
620 Source = ObjDesc->Package.Elements;
621 Dest = Source;
627 if (!*Source)
633 *Dest = *Source;
637 Source
[all...]
H A Dnsxfname.c43 * 3.1. Redistribution of Source with Rights to Further Distribute Source.
55 * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
134 ACPI_PNP_DEVICE_ID *Source,
325 * Source - Pointer to the source PNP_DEVICE_ID
337 ACPI_PNP_DEVICE_ID *Source,
343 Dest->Length = Source->Length;
347 memcpy (StringArea, Source->String, Source
335 AcpiNsCopyDeviceId( ACPI_PNP_DEVICE_ID *Dest, ACPI_PNP_DEVICE_ID *Source, char *StringArea) argument
[all...]
/barrelfish-master/lib/acpica/source/tools/acpisrc/
H A Dasmain.c42 * 3.1. Redistribution of Source with Rights to Further Distribute Source.
54 * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
124 char *Source,
168 #define AS_UTILITY_NAME "ACPI Source Code Conversion Utility"
176 * DESCRIPTION: Source and Target pathname verification and handling
183 char *Source,
191 Status = stat (Source, &Gbl_StatBuf);
194 printf ("Source pat
181 AsExaminePaths( ACPI_CONVERSION_TABLE *ConversionTable, char *Source, char *Target, UINT32 *SourceFileType) argument
[all...]
/barrelfish-master/lib/acpica/source/components/disassembler/
H A Ddmresrcl.c42 * 3.1. Redistribution of Source with Rights to Further Distribute Source.
54 * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
176 void *Source,
199 * PARAMETERS: Source - Pointer to the contiguous data fields
211 void *Source,
226 AcpiDmDumpInteger16 (ACPI_CAST_PTR (UINT16, Source)[i],
232 AcpiDmDumpInteger32 (ACPI_CAST_PTR (UINT32, Source)[i],
248 * PARAMETERS: Source
210 AcpiDmMemoryFields( void *Source, UINT8 Type, UINT32 Level) argument
259 AcpiDmAddressFields( void *Source, UINT8 Type, UINT32 Level) argument
[all...]
/barrelfish-master/lib/acpica/source/compiler/
H A Dasltree.c42 * 3.1. Redistribution of Source with Rights to Further Distribute Source.
54 * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
622 * Source - Assignment source
636 ACPI_PARSE_OBJECT *Source)
645 "\nTrCreateAssignmentNode Line [%u to %u] Source %s Target %s\n",
646 Source->Asl.LineNumber, Source->Asl.EndLine,
647 UtGetOpName (Source
634 TrCreateAssignmentNode( ACPI_PARSE_OBJECT *Target, ACPI_PARSE_OBJECT *Source) argument
[all...]
/barrelfish-master/lib/compiler-rt/builtins/
H A Dfp_extend.h50 #error Source should be half, single, or double precision!
H A Dfp_trunc.h37 #error Source should be double precision or quad precision!
/barrelfish-master/lib/acpica/source/include/
H A Dacstruct.h42 * 3.1. Redistribution of Source with Rights to Further Distribute Source.
54 * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
250 ACPI_OPERAND_OBJECT *Source; member in struct:acpi_aml_operands::__anon486
258 ACPI_OPERAND_OBJECT *Source; member in struct:acpi_aml_operands::__anon487
H A Dacutils.h42 * 3.1. Redistribution of Source with Rights to Further Distribute Source.
54 * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
955 char *Source);
961 char *Source);
967 char *Source,
H A Dacresrc.h43 * 3.1. Redistribution of Source with Rights to Further Distribute Source.
55 * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
388 void *Source,
H A Dacmacros.h42 * 3.1. Redistribution of Source with Rights to Further Distribute Source.
54 * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
356 #define ACPI_INSERT_BITS(Target, Mask, Source) \
357 Target = ((Target & (~(Mask))) | (Source & Mask))
/barrelfish-master/usr/acpi/
H A Dacpi.c340 device, prt->Pin, *(prt->Source) ? prt->Source : "GSI",
343 if (*prt->Source == 0) {
351 as = AcpiGetHandle(handle, prt->Source, &source);
360 char *esource = calloc(strlen(prt->Source) * 2, 1);
361 for(int i = 0, j = 0; i < strlen(prt->Source) + 1; i++, j++) {
362 esource[j] = prt->Source[i];
363 if(prt->Source[i] == '\\') {
/barrelfish-master/lib/acpica/source/components/tables/
H A Dtbfadt.c42 * 3.1. Redistribution of Source with Rights to Further Distribute Source.
54 * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
235 UINT16 Source; member in struct:acpi_fadt_pm_info
844 FadtPmInfoTable[i].Source);
/barrelfish-master/lib/tommath/
H A Dbooker.pl92 next if ($_ =~ /\$Source/);
H A Dmakefile.cygwin_dll53 /* $Source: /cvs/libtom/libtommath/makefile.cygwin_dll,v $ */
/barrelfish-master/lib/openssl-1.0.0d/
H A Dopenssl.spec24 commercial-grade, fully featured, and Open Source toolkit implementing the
45 commercial-grade, fully featured, and Open Source toolkit implementing the
66 commercial-grade, fully featured, and Open Source toolkit implementing the
/barrelfish-master/usr/skb/programs/
H A Droute_tree_radix.pl84 % create the route_child(Source, Dest) facts
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Dfd_chip.pl83 % Goal Source Transformation
/barrelfish-master/usr/eclipseclp/icparc_solvers/ech/
H A Ddiaz_bool.pl40 /* Original Source: Giovanna Dore - Italy */
172 /* Original Source: Daniel Diaz - INRIA France */

Completed in 169 milliseconds

123