Home
last modified time | relevance | path

Searched refs:Source (Results 1 – 25 of 116) sorted by relevance

12345

/illumos-gate/usr/src/common/acpica/resources/
H A Drsmisc.c191 void *Source; in AcpiRsConvertAmlToResource() local
280 ItemCount = ACPI_GET8 (Source); in AcpiRsConvertAmlToResource()
308 ItemCount = ACPI_GET8 (Source); in AcpiRsConvertAmlToResource()
333 ACPI_GET16 (Source); in AcpiRsConvertAmlToResource()
388 Source = ACPI_ADD_PTR (void, Aml, ACPI_GET16 (Source)); in AcpiRsConvertAmlToResource()
402 Source = ACPI_ADD_PTR (void, Aml, ACPI_GET16 (Source)); in AcpiRsConvertAmlToResource()
430 Source = ACPI_ADD_PTR ( in AcpiRsConvertAmlToResource()
749 Source = * (UINT16 **) Source; in AcpiRsConvertResourceToAml()
759 Source = * (UINT8 **) Source; in AcpiRsConvertResourceToAml()
767 Source = * (UINT8 **) Source; in AcpiRsConvertResourceToAml()
[all …]
H A Drsutils.c260 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 Drscreate.c478 (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 Dutnonansi.c299 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 Dnsrepair2.c691 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()
1149 ACPI_OPERAND_OBJECT **Source; in AcpiNsRemoveElement() local
1162 Source = ObjDesc->Package.Elements; in AcpiNsRemoveElement()
1163 Dest = Source; in AcpiNsRemoveElement()
1172 AcpiUtRemoveReference (*Source); in AcpiNsRemoveElement()
1176 *Dest = *Source; in AcpiNsRemoveElement()
[all …]
H A Dnsrepair.c607 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 Dnsxfname.c170 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 Daslparseop.c539 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 Ddmresrcl.c212 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 Dread.cc63 static Source push_macro_value(Source bp, wchar_t *buffer, int size, Source source);
105 Source source = ALLOC(Source); in read_simple_file()
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()
1728 extrap = (Source) in parse_makefile()
1759 Source t = (Source) alloca((int) sizeof (Source_rec)); in parse_makefile()
2027 static Source
[all …]
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Dread.h31 extern Source get_next_block_fn(Source source);
/illumos-gate/usr/src/boot/efi/include/Protocol/
H A DDecompress.h56 IN VOID *Source,
98 IN VOID *Source,
/illumos-gate/usr/src/cmd/sendmail/
H A DLICENSE13 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/libima/
H A DTHIRDPARTYLICENSE23 * 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.*
137 terms on any Source Code version that alters or restricts the
160 Developer in (a) the Source Code, and (b) in any notice in an
193 Source Code where You describe recipients' rights or ownership
[all …]
/illumos-gate/usr/src/lib/hbaapi/
H A DTHIRDPARTYLICENSE23 * 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.*
137 terms on any Source Code version that alters or restricts the
160 Developer in (a) the Source Code, and (b) in any notice in an
193 Source Code where You describe recipients' rights or ownership
[all …]
/illumos-gate/usr/src/lib/smhba/
H A DTHIRDPARTYLICENSE23 * 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.*
137 terms on any Source Code version that alters or restricts the
160 Developer in (a) the Source Code, and (b) in any notice in an
193 Source Code where You describe recipients' rights or ownership
[all …]
/illumos-gate/usr/src/lib/mpapi/libmpapi/
H A DTHIRDPARTYLICENSE23 * 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.*
137 terms on any Source Code version that alters or restricts the
160 Developer in (a) the Source Code, and (b) in any notice in an
193 Source Code where You describe recipients' rights or ownership
[all …]
/illumos-gate/usr/src/test/util-tests/tests/awk/
H A DTHIRDPARTYLICENSE.gawk112 1. Source Code.
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.
254 Corresponding Source fixed on a durable physical medium
267 Corresponding Source from a network server at no charge.
270 written offer to provide the Corresponding Source. This
284 Corresponding Source. Regardless of what server hosts the
[all …]
/illumos-gate/usr/src/cmd/hal/
H A DLICENSE22Source Code License. The term "Source Code" means the preferred form of the Original Work for maki…
28Source 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 Dread.cc61 Source
62 get_next_block_fn(Source source) in get_next_block_fn()
/illumos-gate/usr/src/common/util/
H A DTHIRDPARTYLICENSE.multi330 "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 Dacstruct.h286 ACPI_OPERAND_OBJECT *Source; member
294 ACPI_OPERAND_OBJECT *Source; member
/illumos-gate/usr/src/
H A DOPENSOLARIS.LICENSE25 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/cmd/perl/contrib/Sun/Solaris/Task/
H A DChanges6 Initial Public Source release.
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/
H A DChanges6 Initial Public Source release.

12345