Lines Matching refs:Source
23 * copy of the source code appearing in this file ("Covered Code") an
43 * 3.1. Redistribution of Source with Rights to Further Distribute Source.
44 * Redistribution of source code of any substantial portion of the Covered
45 * Code or modification with rights to further distribute source must include
55 * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
56 * Redistribution of source code of any substantial portion of the Covered
57 * Code or modification without rights to further distribute source must
60 * addition, Licensee may not authorize further sublicense of source of any
120 * Redistribution and use in source and binary forms, with or without
123 * 1. Redistributions of source code must retain the above copyright
170 ACPI_PNP_DEVICE_ID *Source,
340 * Source - Pointer to the source PNP_DEVICE_ID
352 ACPI_PNP_DEVICE_ID *Source,
358 Dest->Length = Source->Length;
362 memcpy (StringArea, Source->String, Source->Length);
363 return (StringArea + Source->Length);