Searched defs:revision (Results 1 - 25 of 71) sorted by relevance

123

/illumos-gate/usr/src/uts/intel/io/intel_nhm/
H A Dnhm_log.h46 char revision[2]; member in struct:nhm_dimm
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dbiosacpi.c56 int revision; local
65 revision = rsdp->Revision;
66 if (revision == 0)
67 revision = 1;
68 sprintf(buf, "%d", revision);
69 setenv("acpi.revision", buf, 1);
75 if (revision >= 2) {
/illumos-gate/usr/src/lib/scsi/plugins/ses/SUN/common/
H A Dsun_enclosure.c50 uint16_t revision; local
66 revision = SCSI_READ16(&sfbip->sfbi_spms_revision);
88 if (revision >= 104) {
93 if (revision >= 105) {
/illumos-gate/usr/src/boot/sys/boot/efi/loader/arch/arm64/
H A Dexec.c80 int err, revision; local
90 revision = rsdp->Revision;
91 if (revision == 0)
92 revision = 1;
93 sprintf(buf, "%d", revision);
94 setenv("hint.acpi.0.revision", buf, 1);
100 if (revision >= 2) {
/illumos-gate/usr/src/lib/scsi/libsmp/common/
H A Dsmp_plugin.c270 char *c_vendor, *vendor, *product, *revision; local
309 * those matching the vendor/product/revision fields, and those
310 * matching the component vendor/id/revision fields. The component is
327 revision = strdupa(tp->st_revision);
331 smp_plugin_cleanstr(revision);
368 revision, LIBSMP_PLUGIN_EXT);
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/ontario/common/
H A Dhuron.c300 int32_t revision; local
314 revision = huron_get_int_propval(pcih, OBP_PROP_REVISION_ID,
323 revision = huron_get_int_propval(pcih, OBP_PROP_REVISION_ID,
331 revision = huron_get_int_propval(pcih, OBP_PROP_REVISION_ID,
339 revision = huron_get_int_propval(pcih, OBP_PROP_REVISION_ID,
347 revision = huron_get_int_propval(pcih, OBP_PROP_REVISION_ID,
355 revision = huron_get_int_propval(pcih, OBP_PROP_REVISION_ID,
376 log_printf("%6d", revision);
H A Dpelton.c298 int32_t revision; local
314 revision = pelton_get_int_propval(pcih, OBP_PROP_REVISION_ID,
323 revision = pelton_get_int_propval(pcih, OBP_PROP_REVISION_ID,
332 revision = pelton_get_int_propval(pcih, OBP_PROP_VERSION_NUM,
343 revision = pelton_get_int_propval(pcih, OBP_PROP_REVISION_ID,
350 revision = pelton_get_int_propval(pcih, OBP_PROP_REVISION_ID,
357 revision = pelton_get_int_propval(pcih, OBP_PROP_REVISION_ID,
365 revision = pelton_get_int_propval(pcih, OBP_PROP_REVISION_ID,
386 log_printf("%6d", revision);
H A Derie.c176 int32_t revision; local
193 revision = erie_get_int_propval(pcih, OBP_PROP_REVISION_ID,
199 revision = erie_get_int_propval(pcih, OBP_PROP_REVISION_ID,
204 revision = erie_get_int_propval(pcih, OBP_PROP_REVISION_ID,
209 revision = erie_get_int_propval(pcih, OBP_PROP_REVISION_ID,
215 revision = erie_get_int_propval(pcih, OBP_PROP_REVISION_ID,
238 log_printf("%6d", revision);
315 * This function returns the revision of
H A Dontario.c413 int32_t revision; local
429 revision = ontario_get_int_propval(pcih, OBP_PROP_REVISION_ID,
438 revision = ontario_get_int_propval(pcih, OBP_PROP_REVISION_ID,
447 revision = ontario_get_int_propval(pcih, OBP_PROP_VERSION_NUM,
456 revision = ontario_get_int_propval(pcih, OBP_PROP_REVISION_ID,
463 revision = ontario_get_int_propval(pcih, OBP_PROP_REVISION_ID,
470 revision = ontario_get_int_propval(pcih, OBP_PROP_REVISION_ID,
478 revision = ontario_get_int_propval(pcih, OBP_PROP_REVISION_ID,
499 log_printf("%6d", revision);
H A Dstpaul.c255 int32_t revision; local
287 revision = stpaul_get_int_propval(pcih, OBP_PROP_REVISION_ID,
297 revision = stpaul_get_int_propval(pcih, OBP_PROP_REVISION_ID,
306 revision = stpaul_get_int_propval(pcih, OBP_PROP_VERSION_NUM,
314 revision = stpaul_get_int_propval(pcih, OBP_PROP_REVISION_ID,
322 revision = stpaul_get_int_propval(pcih, OBP_PROP_REVISION_ID,
330 revision = stpaul_get_int_propval(pcih, OBP_PROP_REVISION_ID,
338 revision = stpaul_get_int_propval(pcih, OBP_PROP_REVISION_ID,
361 log_printf("%6d", revision);
/illumos-gate/usr/src/man/man9p/
H A DMakefile35 inquiry-revision-id.9p \
42 inquiry-revision-id.9p := LINKSRC = inquiry-device-type.9p
/illumos-gate/usr/src/uts/sun4u/serengeti/sys/
H A Dsbdp_mbox.h61 int revision; /* temp */ member in struct:__anon9945
73 int revision; /* temp */ member in struct:__anon9947
79 int revision; member in struct:__anon9948
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_nt_transact_security.c447 uint8_t revision; local
463 if (smb_mbc_decodef(&sidbuf, "bb", &revision, &subauth_cnt))
470 sid->sid_revision = revision;
503 uint8_t revision; local
519 if (smb_mbc_decodef(&aclbuf, "b.ww2.", &revision, &size, &acecnt))
525 acl = smb_acl_alloc(revision, size, acecnt);
H A Dsmb_sd.c41 smb_sd_init(smb_sd_t *sd, uint8_t revision) argument
44 sd->sd_revision = revision;
/illumos-gate/usr/src/boot/sys/boot/efi/loader/arch/amd64/
H A Delf64_freebsd.c102 int revision; local
111 revision = rsdp->Revision;
112 if (revision == 0)
113 revision = 1;
114 sprintf(buf, "%d", revision);
115 setenv("hint.acpi.0.revision", buf, 1);
121 if (revision >= 2) {
/illumos-gate/usr/src/lib/scsi/libses/common/
H A Dses_plugin.c283 char *vendor, *product, *revision; local
316 * Create a local copy of the vendor/product/revision, strip out any
321 revision = strdupa(libscsi_revision(tp->st_target));
325 ses_plugin_cleanstr(revision);
341 revision, LIBSES_PLUGIN_EXT);
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_acl.c60 smb_acl_alloc(uint8_t revision, uint16_t bsize, uint16_t acecnt) argument
69 acl->sl_revision = revision;
H A Dsmb_sd.c59 smb_sd_init(smb_sd_t *sd, uint8_t revision) argument
62 sd->sd_revision = revision;
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/montoya/common/
H A Dmontoya.c348 int32_t revision; local
365 revision = montoya_get_int_propval(pcih, OBP_PROP_REVISION_ID,
374 revision = montoya_get_int_propval(pcih, OBP_PROP_REVISION_ID,
383 revision = montoya_get_int_propval(pcih, OBP_PROP_VERSION_NUM,
391 revision = montoya_get_int_propval(pcih,
398 revision = montoya_get_int_propval(pcih, OBP_PROP_REVISION_ID,
405 revision = montoya_get_int_propval(pcih, OBP_PROP_REVISION_ID,
429 log_printf("%6d", revision);
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/monza/common/
H A Dmonza.c385 int32_t revision; local
402 revision = monza_get_int_propval(pcih, OBP_PROP_REVISION_ID,
411 revision = monza_get_int_propval(pcih, OBP_PROP_REVISION_ID,
420 revision = monza_get_int_propval(pcih, OBP_PROP_REVISION_ID,
429 revision = monza_get_int_propval(pcih, OBP_PROP_REVISION_ID,
437 revision = monza_get_int_propval(pcih,
444 revision = monza_get_int_propval(pcih, OBP_PROP_REVISION_ID,
452 revision = monza_get_int_propval(pcih, OBP_PROP_REVISION_ID,
476 log_printf("%6d", revision);
/illumos-gate/usr/src/lib/libc/inc/
H A Dmsgfmt.h127 * 4 | (uint32_t) format revision |
196 * 4 | (uint32_t) format revision |
382 uint32_t revision; member in struct:gnu_msg_info
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/littleneck/common/
H A Dlittleneck.c126 * frequency, cache size, and processor revision of all cpus.
160 * and mask revision.
286 /* Hardware revision function calls */
981 int revision; local
1047 revision = *int_val;
1049 revision = -1;
1064 revision);
/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmd_rename.h112 int revision; member in struct:md_rename_transaction
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/cherrystone/common/
H A Dcherrystone.c132 * and mask revision.
837 int revision; local
903 revision = *int_val;
905 revision = -1;
920 revision);
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/daktari/common/
H A Ddaktari.c284 * frequency, cache size, and processor revision of all cpus.
332 * and mask revision.
1279 int revision; local
1343 revision = *int_val;
1345 revision = -1;
1360 revision);

Completed in 113 milliseconds

123