Searched refs:Source (Results 1 - 25 of 47) sorted by relevance

12

/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
H A DChanges28 Initial Public Source release.
H A DREADME.ON27 This module is released as Public Source via the Comprehensive Perl Archive
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/
H A DChanges6 Initial Public Source release.
H A DREADME.ON5 This module is released as Public Source via the Comprehensive Perl Archive
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Task/
H A DChanges6 Initial Public Source release.
H A DREADME.ON5 This module is released as Public Source via the Comprehensive Perl Archive
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Ucred/
H A DChanges6 Initial Public Source release.
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/
H A DChanges9 Initial Public Source release.
H A DREADME.ON5 This module is released as Public Source via the Comprehensive Perl Archive
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/postdaisy/
H A DREADME23 Source code for a simple program that translates Diablo 630 daisy-wheel files
/opensolaris-onvv-gate/usr/src/uts/intel/io/acpica/resources/
H A Drsmisc.c42 * 3.1. Redistribution of Source with Rights to Further Distribute Source.
54 * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
157 void *Source; local
191 * Source is the external AML byte stream buffer,
194 Source = ACPI_ADD_PTR (void, Aml, Info->AmlOffset);
224 ((ACPI_GET8 (Source) >> Info->Value) & 0x01);
233 ((ACPI_GET8 (Source) >> Info->Value) & 0x03);
239 ItemCount = ACPI_GET8 (Source);
429 void *Source = NULL; local
[all...]
H A Drsutils.c42 * 3.1. Redistribution of Source with Rights to Further Distribute Source.
54 * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
212 * Source - Pointer to the source descriptor
227 void *Source,
248 ACPI_MEMCPY (Destination, Source, ItemCount);
258 &ACPI_CAST_PTR (UINT16, Source)[i]);
263 &ACPI_CAST_PTR (UINT32, Source)[i]);
268 &ACPI_CAST_PTR (UINT64, Source)[
225 AcpiRsMoveData( void *Destination, void *Source, UINT16 ItemCount, UINT8 MoveType) argument
385 AcpiRsStrcpy( char *Destination, char *Source) argument
[all...]
H A Drscreate.c42 * 3.1. Redistribution of Source with Rights to Further Distribute Source.
54 * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
294 * The minus four is to subtract the size of the UINT8 Source[4] member
322 * elements: [Address, Pin, Source, SourceIndex]
363 "(PRT[%X].Source) SourceName and SourceIndex are reversed, fixed",
381 "(PRT[%X].Source) Need name, found Reference Class %X",
391 (UINT32) ((UINT8 *) UserPrt->Source -
393 PathBuffer.Pointer = UserPrt->Source;
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Solaris/
H A DREADME31 Source.
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/postprint/
H A DREADME23 Source code for a simple program that translates ASCII files into PostScript. The
/opensolaris-onvv-gate/usr/src/tools/codereview/
H A DREADME27 Source code for codereview program, also known as 'lwlp',
/opensolaris-onvv-gate/usr/src/uts/intel/io/acpica/utilities/
H A Dutids.c42 * 3.1. Redistribution of Source with Rights to Further Distribute Source.
54 * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
131 char *Source);
139 * Source - Source string
152 char *Source)
161 if (*Source == '*')
163 Source
150 AcpiUtCopyIdString( char *Destination, char *Source) argument
[all...]
/opensolaris-onvv-gate/usr/src/uts/intel/io/acpica/disassembler/
H A Ddmresrcl.c42 * 3.1. Redistribution of Source with Rights to Further Distribute Source.
54 * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
179 void *Source,
202 * PARAMETERS: Source - Pointer to the contiguous data fields
214 void *Source,
228 AcpiDmDumpInteger16 (ACPI_CAST_PTR (UINT16, Source)[i],
233 AcpiDmDumpInteger32 (ACPI_CAST_PTR (UINT32, Source)[i],
248 * PARAMETERS: Source
213 AcpiDmMemoryFields( void *Source, UINT8 Type, UINT32 Level) argument
259 AcpiDmAddressFields( void *Source, UINT8 Type, UINT32 Level) argument
[all...]
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/des/
H A DFILES023 destest.c - Source for libdes.a test program.
24 speed.c - Source for libdes.a timing program.
25 rpw.c - Source for libdes.a testing password reading routines.
53 read_pwd.c - Source for des_read_password() plus related functions.
54 set_key.c - Source for des_set_key().
/opensolaris-onvv-gate/usr/src/uts/intel/io/acpica/namespace/
H A Dnsrepair2.c43 * 3.1. Redistribution of Source with Rights to Further Distribute Source.
55 * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
572 ACPI_OPERAND_OBJECT **Source; local
583 Source = ObjDesc->Package.Elements;
584 Dest = Source;
590 if (!*Source)
597 *Dest = *Source;
600 Source
[all...]
H A Dnsxfname.c43 * 3.1. Redistribution of Source with Rights to Further Distribute Source.
55 * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
134 ACPI_DEVICE_ID *Source,
322 * Source - Pointer to the source DEVICE_ID
334 ACPI_DEVICE_ID *Source,
340 Dest->Length = Source->Length;
344 ACPI_MEMCPY (StringArea, Source->String, Source
332 AcpiNsCopyDeviceId( ACPI_DEVICE_ID *Dest, ACPI_DEVICE_ID *Source, char *StringArea) argument
[all...]
/opensolaris-onvv-gate/usr/src/uts/intel/sys/acpi/
H A Dacstruct.h42 * 3.1. Redistribution of Source with Rights to Further Distribute Source.
54 * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
251 ACPI_OPERAND_OBJECT *Source; member in struct:acpi_aml_operands::__anon9664
259 ACPI_OPERAND_OBJECT *Source; member in struct:acpi_aml_operands::__anon9665
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/posttek/
H A DREADME23 Source code for a program that translates tektronix 4014 files into PostScript.
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A DREADME23 Source code for a program that translates device independent troff output into
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/postdmd/
H A DREADME23 Source code for a program that translates DMD bitmaps (as produced by dmdps) or

Completed in 185 milliseconds

12