/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | version.c | 18 char Version[] = "8.14.4+Sun"; variable
|
/illumos-gate/usr/src/lib/libast/common/cdt/ |
H A D | dtopen.c | 6 * Common Public License, Version 1.0 * 23 static char* Version = "\n@(#)$Id: cdt (AT&T Research) 2005-04-20 $\0\n"; variable 38 Dt_t* dt = (Dt_t*)Version; /* shut-up unuse warning */
|
/illumos-gate/usr/src/cmd/lms/heci/ |
H A D | MNGCommand.h | 44 UINT8 Version; member in struct:_MNG_REQUEST 49 UINT32 Version; member in struct:_MNG_GET_ME_INFORMATION_RESPONSE
|
H A D | PTHICommand.h | 134 AMT_UNICODE_STRING Version; member in struct:_AMT_VERSION_TYPE 173 PTHI_VERSION Version; member in struct:_PTHI_MESSAGE_HEADER
|
/illumos-gate/usr/src/tools/scripts/ |
H A D | hg-active.py | 37 from onbld.Scm import Version namespace 40 Version.check_version() 41 except Version.VersionMismatch, versionerror:
|
/illumos-gate/usr/src/lib/libast/common/vmalloc/ |
H A D | vmprivate.c | 6 * Common Public License, Version 1.0 * 30 static char* Version = "\n@(#)$Id: Vmalloc (AT&T Research) 2010-01-01 $\0\n"; variable 50 reg Vmuchar_t* addr = (Vmuchar_t*)Version; /* shut compiler warning */
|
/illumos-gate/usr/src/uts/intel/io/acpica/namespace/ |
H A D | nsprepkg.c | 663 UINT32 Version; local 679 Version = (UINT32) (*Elements)->Integer.Value; 680 ExpectedCount = 21; /* Version 1 */ 682 if (Version == 0) 684 ExpectedCount = 20; /* Version 0 */ 712 /* Version 1 has a single trailing integer */ 714 if (Version > 0)
|
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex.c | 98 * This sets the Version of ex/vi for both the exstrings file and 103 unsigned char *Version = (unsigned char *)"Version SVR4.0, Solaris 2.5.0"; variable 106 * NOTE: when changing the Version number, it must be changed in the
|
/illumos-gate/usr/src/psm/stand/bootblks/ufs/i386/ |
H A D | mboot.S | 5 * Common Development and Distribution License, Version 1.0 only 122 Version: label
|
/illumos-gate/usr/src/lib/libast/common/sfio/ |
H A D | sfmode.c | 6 * Common Public License, Version 1.0 * 23 static char* Version = "\n@(#)$Id: sfio (AT&T Labs - Research) 2009-09-15 $\0\n"; variable 75 f = (Sfio_t*)Version; /* shut compiler warning */
|
/illumos-gate/usr/src/tools/onbld/Scm/ |
H A D | Backup.py | 78 from onbld.Scm import Version namespace 441 if Version.at_least("1.7"):
|
H A D | WorkSpace.py | 51 from onbld.Scm import Version namespace 57 if Version.at_least("1.6"): 400 if Version.at_least("1.7"): 704 if Version.at_least("1.6"): 1003 if Version.at_least("1.6"): 1017 if Version.at_least("1.4"):
|
/illumos-gate/usr/src/boot/sys/boot/efi/include/ |
H A D | efigop.h | 51 UINT32 Version; member in struct:__anon158
|
H A D | efiip.h | 114 UINT8 Version:4; member in struct:__anon170 389 UINT8 Version:4; member in struct:_EFI_IP6_HEADER
|
/illumos-gate/usr/src/tools/onbld/hgext/ |
H A D | cdm.py | 96 from onbld.Scm import Version namespace 101 Version.check_version() 102 except Version.VersionMismatch, badversion: 103 raise util.Abort("Version Mismatch:\n %s\n" % badversion) 121 if Version.at_least("1.4"):
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | pac.c | 150 krb5_ui_4 Version; member in struct:_PACTYPE 399 pac->pac->Version = 0; 473 pac->pac->Version = version; 949 store_32_le(pac->pac->Version, p);
|
/illumos-gate/usr/src/lib/fm/libdiagcode/common/ |
H A D | diagcode.c | 5 * Common Development and Distribution License, Version 1.0 only 136 static const char Version[] = "version"; variable 290 else if (strcmp(lhsp, Version) == 0)
|
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_parse.h | 173 #define Version "version" macro
|
/illumos-gate/usr/src/uts/common/io/chxge/ |
H A D | ch.c | 368 int Version; local 527 Version = ddi_get32(chp->ch_hbar0, 535 PRINT(("PE Version: %x\n", Version));
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | ibft.c | 79 char Version; member in struct:iSCSI_ibft_hdr
|
/illumos-gate/usr/src/uts/intel/sys/acpi/ |
H A D | actbl.h | 144 * Version 2 189 * Version 1 (both) 226 UINT8 Version; /* Version of this table (ACPI 2.0+) */ member in struct:acpi_table_facs 251 * Version 6
|
H A D | actbl3.h | 108 * Version 1 115 UINT16 Version; member in struct:acpi_table_bgrt 128 * Conforms to "TCG D-RTM Architecture" June 17 2013, Version 1.0.0 197 * Version 1 315 * Version 2 428 * Version 1 546 * Version 1 661 * Version 1 756 * Version 1 774 UINT16 Version; member in struct:acpi_rasf_shared_memory 787 UINT16 Version; member in struct:acpi_rasf_parameter_block [all...] |
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | pxe.h | 89 uint16_t Version; /* MSB = major, LSB = minor */ member in struct:__anon2102 107 only present when Version > 2.1 */
|
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/ |
H A D | pxe.h | 80 uint16_t Version; /* MSB = major, LSB = minor */ member in struct:__anon288 98 only present when Version > 2.1 */
|
/illumos-gate/usr/src/uts/common/pcmcia/sys/ |
H A D | cs.h | 479 uint32_t Version; /* CS version to expect */ member in struct:client_reg_t
|