Searched refs:value2 (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_get/
H A Dzfs_get_003_pos.ksh59 value2=$(zfs get -H all $TESTPOOL/$TESTFS | awk '{print $2 " " $3}' | \
61 if [[ $value1 != $value2 ]]; then
62 log_fail "value1($value1) != value2($value2)"
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_snapshot/
H A Dzfs_snapshot_006_pos.ksh87 value2=$(user_property_value 16)
89 log_must eval "zfs snapshot -o $prop_name='$value' -o $prop_name2='$value2' $fssnap"
112 value2=$(user_property_value 16)
114 log_must eval "zfs snapshot -r -o $prop_name='$value' -o $prop_name2='$value2' $TESTPOOL@snap"
H A Dzfs_snapshot_007_neg.ksh97 value2=$(user_property_value 16)
99 log_must eval "zfs snapshot -o $prop_name='$value' -o $prop_name2='$value2' $fssnap"
122 value2=$(user_property_value 16)
124 log_must eval "zfs snapshot -r -o $prop_name='$value' -o $prop_name2='$value2' $TESTPOOL@snap"
/illumos-gate/usr/src/uts/intel/io/pciex/
H A Dpcieb_x86.c235 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 Dagptarget.c793 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 Dagpgart.c755 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/uts/sun4v/cpu/
H A Dmach_cpu_module.c160 atomic_cas_64(volatile uint64_t *target, uint64_t value1, uint64_t value2) argument
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ip.c841 uint16_t value, value2; local
920 GETINT16(value2, data);
923 value2);
/illumos-gate/usr/src/cmd/ldap/common/
H A Dcommon.c92 char *string, int value1, void *value2 );
2389 int value1, void *value2 )
2392 fprintf( stderr, string, value1, value2 );
/illumos-gate/usr/src/lib/libstmf/common/
H A Dstore.c4442 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/fibre-channel/fca/qlge/
H A Dqlge.c4600 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 Demlxs_menlo.h129 uint32_t value2; /* value2 */ member in struct:menlo_set_cmd
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dfc.c1364 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,
H A Demlxs_dump.c62 cmd_buf->set.value2 = 0;
/illumos-gate/usr/src/uts/common/io/
H A Dpcic.c5762 int value1, value2; local
5768 value2 = pcic_getb(pcic, 0, PCIC_CHIP_INFO);
5771 (value2 & PCIC_CI_ID) == 0) {

Completed in 127 milliseconds