/illumos-gate/usr/src/common/acpica/resources/ |
H A D | rsmisc.c | 191 void *Source; in AcpiRsConvertAmlToResource() local 232 Source = ACPI_ADD_PTR (void, Aml, Info->AmlOffset); in AcpiRsConvertAmlToResource() 259 ((ACPI_GET8 (Source) >> Info->Value) & 0x01)); in AcpiRsConvertAmlToResource() 267 ((ACPI_GET8 (Source) >> Info->Value) & 0x03)); in AcpiRsConvertAmlToResource() 275 ((ACPI_GET8 (Source) >> Info->Value) & 0x07)); in AcpiRsConvertAmlToResource() 280 ItemCount = ACPI_GET8 (Source); in AcpiRsConvertAmlToResource() 299 ItemCount = ACPI_GET16 (Target) - ACPI_GET16 (Source); in AcpiRsConvertAmlToResource() 308 ItemCount = ACPI_GET8 (Source); in AcpiRsConvertAmlToResource() 325 ItemCount = ACPI_GET16 (Target) - ACPI_GET16 (Source); in AcpiRsConvertAmlToResource() 333 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() 487 UserPrt->Length += (UINT32) strlen (UserPrt->Source) + 1; in AcpiRsCreatePciRoutingTable() 492 strcpy (UserPrt->Source, ObjDesc->String.Pointer); in AcpiRsCreatePciRoutingTable()
|
/illumos-gate/usr/src/common/acpica/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 …]
|
/illumos-gate/usr/src/common/acpica/namespace/ |
H A D | nsrepair2.c | 691 char *Source; in AcpiNsRepair_HID() local 731 Source = ReturnObject->String.Pointer; in AcpiNsRepair_HID() 732 if (*Source == '*') in AcpiNsRepair_HID() 734 Source++; in AcpiNsRepair_HID() 749 for (Dest = NewString->String.Pointer; *Source; Dest++, Source++) in AcpiNsRepair_HID() 751 *Dest = (char) toupper ((int) *Source); in AcpiNsRepair_HID() 1149 ACPI_OPERAND_OBJECT **Source; in AcpiNsRemoveElement() local 1162 Source = ObjDesc->Package.Elements; in AcpiNsRemoveElement() 1163 Dest = Source; in AcpiNsRemoveElement() 1171 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()
|
/illumos-gate/usr/src/cmd/acpi/iasl/ |
H A D | aslparseop.c | 539 ACPI_PARSE_OBJECT *Source) in TrCreateAssignmentOp() argument 549 Source->Asl.LineNumber, Source->Asl.EndLine, in TrCreateAssignmentOp() 550 UtGetOpName (Source->Asl.ParseOpcode), in TrCreateAssignmentOp() 555 switch (Source->Asl.ParseOpcode) in TrCreateAssignmentOp() 586 SourceOp1 = Source->Asl.Child; in TrCreateAssignmentOp() 591 if (Source->Asl.ParseOpcode == PARSEOP_NOT) in TrCreateAssignmentOp() 598 if (Source->Asl.ParseOpcode == PARSEOP_DIVIDE) in TrCreateAssignmentOp() 617 Target->Asl.Parent = Source; in TrCreateAssignmentOp() 618 return (Source); in TrCreateAssignmentOp() 624 TrLinkOpChildren (Operator, 2, Source, Target); in TrCreateAssignmentOp()
|
/illumos-gate/usr/src/common/acpica/disassembler/ |
H A D | dmresrcl.c | 212 void *Source, 247 void *Source, in AcpiDmMemoryFields() argument 262 AcpiDmDumpInteger16 (ACPI_CAST_PTR (UINT16, Source)[i], in AcpiDmMemoryFields() 268 AcpiDmDumpInteger32 (ACPI_CAST_PTR (UINT32, Source)[i], in AcpiDmMemoryFields() 296 void *Source, in AcpiDmAddressFields() argument 313 AcpiDmDumpInteger16 (ACPI_CAST_PTR (UINT16, Source)[i], in AcpiDmAddressFields() 319 AcpiDmDumpInteger32 (ACPI_CAST_PTR (UINT32, Source)[i], in AcpiDmAddressFields() 325 AcpiDmDumpInteger64 (ACPI_CAST_PTR (UINT64, Source)[i], in AcpiDmAddressFields()
|
/illumos-gate/usr/src/cmd/make/bin/ |
H A D | read.cc | 62 static void parse_makefile(Name true_makefile_name, Source source); 63 static Source push_macro_value(Source bp, wchar_t *buffer, int size, Source source); 105 Source source = ALLOC(Source); in read_simple_file() 460 parse_makefile(Name true_makefile_name, Source source) in parse_makefile() 494 Source extrap; in parse_makefile() 633 Source t = (Source) alloca((int) sizeof (Source_rec)); in parse_makefile() 694 extrap = (Source) in parse_makefile() 1022 Source t = (Source) alloca((int) sizeof (Source_rec)); in parse_makefile() 1142 Source t = in parse_makefile() 1143 (Source) alloca((int) sizeof (Source_rec)); in parse_makefile() [all …]
|
/illumos-gate/usr/src/cmd/make/include/mksh/ |
H A D | read.h | 31 extern Source get_next_block_fn(Source source);
|
/illumos-gate/usr/src/boot/efi/include/Protocol/ |
H A D | Decompress.h | 56 IN VOID *Source, 98 IN VOID *Source,
|
/illumos-gate/usr/src/cmd/sendmail/ |
H A D | LICENSE | 13 1. Redistributions qualify as "freeware" or "Open Source Software" under 19 (b) Redistributions are accompanied by a copy of the Source Code or by an 20 irrevocable offer to provide a copy of the Source Code for up to three 22 must allow further use, modification, and redistribution of the Source 24 purposes of redistribution "Source Code" means the complete compilable
|
/illumos-gate/usr/src/lib/smhba/ |
H A D | THIRDPARTYLICENSE | 23 * 1.6 "Executable" means Covered Code in any form other than Source 26 as the Initial Developer in the Source Code notice required by 43 1.12 "Original Code" means Source Code of computer software code 44 which is described in the Source Code notice required by Exhibit A 51 * 1.14 "Source Code" means the preferred form of the Covered Code 57 choice. The Source Code can be in a compressed or archival form, 71 *2. Source Code License.* 132 including without limitation Section 2.2. The Source Code version 136 of the Source Code You distribute. You may not offer or impose any 137 terms on any Source Code version that alters or restricts the [all …]
|
/illumos-gate/usr/src/lib/mpapi/libmpapi/ |
H A D | THIRDPARTYLICENSE | 23 * 1.6 "Executable" means Covered Code in any form other than Source 26 as the Initial Developer in the Source Code notice required by 43 1.12 "Original Code" means Source Code of computer software code 44 which is described in the Source Code notice required by Exhibit A 51 * 1.14 "Source Code" means the preferred form of the Covered Code 57 choice. The Source Code can be in a compressed or archival form, 71 *2. Source Code License.* 132 including without limitation Section 2.2. The Source Code version 136 of the Source Code You distribute. You may not offer or impose any 137 terms on any Source Code version that alters or restricts the [all …]
|
/illumos-gate/usr/src/lib/libima/ |
H A D | THIRDPARTYLICENSE | 23 * 1.6 "Executable" means Covered Code in any form other than Source 26 as the Initial Developer in the Source Code notice required by 43 1.12 "Original Code" means Source Code of computer software code 44 which is described in the Source Code notice required by Exhibit A 51 * 1.14 "Source Code" means the preferred form of the Covered Code 57 choice. The Source Code can be in a compressed or archival form, 71 *2. Source Code License.* 132 including without limitation Section 2.2. The Source Code version 136 of the Source Code You distribute. You may not offer or impose any 137 terms on any Source Code version that alters or restricts the [all …]
|
/illumos-gate/usr/src/lib/hbaapi/ |
H A D | THIRDPARTYLICENSE | 23 * 1.6 "Executable" means Covered Code in any form other than Source 26 as the Initial Developer in the Source Code notice required by 43 1.12 "Original Code" means Source Code of computer software code 44 which is described in the Source Code notice required by Exhibit A 51 * 1.14 "Source Code" means the preferred form of the Covered Code 57 choice. The Source Code can be in a compressed or archival form, 71 *2. Source Code License.* 132 including without limitation Section 2.2. The Source Code version 136 of the Source Code You distribute. You may not offer or impose any 137 terms on any Source Code version that alters or restricts the [all …]
|
/illumos-gate/usr/src/test/util-tests/tests/awk/ |
H A D | THIRDPARTYLICENSE.gawk | 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 …]
|
/illumos-gate/usr/src/cmd/hal/ |
H A D | LICENSE | 22 …Source Code License. The term "Source Code" means the preferred form of the Original Work for maki… 28 …Source Code of any Derivative Works that You create, all copyright, patent or trademark notices fr…
|
/illumos-gate/usr/src/cmd/make/lib/mksh/ |
H A D | read.cc | 61 Source 62 get_next_block_fn(Source source) in get_next_block_fn()
|
/illumos-gate/usr/src/common/util/ |
H A D | THIRDPARTYLICENSE.multi3 | 30 "Source" form shall mean the preferred form for making modifications, 35 transformation or translation of a Source form, including but 39 "Work" shall mean the work of authorship, whether in Source or 44 "Derivative Works" shall mean any work, whether in Source or Object 75 Work and such Derivative Works in Source or Object form. 95 modifications, and in Source or Object form, provided that You 104 (c) You must retain, in the Source form of any Derivative Works 106 attribution notices from the Source form of the Work, 116 as part of the Derivative Works; within the Source form or 250 Open Source License
|
/illumos-gate/usr/src/uts/intel/sys/acpi/ |
H A D | acstruct.h | 286 ACPI_OPERAND_OBJECT *Source; member 294 ACPI_OPERAND_OBJECT *Source; member
|
/illumos-gate/usr/src/ |
H A D | OPENSOLARIS.LICENSE | 25 than Source Code. 41 1.9. "Modifications" means the Source Code and Executable form of 54 1.10. "Original Software" means the Source Code and Executable 63 1.12. "Source Code" means (a) the common form of computer software 153 3.1. Availability of Source Code. 156 available in Executable form must also be made available in Source 157 Code form and that Source Code form must be distributed only under 159 License with every copy of the Source Code form of the Covered 162 as to how they can obtain such Covered Software in Source Code 186 Source Code form that alters or restricts the applicable version [all …]
|
/illumos-gate/usr/src/uts/common/io/mwl/mwl_fw/ |
H A D | LICENSE | 28 # operating system licensed under an approved Open Source license as 29 # listed by the Open Source Initiative at http://opensource.org/licenses.
|
/illumos-gate/usr/src/uts/common/io/wpi/fw-wpi/ |
H A D | LICENSE | 23 Source license as listed by the Open Source Initiative at
|