Home
last modified time | relevance | path

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

1234

/titanic_50/usr/src/uts/intel/io/acpica/resources/
H A Drsmisc.c83 void *Source; in AcpiRsConvertAmlToResource() local
124 Source = ACPI_ADD_PTR (void, Aml, Info->AmlOffset); in AcpiRsConvertAmlToResource()
151 ((ACPI_GET8 (Source) >> Info->Value) & 0x01)); in AcpiRsConvertAmlToResource()
159 ((ACPI_GET8 (Source) >> Info->Value) & 0x03)); in AcpiRsConvertAmlToResource()
167 ((ACPI_GET8 (Source) >> Info->Value) & 0x07)); in AcpiRsConvertAmlToResource()
172 ItemCount = ACPI_GET8 (Source); in AcpiRsConvertAmlToResource()
191 ItemCount = ACPI_GET16 (Target) - ACPI_GET16 (Source); in AcpiRsConvertAmlToResource()
200 ItemCount = ACPI_GET8 (Source); in AcpiRsConvertAmlToResource()
217 ItemCount = ACPI_GET16 (Target) - ACPI_GET16 (Source); in AcpiRsConvertAmlToResource()
225 ACPI_GET16 (Source); in AcpiRsConvertAmlToResource()
[all …]
H A Drsutils.c152 void *Source, in AcpiRsMoveData() argument
177 memcpy (Destination, Source, ItemCount); in AcpiRsMoveData()
190 &ACPI_CAST_PTR (UINT16, Source)[i]); in AcpiRsMoveData()
197 &ACPI_CAST_PTR (UINT32, Source)[i]); in AcpiRsMoveData()
204 &ACPI_CAST_PTR (UINT64, Source)[i]); in AcpiRsMoveData()
324 char *Source) in AcpiRsStrcpy() argument
332 for (i = 0; Source[i]; i++) in AcpiRsStrcpy()
334 Destination[i] = Source[i]; in AcpiRsStrcpy()
H A Drscreate.c370 (UINT32) ((UINT8 *) UserPrt->Source - in AcpiRsCreatePciRoutingTable()
372 PathBuffer.Pointer = UserPrt->Source; in AcpiRsCreatePciRoutingTable()
379 UserPrt->Length += (UINT32) strlen (UserPrt->Source) + 1; in AcpiRsCreatePciRoutingTable()
384 strcpy (UserPrt->Source, ObjDesc->String.Pointer); in AcpiRsCreatePciRoutingTable()
/titanic_50/usr/src/cmd/acpi/common/
H A Dutnonansi.c192 char *Source) in AcpiUtSafeStrcpy() argument
195 if (strlen (Source) >= DestSize) in AcpiUtSafeStrcpy()
200 strcpy (Dest, Source); in AcpiUtSafeStrcpy()
208 char *Source) in AcpiUtSafeStrcat() argument
211 if ((strlen (Dest) + strlen (Source)) >= DestSize) in AcpiUtSafeStrcat()
216 strcat (Dest, Source); in AcpiUtSafeStrcat()
224 char *Source, in AcpiUtSafeStrncat() argument
230 ActualTransferLength = ACPI_MIN (MaxTransferLength, strlen (Source)); in AcpiUtSafeStrncat()
237 strncat (Dest, Source, MaxTransferLength); in AcpiUtSafeStrncat()
/titanic_50/usr/src/uts/intel/io/acpica/utilities/
H A Dutnonansi.c192 char *Source) in AcpiUtSafeStrcpy() argument
195 if (strlen (Source) >= DestSize) in AcpiUtSafeStrcpy()
200 strcpy (Dest, Source); in AcpiUtSafeStrcpy()
208 char *Source) in AcpiUtSafeStrcat() argument
211 if ((strlen (Dest) + strlen (Source)) >= DestSize) in AcpiUtSafeStrcat()
216 strcat (Dest, Source); in AcpiUtSafeStrcat()
224 char *Source, in AcpiUtSafeStrncat() argument
230 ActualTransferLength = ACPI_MIN (MaxTransferLength, strlen (Source)); in AcpiUtSafeStrncat()
237 strncat (Dest, Source, MaxTransferLength); in AcpiUtSafeStrncat()
/titanic_50/usr/src/uts/intel/io/acpica/namespace/
H A Dnsrepair2.c587 char *Source; in AcpiNsRepair_HID() local
627 Source = ReturnObject->String.Pointer; in AcpiNsRepair_HID()
628 if (*Source == '*') in AcpiNsRepair_HID()
630 Source++; in AcpiNsRepair_HID()
645 for (Dest = NewString->String.Pointer; *Source; Dest++, Source++) in AcpiNsRepair_HID()
647 *Dest = (char) toupper ((int) *Source); in AcpiNsRepair_HID()
1045 ACPI_OPERAND_OBJECT **Source; in AcpiNsRemoveElement() local
1058 Source = ObjDesc->Package.Elements; in AcpiNsRemoveElement()
1059 Dest = Source; in AcpiNsRemoveElement()
1067 AcpiUtRemoveReference (*Source); /* Remove one ref for being in pkg */ in AcpiNsRemoveElement()
[all …]
H A Dnsrepair.c511 ACPI_OPERAND_OBJECT **Source; in AcpiNsRemoveNullElements() local
548 Source = ObjDesc->Package.Elements; in AcpiNsRemoveNullElements()
549 Dest = Source; in AcpiNsRemoveNullElements()
555 if (!*Source) in AcpiNsRemoveNullElements()
561 *Dest = *Source; in AcpiNsRemoveNullElements()
565 Source++; in AcpiNsRemoveNullElements()
H A Dnsxfname.c62 ACPI_PNP_DEVICE_ID *Source,
265 ACPI_PNP_DEVICE_ID *Source, in ACPI_EXPORT_SYMBOL()
271 Dest->Length = Source->Length; in ACPI_EXPORT_SYMBOL()
275 memcpy (StringArea, Source->String, Source->Length); in ACPI_EXPORT_SYMBOL()
276 return (StringArea + Source->Length); in ACPI_EXPORT_SYMBOL()
/titanic_50/usr/src/uts/intel/io/acpica/disassembler/
H A Ddmresrcl.c104 void *Source,
139 void *Source, in AcpiDmMemoryFields() argument
154 AcpiDmDumpInteger16 (ACPI_CAST_PTR (UINT16, Source)[i], in AcpiDmMemoryFields()
160 AcpiDmDumpInteger32 (ACPI_CAST_PTR (UINT32, Source)[i], in AcpiDmMemoryFields()
188 void *Source, in AcpiDmAddressFields() argument
205 AcpiDmDumpInteger16 (ACPI_CAST_PTR (UINT16, Source)[i], in AcpiDmAddressFields()
211 AcpiDmDumpInteger32 (ACPI_CAST_PTR (UINT32, Source)[i], in AcpiDmAddressFields()
217 AcpiDmDumpInteger64 (ACPI_CAST_PTR (UINT64, Source)[i], in AcpiDmAddressFields()
/titanic_50/usr/src/cmd/make/include/mksh/
H A Dread.h31 extern Source get_next_block_fn(register Source source);
/titanic_50/usr/src/cmd/make/bin/
H A Dread.cc60 static void parse_makefile(register Name true_makefile_name, register Source source);
61 static Source push_macro_value(register Source bp, register wchar_t *buffer, int size, register So…
103 register Source source = ALLOC(Source); in read_simple_file()
458 parse_makefile(register Name true_makefile_name, register Source source) in parse_makefile()
492 Source extrap; in parse_makefile()
631 Source t = (Source) alloca((int) sizeof (Source_rec)); in parse_makefile()
692 extrap = (Source) in parse_makefile()
1020 Source t = (Source) alloca((int) sizeof (Source_rec)); in parse_makefile()
1140 Source t = in parse_makefile()
1141 (Source) alloca((int) sizeof (Source_rec)); in parse_makefile()
[all …]
/titanic_50/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
/titanic_50/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.*
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 …]
/titanic_50/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.*
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 …]
/titanic_50/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.*
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 …]
/titanic_50/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.*
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 …]
/titanic_50/usr/src/tools/opensolaris/
H A DREADME.opensolaris.tmpl1 OS/Net (ON) binaries for Buildable Source
3 This delivery of the binaries to enable the Buildable Source consists of 2
41 section "Installing from Source" (below) for details.
79 Installing from Source
/titanic_50/usr/src/cmd/make/lib/mksh/
H A Dread.cc61 Source
62 get_next_block_fn(register Source source) in get_next_block_fn()
/titanic_50/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…
/titanic_50/usr/src/uts/intel/sys/acpi/
H A Dacstruct.h178 ACPI_OPERAND_OBJECT *Source; member
186 ACPI_OPERAND_OBJECT *Source; member
/titanic_50/usr/src/cmd/perl/contrib/Sun/Solaris/Project/
H A DChanges6 Initial Public Source release.
/titanic_50/usr/src/cmd/perl/contrib/Sun/Solaris/Task/
H A DChanges6 Initial Public Source release.
/titanic_50/usr/src/common/crypto/skein/
H A DTHIRDPARTYLICENSE2 Source code author: Doug Whiting, 2008.
/titanic_50/usr/src/pkg/manifests/
H A Dprint-lp-compatibility-sunos4.mf29 set name=pkg.summary value="Solaris Print - Source Compatibility"
37 name="Solaris Print - Source Compatibility, (Usr)" \
H A Dsource-demo-mdb-examples.mf29 set name=pkg.summary value="Modular Debugger Demo Source"
52 name="Modular Debugger Demo Source"

1234