Searched defs:value2 (Results 1 - 10 of 10) sorted by relevance
/illumos-gate/usr/src/uts/intel/io/pciex/ |
H A D | pcieb_x86.c | 235 uint32_t value2; /* Value for machinecheck case */ member in struct:x86_error_reg 500 ((data & reg->mask) | reg->value2) : 510 ((data & reg->mask) | reg->value2) : 521 ((data & reg->mask) | reg->value2) : 533 reg->mask, (mcheck ? reg->value2 : reg->value1),
|
/illumos-gate/usr/src/uts/intel/io/agpgart/ |
H A D | agptarget.c | 793 uint8_t value2; local 801 value2 = pci_config_get8(st->tsoft_pcihdl, 803 value2 &= ~AGP_MISC_APEN; 805 st->tsoft_acaptr + AGP_CONF_MISC, value2);
|
H A D | agpgart.c | 755 i_agp_info_t value2; local 826 (intptr_t)&value2, FKIOCTL, kcred, 0); 829 info->agpki_mdevid = value2.iagp_devid; 830 info->agpki_mver = value2.iagp_ver; 831 info->agpki_mstatus = value2.iagp_mode; 834 (intptr_t)&value2, FKIOCTL, kcred, 0); 837 info->agpki_tdevid = value2.iagp_devid; 838 info->agpki_tver = value2.iagp_ver; 839 info->agpki_tstatus = value2.iagp_mode; 840 info->agpki_aperbase = value2 1652 uint32_t value1, value2; local [all...] |
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ip.c | 841 uint16_t value, value2; local 920 GETINT16(value2, data); 923 value2);
|
/illumos-gate/usr/src/uts/sun4v/cpu/ |
H A D | mach_cpu_module.c | 160 atomic_cas_64(volatile uint64_t *target, uint64_t value1, uint64_t value2) argument
|
/illumos-gate/usr/src/lib/libstmf/common/ |
H A D | store.c | 4442 scf_value_t *value2 = NULL; local 4490 ((value2 = scf_value_create(handle)) == NULL) || 4857 scf_value_set_count(value2, blockCnt); 4859 if (scf_entry_add_value(entry2, value2) == -1) { 5008 if (value2 != NULL) { 5009 scf_value_destroy(value2);
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | pcic.c | 5762 int value1, value2; local 5768 value2 = pcic_getb(pcic, 0, PCIC_CHIP_INFO); 5771 (value2 & PCIC_CI_ID) == 0) {
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_dfc.c | 1364 uint32_t value2; local 1492 value2 = 0x00000001; 1496 bcopy((caddr_t)&value2, 1501 bcopy((caddr_t)&value2, 1510 uint32_t value2; local 1638 value2 = 0x00000001; 1642 bcopy((caddr_t)&value2, 1647 bcopy((caddr_t)&value2,
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/ |
H A D | qlge.c | 4600 uint32_t value1, value2; local 4611 value2 = ((qlge->multicast_list[index].addr.ether_addr_octet[2] << 24) 4615 if (ql_write_mac_proto_regs(qlge, value1, value2) != DDI_SUCCESS) 4622 value2 = ((qlge->multicast_list[index].addr.ether_addr_octet[0] << 8) 4624 if (ql_write_mac_proto_regs(qlge, value1, value2) != DDI_SUCCESS) { 4641 uint32_t value1, value2; local 4650 value2 = 4655 if (ql_write_mac_proto_regs(qlge, value1, value2) != DDI_SUCCESS) { 4661 value2 = 0; 4662 if (ql_write_mac_proto_regs(qlge, value1, value2) ! [all...] |
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_menlo.h | 129 uint32_t value2; /* value2 */ member in struct:menlo_set_cmd
|
Completed in 241 milliseconds