Home
last modified time | relevance | path

Searched refs:revision (Results 1 – 25 of 144) sorted by relevance

123456

/titanic_52/usr/src/cmd/sgs/libconv/common/
H A Dbld_vernote.ksh30 echo "usage: bld_vernote -R <revision> -r <release> -o <outfile.s>"
48 notestring="Solaris Link Editors: $release-$revision (illumos)\0"
71 .ascii "${release}-${revision} (illumos)\0"
78 notestring="Solaris Link Editors: $release-$revision (illumos)"
101 .string "${release}-${revision} (illumos)\0"
109 revision=""
121 revision=$OPTARG
130 if [[ ( -z $notefile ) || ( -z $release ) || ( -z $revision ) ]]; then
/titanic_52/usr/src/boot/sys/boot/efi/loader/
H A Dacpi.c38 int revision; in acpi_detect() local
53 revision = rsdp->Revision; in acpi_detect()
54 if (revision == 0) in acpi_detect()
55 revision = 1; in acpi_detect()
56 snprintf(buf, sizeof (buf), "%d", revision); in acpi_detect()
57 setenv("acpi.revision", buf, 1); in acpi_detect()
68 if (revision >= 2) { in acpi_detect()
/titanic_52/usr/src/boot/sys/boot/i386/libi386/
H A Dbiosacpi.c56 int revision; in biosacpi_detect() local
65 revision = rsdp->Revision; in biosacpi_detect()
66 if (revision == 0) in biosacpi_detect()
67 revision = 1; in biosacpi_detect()
68 sprintf(buf, "%d", revision); in biosacpi_detect()
69 setenv("acpi.revision", buf, 1); in biosacpi_detect()
75 if (revision >= 2) { in biosacpi_detect()
/titanic_52/usr/src/boot/sys/boot/efi/loader/arch/arm64/
H A Dexec.c79 int err, revision; in elf64_exec() local
89 revision = rsdp->Revision; in elf64_exec()
90 if (revision == 0) in elf64_exec()
91 revision = 1; in elf64_exec()
92 sprintf(buf, "%d", revision); in elf64_exec()
93 setenv("hint.acpi.0.revision", buf, 1); in elf64_exec()
99 if (revision >= 2) { in elf64_exec()
/titanic_52/usr/src/cmd/sgs/packages/common/
H A Dbld_awk_pkginfo.ksh36 echo "usage: bld_awk_pkginfo -R <revision> -r <release> -m <mach> -o <awk_script>"
52 revision=""
67 revision=$OPTARG
77 || ( -z $revision) ]]
96 prodver="${release}-${revision}"
/titanic_52/usr/src/boot/sys/boot/efi/loader/arch/amd64/
H A Delf64_freebsd.c102 int revision; in elf64_exec() local
111 revision = rsdp->Revision; in elf64_exec()
112 if (revision == 0) in elf64_exec()
113 revision = 1; in elf64_exec()
114 sprintf(buf, "%d", revision); in elf64_exec()
115 setenv("hint.acpi.0.revision", buf, 1); in elf64_exec()
121 if (revision >= 2) { in elf64_exec()
/titanic_52/usr/src/uts/sun4u/serengeti/sys/
H A Dsbdp_mbox.h61 int revision; /* temp */ member
73 int revision; /* temp */ member
79 int revision; member
/titanic_52/usr/src/lib/scsi/plugins/ses/SUN/common/
H A Dsun_enclosure.c50 uint16_t revision; in enc_parse_feature_block() local
66 revision = SCSI_READ16(&sfbip->sfbi_spms_revision); in enc_parse_feature_block()
88 if (revision >= 104) { in enc_parse_feature_block()
93 if (revision >= 105) { in enc_parse_feature_block()
/titanic_52/usr/src/lib/libprtdiag_psr/sparc/ontario/common/
H A Dpelton.c298 int32_t revision; in pelton_hw_rev_callback() local
314 revision = pelton_get_int_propval(pcih, OBP_PROP_REVISION_ID, in pelton_hw_rev_callback()
323 revision = pelton_get_int_propval(pcih, OBP_PROP_REVISION_ID, in pelton_hw_rev_callback()
332 revision = pelton_get_int_propval(pcih, OBP_PROP_VERSION_NUM, in pelton_hw_rev_callback()
343 revision = pelton_get_int_propval(pcih, OBP_PROP_REVISION_ID, in pelton_hw_rev_callback()
350 revision = pelton_get_int_propval(pcih, OBP_PROP_REVISION_ID, in pelton_hw_rev_callback()
357 revision = pelton_get_int_propval(pcih, OBP_PROP_REVISION_ID, in pelton_hw_rev_callback()
365 revision = pelton_get_int_propval(pcih, OBP_PROP_REVISION_ID, in pelton_hw_rev_callback()
386 log_printf("%6d", revision); in pelton_hw_rev_callback()
H A Dhuron.c300 int32_t revision; in huron_hw_rev_callback() local
314 revision = huron_get_int_propval(pcih, OBP_PROP_REVISION_ID, in huron_hw_rev_callback()
323 revision = huron_get_int_propval(pcih, OBP_PROP_REVISION_ID, in huron_hw_rev_callback()
331 revision = huron_get_int_propval(pcih, OBP_PROP_REVISION_ID, in huron_hw_rev_callback()
339 revision = huron_get_int_propval(pcih, OBP_PROP_REVISION_ID, in huron_hw_rev_callback()
347 revision = huron_get_int_propval(pcih, OBP_PROP_REVISION_ID, in huron_hw_rev_callback()
355 revision = huron_get_int_propval(pcih, OBP_PROP_REVISION_ID, in huron_hw_rev_callback()
376 log_printf("%6d", revision); in huron_hw_rev_callback()
H A Derie.c176 int32_t revision; in erie_hw_rev_callback() local
193 revision = erie_get_int_propval(pcih, OBP_PROP_REVISION_ID, in erie_hw_rev_callback()
199 revision = erie_get_int_propval(pcih, OBP_PROP_REVISION_ID, in erie_hw_rev_callback()
204 revision = erie_get_int_propval(pcih, OBP_PROP_REVISION_ID, in erie_hw_rev_callback()
209 revision = erie_get_int_propval(pcih, OBP_PROP_REVISION_ID, in erie_hw_rev_callback()
215 revision = erie_get_int_propval(pcih, OBP_PROP_REVISION_ID, in erie_hw_rev_callback()
238 log_printf("%6d", revision); in erie_hw_rev_callback()
315 * This function returns the revision of
H A Dstpaul.c255 int32_t revision; in stpaul_hw_rev_callback() local
287 revision = stpaul_get_int_propval(pcih, OBP_PROP_REVISION_ID, in stpaul_hw_rev_callback()
297 revision = stpaul_get_int_propval(pcih, OBP_PROP_REVISION_ID, in stpaul_hw_rev_callback()
306 revision = stpaul_get_int_propval(pcih, OBP_PROP_VERSION_NUM, in stpaul_hw_rev_callback()
314 revision = stpaul_get_int_propval(pcih, OBP_PROP_REVISION_ID, in stpaul_hw_rev_callback()
322 revision = stpaul_get_int_propval(pcih, OBP_PROP_REVISION_ID, in stpaul_hw_rev_callback()
330 revision = stpaul_get_int_propval(pcih, OBP_PROP_REVISION_ID, in stpaul_hw_rev_callback()
338 revision = stpaul_get_int_propval(pcih, OBP_PROP_REVISION_ID, in stpaul_hw_rev_callback()
361 log_printf("%6d", revision); in stpaul_hw_rev_callback()
H A Dontario.c413 int32_t revision; in ontario_hw_rev_callback() local
429 revision = ontario_get_int_propval(pcih, OBP_PROP_REVISION_ID, in ontario_hw_rev_callback()
438 revision = ontario_get_int_propval(pcih, OBP_PROP_REVISION_ID, in ontario_hw_rev_callback()
447 revision = ontario_get_int_propval(pcih, OBP_PROP_VERSION_NUM, in ontario_hw_rev_callback()
456 revision = ontario_get_int_propval(pcih, OBP_PROP_REVISION_ID, in ontario_hw_rev_callback()
463 revision = ontario_get_int_propval(pcih, OBP_PROP_REVISION_ID, in ontario_hw_rev_callback()
470 revision = ontario_get_int_propval(pcih, OBP_PROP_REVISION_ID, in ontario_hw_rev_callback()
478 revision = ontario_get_int_propval(pcih, OBP_PROP_REVISION_ID, in ontario_hw_rev_callback()
499 log_printf("%6d", revision); in ontario_hw_rev_callback()
/titanic_52/usr/src/lib/libprtdiag_psr/sparc/monza/common/
H A Dmonza.c385 int32_t revision; in monza_hw_rev_callback() local
402 revision = monza_get_int_propval(pcih, OBP_PROP_REVISION_ID, in monza_hw_rev_callback()
411 revision = monza_get_int_propval(pcih, OBP_PROP_REVISION_ID, in monza_hw_rev_callback()
420 revision = monza_get_int_propval(pcih, OBP_PROP_REVISION_ID, in monza_hw_rev_callback()
429 revision = monza_get_int_propval(pcih, OBP_PROP_REVISION_ID, in monza_hw_rev_callback()
437 revision = monza_get_int_propval(pcih, in monza_hw_rev_callback()
444 revision = monza_get_int_propval(pcih, OBP_PROP_REVISION_ID, in monza_hw_rev_callback()
452 revision = monza_get_int_propval(pcih, OBP_PROP_REVISION_ID, in monza_hw_rev_callback()
476 log_printf("%6d", revision); in monza_hw_rev_callback()
/titanic_52/usr/src/lib/mpapi/libmpscsi_vhci/common/
H A DMP_GetDeviceProductProperties.c117 revisionLength = sizeof (pProps->revision); in MP_GetDeviceProductProperties()
128 (void) strncpy(pProps->revision, in MP_GetDeviceProductProperties()
129 devProdInfo.prodInfo.revision, in MP_GetDeviceProductProperties()
H A DMP_GetMPLogicalUnitProperties.c340 revisionLength = sizeof (pProps->revision); in MP_GetMPLogicalUnitProperties()
350 (void) strncpy(pProps->revision, in MP_GetMPLogicalUnitProperties()
351 luInfo.prodInfo.revision, in MP_GetMPLogicalUnitProperties()
/titanic_52/usr/src/lib/libprtdiag_psr/sparc/montoya/common/
H A Dmontoya.c348 int32_t revision; in montoya_hw_rev_callback() local
365 revision = montoya_get_int_propval(pcih, OBP_PROP_REVISION_ID, in montoya_hw_rev_callback()
374 revision = montoya_get_int_propval(pcih, OBP_PROP_REVISION_ID, in montoya_hw_rev_callback()
383 revision = montoya_get_int_propval(pcih, OBP_PROP_VERSION_NUM, in montoya_hw_rev_callback()
391 revision = montoya_get_int_propval(pcih, in montoya_hw_rev_callback()
398 revision = montoya_get_int_propval(pcih, OBP_PROP_REVISION_ID, in montoya_hw_rev_callback()
405 revision = montoya_get_int_propval(pcih, OBP_PROP_REVISION_ID, in montoya_hw_rev_callback()
429 log_printf("%6d", revision); in montoya_hw_rev_callback()
/titanic_52/usr/src/uts/common/fs/smbsrv/
H A Dsmb_nt_transact_security.c447 uint8_t revision; in smb_decode_sid() local
463 if (smb_mbc_decodef(&sidbuf, "bb", &revision, &subauth_cnt)) in smb_decode_sid()
470 sid->sid_revision = revision; in smb_decode_sid()
503 uint8_t revision; in smb_decode_acl() local
519 if (smb_mbc_decodef(&aclbuf, "b.ww2.", &revision, &size, &acecnt)) in smb_decode_acl()
525 acl = smb_acl_alloc(revision, size, acecnt); in smb_decode_acl()
/titanic_52/usr/src/man/man9p/
H A DMakefile35 inquiry-revision-id.9p \
42 inquiry-revision-id.9p := LINKSRC = inquiry-device-type.9p
/titanic_52/usr/src/uts/intel/io/intel_nhm/
H A Ddimm_topo.c177 if (nhm_dimm->revision && nhm_dimm->revision[0]) { in inhm_dimm()
178 t = sizeof (nhm_dimm->revision); in inhm_dimm()
179 (void) strncpy(sbuf, nhm_dimm->revision, t); in inhm_dimm()
/titanic_52/usr/src/cmd/format/
H A Dhardware_structs.h117 char *revision; member
124 char *revision; member
/titanic_52/usr/src/lib/scsi/libsmp/common/
H A Dsmp_plugin.c270 char *c_vendor, *vendor, *product, *revision; in smp_plugin_load_dir() local
309 * those matching the vendor/product/revision fields, and those in smp_plugin_load_dir()
310 * matching the component vendor/id/revision fields. The component is in smp_plugin_load_dir()
327 revision = strdupa(tp->st_revision); in smp_plugin_load_dir()
331 smp_plugin_cleanstr(revision); in smp_plugin_load_dir()
368 revision, LIBSMP_PLUGIN_EXT); in smp_plugin_load_dir()
/titanic_52/usr/src/lib/scsi/libses/common/
H A Dses_plugin.c283 char *vendor, *product, *revision; in ses_plugin_load_dir() local
316 * Create a local copy of the vendor/product/revision, strip out any in ses_plugin_load_dir()
321 revision = strdupa(libscsi_revision(tp->st_target)); in ses_plugin_load_dir()
325 ses_plugin_cleanstr(revision); in ses_plugin_load_dir()
341 revision, LIBSES_PLUGIN_EXT); in ses_plugin_load_dir()
/titanic_52/usr/src/uts/common/io/audio/drv/audioens/
H A Daudioens.c110 uint8_t revision; member
637 (dev->devid == 0x1371 && dev->revision == 7) || in audioens_init_hw()
638 (dev->devid == 0x1371 && dev->revision >= 9)) { in audioens_init_hw()
665 if (dev->revision >= 4) { in audioens_init_hw()
837 uint8_t revision; in audioens_attach() local
857 revision = pci_config_get8(pcih, PCI_CONF_REVID); in audioens_attach()
871 switch (revision) { in audioens_attach()
907 dev->revision = revision; in audioens_attach()
/titanic_52/usr/src/grub/grub-0.97/netboot/
H A Dsis900.c322 u8 revision; in sis900_probe() local
341 pcibios_read_config_byte(pci->bus,pci->devfn, PCI_REVISION, &revision); in sis900_probe()
344 pci_revision = revision; in sis900_probe()
346 if (revision == SIS630E_900_REV) in sis900_probe()
348 else if ((revision > 0x81) && (revision <= 0x90)) in sis900_probe()
350 else if (revision == SIS96x_900_REV) in sis900_probe()
362 if (revision == SIS630ET_900_REV) in sis900_probe()

123456