| /dflybsd-src/sys/contrib/dev/acpica/source/components/resources/ |
| H A D | rsmisc.c | 191 void *Source; in AcpiRsConvertAmlToResource() local 234 Source = ACPI_ADD_PTR (void, Aml, Info->AmlOffset); in AcpiRsConvertAmlToResource() 261 ((ACPI_GET8 (Source) >> Info->Value) & 0x01)); in AcpiRsConvertAmlToResource() 269 ((ACPI_GET8 (Source) >> Info->Value) & 0x03)); in AcpiRsConvertAmlToResource() 277 ((ACPI_GET8 (Source) >> Info->Value) & 0x07)); in AcpiRsConvertAmlToResource() 285 ((ACPI_GET8 (Source) >> Info->Value) & 0x3F)); in AcpiRsConvertAmlToResource() 290 ItemCount = ACPI_GET8 (Source); in AcpiRsConvertAmlToResource() 309 ItemCount = ACPI_GET16 (Target) - ACPI_GET16 (Source); in AcpiRsConvertAmlToResource() 318 ItemCount = ACPI_GET8 (Source); in AcpiRsConvertAmlToResource() 335 ItemCount = ACPI_GET16 (Target) - ACPI_GET16 (Source); in AcpiRsConvertAmlToResource() [all …]
|
| H A D | rsutils.c | 260 void *Source, in AcpiRsMoveData() argument 285 memcpy (Destination, Source, ItemCount); in AcpiRsMoveData() 298 &ACPI_CAST_PTR (UINT16, Source)[i]); in AcpiRsMoveData() 305 &ACPI_CAST_PTR (UINT32, Source)[i]); in AcpiRsMoveData() 312 &ACPI_CAST_PTR (UINT64, Source)[i]); in AcpiRsMoveData() 432 char *Source) in AcpiRsStrcpy() argument 440 for (i = 0; Source[i]; i++) in AcpiRsStrcpy() 442 Destination[i] = Source[i]; in AcpiRsStrcpy()
|
| H A D | rscreate.c | 478 (UINT32) ((UINT8 *) UserPrt->Source - in AcpiRsCreatePciRoutingTable() 480 PathBuffer.Pointer = UserPrt->Source; in AcpiRsCreatePciRoutingTable() 491 UserPrt->Length += (UINT32) strlen (UserPrt->Source) + 1; in AcpiRsCreatePciRoutingTable() 496 strcpy (UserPrt->Source, ObjDesc->String.Pointer); in AcpiRsCreatePciRoutingTable()
|
| /dflybsd-src/sys/contrib/dev/acpica/source/components/utilities/ |
| H A D | utnonansi.c | 299 char *Source) in AcpiUtSafeStrcpy() argument 302 if (strlen (Source) >= DestSize) in AcpiUtSafeStrcpy() 307 strcpy (Dest, Source); in AcpiUtSafeStrcpy() 315 char *Source) in AcpiUtSafeStrcat() argument 318 if ((strlen (Dest) + strlen (Source)) >= DestSize) in AcpiUtSafeStrcat() 323 strcat (Dest, Source); in AcpiUtSafeStrcat() 331 char *Source, in AcpiUtSafeStrncat() argument 337 ActualTransferLength = ACPI_MIN (MaxTransferLength, strlen (Source)); in AcpiUtSafeStrncat() 344 strncat (Dest, Source, MaxTransferLength); in AcpiUtSafeStrncat() 351 char *Source, in AcpiUtSafeStrncpy() argument [all …]
|
| /dflybsd-src/sys/dev/acpica/ |
| H A D | acpi_pcib.c | 99 if (entry->Source == NULL || entry->Source[0] == '\0') in prt_attach_devices() 111 if (ACPI_FAILURE(AcpiGetHandle(ACPI_ROOT_OBJECT, entry->Source, &handle))) in prt_attach_devices() 239 if (prt->Source != NULL && prt->Source[0] != '\0') in acpi_pcib_route_interrupt() 240 kprintf(" (src %s:%u)", prt->Source, prt->SourceIndex); in acpi_pcib_route_interrupt() 251 if (prt->Source == NULL || prt->Source[0] == '\0' || in acpi_pcib_route_interrupt() 280 if (ACPI_FAILURE(AcpiGetHandle(ACPI_ROOT_OBJECT, prt->Source, &lnkdev))) { in acpi_pcib_route_interrupt() 282 prt->Source); in acpi_pcib_route_interrupt()
|
| /dflybsd-src/sys/contrib/dev/acpica/source/components/namespace/ |
| H A D | nsrepair2.c | 701 char *Source; in AcpiNsRepair_HID() local 741 Source = ReturnObject->String.Pointer; in AcpiNsRepair_HID() 742 if (*Source == '*') in AcpiNsRepair_HID() 744 Source++; in AcpiNsRepair_HID() 759 for (Dest = NewString->String.Pointer; *Source; Dest++, Source++) in AcpiNsRepair_HID() 761 *Dest = (char) toupper ((int) *Source); in AcpiNsRepair_HID() 1159 ACPI_OPERAND_OBJECT **Source; in AcpiNsRemoveElement() local 1172 Source = ObjDesc->Package.Elements; in AcpiNsRemoveElement() 1173 Dest = Source; in AcpiNsRemoveElement() 1181 AcpiUtRemoveReference (*Source); /* Remove one ref for being in pkg */ in AcpiNsRemoveElement() [all …]
|
| H A D | nsrepair.c | 607 ACPI_OPERAND_OBJECT **Source; in AcpiNsRemoveNullElements() local 644 Source = ObjDesc->Package.Elements; in AcpiNsRemoveNullElements() 645 Dest = Source; in AcpiNsRemoveNullElements() 651 if (!*Source) in AcpiNsRemoveNullElements() 657 *Dest = *Source; in AcpiNsRemoveNullElements() 661 Source++; in AcpiNsRemoveNullElements()
|
| H A D | nsxfname.c | 170 ACPI_PNP_DEVICE_ID *Source, 351 ACPI_PNP_DEVICE_ID *Source, in ACPI_EXPORT_SYMBOL() 357 Dest->Length = Source->Length; in ACPI_EXPORT_SYMBOL() 361 memcpy (StringArea, Source->String, Source->Length); in ACPI_EXPORT_SYMBOL() 362 return (StringArea + Source->Length); in ACPI_EXPORT_SYMBOL()
|
| /dflybsd-src/sys/contrib/dev/acpica/source/compiler/ |
| H A D | aslparseop.c | 565 ACPI_PARSE_OBJECT *Source) in TrCreateAssignmentOp() argument 575 Source->Asl.LineNumber, Source->Asl.EndLine, in TrCreateAssignmentOp() 576 UtGetOpName (Source->Asl.ParseOpcode), in TrCreateAssignmentOp() 581 switch (Source->Asl.ParseOpcode) in TrCreateAssignmentOp() 612 SourceOp1 = Source->Asl.Child; in TrCreateAssignmentOp() 617 if (Source->Asl.ParseOpcode == PARSEOP_NOT) in TrCreateAssignmentOp() 624 if (Source->Asl.ParseOpcode == PARSEOP_DIVIDE) in TrCreateAssignmentOp() 643 Target->Asl.Parent = Source; in TrCreateAssignmentOp() 644 return (Source); in TrCreateAssignmentOp() 650 TrLinkOpChildren (Operator, 2, Source, Target); in TrCreateAssignmentOp()
|
| /dflybsd-src/sys/contrib/dev/acpica/source/components/disassembler/ |
| H A D | dmresrcl.c | 214 void *Source, 249 void *Source, in AcpiDmMemoryFields() argument 264 AcpiDmDumpInteger16 (ACPI_CAST_PTR (UINT16, Source)[i], in AcpiDmMemoryFields() 270 AcpiDmDumpInteger32 (ACPI_CAST_PTR (UINT32, Source)[i], in AcpiDmMemoryFields() 298 void *Source, in AcpiDmAddressFields() argument 315 AcpiDmDumpInteger16 (ACPI_CAST_PTR (UINT16, Source)[i], in AcpiDmAddressFields() 321 AcpiDmDumpInteger32 (ACPI_CAST_PTR (UINT32, Source)[i], in AcpiDmAddressFields() 327 AcpiDmDumpInteger64 (ACPI_CAST_PTR (UINT64, Source)[i], in AcpiDmAddressFields()
|
| /dflybsd-src/sys/contrib/dev/acpica/source/tools/acpisrc/ |
| H A D | asmain.c | 159 char *Source, 219 char *Source, in AsExaminePaths() argument 227 Status = stat (Source, &Gbl_StatBuf); in AsExaminePaths() 230 printf ("Source path \"%s\" does not exist\n", Source); in AsExaminePaths() 251 if (!AcpiUtStricmp (Source, Target)) in AsExaminePaths()
|
| /dflybsd-src/lib/libc/rpc/ |
| H A D | LICENSE | 3 Sun Industry Standards Source License 1.0 19 than Source Code. 22 identified as the Initial Developer in the Source Code 46 1.10. "Original Code" means Source Code of computer 47 software code which is described in the Source Code notice 55 1.12. "Source Code" means the preferred form of the 109 3.1 Application of License. The Source Code version of 113 License with every copy of the Source Code You distribute. 114 You may not offer or impose any terms on any Source Code 132 Exhibit A in each file of the Source Code. If it is not [all …]
|
| /dflybsd-src/contrib/gdb-7/gdb/ |
| H A D | COPYING | 112 1. Source Code. 134 The "Corresponding Source" for a work in object code form means all 140 which are not part of the work. For example, Corresponding Source 147 The Corresponding Source need not include anything that users 149 Source. 151 The Corresponding Source for a work in source code form is that 208 5. Conveying Modified Source Versions. 245 6. Conveying Non-Source Forms. 249 machine-readable Corresponding Source under the terms of this License, 254 Corresponding Source fixed on a durable physical medium [all …]
|
| /dflybsd-src/contrib/gcc-8.0/ |
| H A D | COPYING3 | 112 1. Source Code. 134 The "Corresponding Source" for a work in object code form means all 140 which are not part of the work. For example, Corresponding Source 147 The Corresponding Source need not include anything that users 149 Source. 151 The Corresponding Source for a work in source code form is that 208 5. Conveying Modified Source Versions. 245 6. Conveying Non-Source Forms. 249 machine-readable Corresponding Source under the terms of this License, 254 Corresponding Source fixed on a durable physical medium [all …]
|
| /dflybsd-src/contrib/binutils-2.27/bfd/ |
| H A D | COPYING | 112 1. Source Code. 134 The "Corresponding Source" for a work in object code form means all 140 which are not part of the work. For example, Corresponding Source 147 The Corresponding Source need not include anything that users 149 Source. 151 The Corresponding Source for a work in source code form is that 208 5. Conveying Modified Source Versions. 245 6. Conveying Non-Source Forms. 249 machine-readable Corresponding Source under the terms of this License, 254 Corresponding Source fixed on a durable physical medium [all …]
|
| /dflybsd-src/contrib/gdb-7/bfd/ |
| H A D | COPYING | 112 1. Source Code. 134 The "Corresponding Source" for a work in object code form means all 140 which are not part of the work. For example, Corresponding Source 147 The Corresponding Source need not include anything that users 149 Source. 151 The Corresponding Source for a work in source code form is that 208 5. Conveying Modified Source Versions. 245 6. Conveying Non-Source Forms. 249 machine-readable Corresponding Source under the terms of this License, 254 Corresponding Source fixed on a durable physical medium [all …]
|
| /dflybsd-src/contrib/grep/ |
| H A D | COPYING | 112 1. Source Code. 134 The "Corresponding Source" for a work in object code form means all 140 which are not part of the work. For example, Corresponding Source 147 The Corresponding Source need not include anything that users 149 Source. 151 The Corresponding Source for a work in source code form is that 208 5. Conveying Modified Source Versions. 245 6. Conveying Non-Source Forms. 249 machine-readable Corresponding Source under the terms of this License, 254 Corresponding Source fixed on a durable physical medium [all …]
|
| /dflybsd-src/contrib/binutils-2.34/ |
| H A D | COPYING3 | 112 1. Source Code. 134 The "Corresponding Source" for a work in object code form means all 140 which are not part of the work. For example, Corresponding Source 147 The Corresponding Source need not include anything that users 149 Source. 151 The Corresponding Source for a work in source code form is that 208 5. Conveying Modified Source Versions. 245 6. Conveying Non-Source Forms. 249 machine-readable Corresponding Source under the terms of this License, 254 Corresponding Source fixed on a durable physical medium [all …]
|
| /dflybsd-src/contrib/mpfr/ |
| H A D | COPYING | 112 1. Source Code. 134 The "Corresponding Source" for a work in object code form means all 140 which are not part of the work. For example, Corresponding Source 147 The Corresponding Source need not include anything that users 149 Source. 151 The Corresponding Source for a work in source code form is that 208 5. Conveying Modified Source Versions. 245 6. Conveying Non-Source Forms. 249 machine-readable Corresponding Source under the terms of this License, 254 Corresponding Source fixed on a durable physical medium [all …]
|
| /dflybsd-src/contrib/gdb-7/ |
| H A D | COPYING3 | 112 1. Source Code. 134 The "Corresponding Source" for a work in object code form means all 140 which are not part of the work. For example, Corresponding Source 147 The Corresponding Source need not include anything that users 149 Source. 151 The Corresponding Source for a work in source code form is that 208 5. Conveying Modified Source Versions. 245 6. Conveying Non-Source Forms. 249 machine-readable Corresponding Source under the terms of this License, 254 Corresponding Source fixed on a durable physical medium [all …]
|
| /dflybsd-src/contrib/gdb-7/include/ |
| H A D | COPYING3 | 112 1. Source Code. 134 The "Corresponding Source" for a work in object code form means all 140 which are not part of the work. For example, Corresponding Source 147 The Corresponding Source need not include anything that users 149 Source. 151 The Corresponding Source for a work in source code form is that 208 5. Conveying Modified Source Versions. 245 6. Conveying Non-Source Forms. 249 machine-readable Corresponding Source under the terms of this License, 254 Corresponding Source fixed on a durable physical medium [all …]
|
| /dflybsd-src/contrib/gmp/ |
| H A D | COPYING | 112 1. Source Code. 134 The "Corresponding Source" for a work in object code form means all 140 which are not part of the work. For example, Corresponding Source 147 The Corresponding Source need not include anything that users 149 Source. 151 The Corresponding Source for a work in source code form is that 208 5. Conveying Modified Source Versions. 245 6. Conveying Non-Source Forms. 249 machine-readable Corresponding Source under the terms of this License, 254 Corresponding Source fixed on a durable physical medium [all …]
|
| /dflybsd-src/contrib/gcc-4.7/ |
| H A D | COPYING3 | 112 1. Source Code. 134 The "Corresponding Source" for a work in object code form means all 140 which are not part of the work. For example, Corresponding Source 147 The Corresponding Source need not include anything that users 149 Source. 151 The Corresponding Source for a work in source code form is that 208 5. Conveying Modified Source Versions. 245 6. Conveying Non-Source Forms. 249 machine-readable Corresponding Source under the terms of this License, 254 Corresponding Source fixed on a durable physical medium [all …]
|
| /dflybsd-src/contrib/binutils-2.27/ |
| H A D | COPYING3 | 112 1. Source Code. 134 The "Corresponding Source" for a work in object code form means all 140 which are not part of the work. For example, Corresponding Source 147 The Corresponding Source need not include anything that users 149 Source. 151 The Corresponding Source for a work in source code form is that 208 5. Conveying Modified Source Versions. 245 6. Conveying Non-Source Forms. 249 machine-readable Corresponding Source under the terms of this License, 254 Corresponding Source fixed on a durable physical medium [all …]
|
| /dflybsd-src/contrib/less/ |
| H A D | COPYING | 112 1. Source Code. 134 The "Corresponding Source" for a work in object code form means all 140 which are not part of the work. For example, Corresponding Source 147 The Corresponding Source need not include anything that users 149 Source. 151 The Corresponding Source for a work in source code form is that 208 5. Conveying Modified Source Versions. 245 6. Conveying Non-Source Forms. 249 machine-readable Corresponding Source under the terms of this License, 254 Corresponding Source fixed on a durable physical medium [all …]
|