Home
last modified time | relevance | path

Searched refs:value2 (Results 1 – 17 of 17) sorted by relevance

/titanic_50/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_get/
H A Dzfs_get_003_pos.ksh55 value2=$($ZFS get -H all $TESTPOOL/$TESTFS | $AWK '{print $2 " " $3}' | \
57 if [[ $value1 != $value2 ]]; then
58 log_fail "value1($value1) != value2($value2)"
/titanic_50/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.ksh93 value2=$(user_property_value 16)
95 log_must eval "$ZFS snapshot -o $prop_name='$value' -o $prop_name2='$value2' $fssnap"
118 value2=$(user_property_value 16)
120 log_must eval "$ZFS snapshot -r -o $prop_name='$value' -o $prop_name2='$value2' $TESTPOOL@snap"
/titanic_50/usr/src/uts/intel/io/pciex/
H A Dpcieb_x86.c235 uint32_t value2; /* Value for machinecheck case */ member
500 ((data & reg->mask) | reg->value2) : in pcieb_intel_serr_workaround()
510 ((data & reg->mask) | reg->value2) : in pcieb_intel_serr_workaround()
521 ((data & reg->mask) | reg->value2) : in pcieb_intel_serr_workaround()
533 reg->mask, (mcheck ? reg->value2 : reg->value1), in pcieb_intel_serr_workaround()
/titanic_50/usr/src/uts/intel/io/agpgart/
H A Dagpgart.c755 i_agp_info_t value2; in lyr_get_info() local
826 (intptr_t)&value2, FKIOCTL, kcred, 0); in lyr_get_info()
829 info->agpki_mdevid = value2.iagp_devid; in lyr_get_info()
830 info->agpki_mver = value2.iagp_ver; in lyr_get_info()
831 info->agpki_mstatus = value2.iagp_mode; in lyr_get_info()
834 (intptr_t)&value2, FKIOCTL, kcred, 0); in lyr_get_info()
837 info->agpki_tdevid = value2.iagp_devid; in lyr_get_info()
838 info->agpki_tver = value2.iagp_ver; in lyr_get_info()
839 info->agpki_tstatus = value2.iagp_mode; in lyr_get_info()
840 info->agpki_aperbase = value2.iagp_aperbase; in lyr_get_info()
[all …]
H A Dagptarget.c793 uint8_t value2; in agp_target_ioctl() local
801 value2 = pci_config_get8(st->tsoft_pcihdl, in agp_target_ioctl()
803 value2 &= ~AGP_MISC_APEN; in agp_target_ioctl()
805 st->tsoft_acaptr + AGP_CONF_MISC, value2); in agp_target_ioctl()
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ip.c841 uint16_t value, value2; in print_ip6opt_ls() local
920 GETINT16(value2, data); in print_ip6opt_ls()
923 value2); in print_ip6opt_ls()
/titanic_50/usr/src/uts/sun4v/cpu/
H A Dmach_cpu_module.c160 atomic_cas_64(volatile uint64_t *target, uint64_t value1, uint64_t value2) in atomic_cas_64() argument
/titanic_50/usr/src/lib/libstmf/common/
H A Dstore.c4442 scf_value_t *value2 = NULL; in psSetProviderData() local
4490 ((value2 = scf_value_create(handle)) == NULL) || in psSetProviderData()
4857 scf_value_set_count(value2, blockCnt); in psSetProviderData()
4859 if (scf_entry_add_value(entry2, value2) == -1) { in psSetProviderData()
5008 if (value2 != NULL) { in psSetProviderData()
5009 scf_value_destroy(value2); in psSetProviderData()
/titanic_50/usr/src/cmd/ldap/common/
H A Dcommon.c92 char *string, int value1, void *value2 );
2389 int value1, void *value2 ) argument
2392 fprintf( stderr, string, value1, value2 );
/titanic_50/usr/src/cmd/perl/contrib/Sun/Solaris/Project/t/
H A DProject.t437 [ 0, 0, {}, "value2:143::::one=,bar," ],
565 [ 1, 0, {}, "value2:146::::one= two" ],
567 [ 1, 0, {}, "value4:148::::name=value;name=value2)" ],
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c4600 uint32_t value1, value2; in ql_add_multicast_address() local
4611 value2 = ((qlge->multicast_list[index].addr.ether_addr_octet[2] << 24) in ql_add_multicast_address()
4615 if (ql_write_mac_proto_regs(qlge, value1, value2) != DDI_SUCCESS) in ql_add_multicast_address()
4622 value2 = ((qlge->multicast_list[index].addr.ether_addr_octet[0] << 8) in ql_add_multicast_address()
4624 if (ql_write_mac_proto_regs(qlge, value1, value2) != DDI_SUCCESS) { in ql_add_multicast_address()
4641 uint32_t value1, value2; in ql_remove_multicast_address() local
4650 value2 = in ql_remove_multicast_address()
4655 if (ql_write_mac_proto_regs(qlge, value1, value2) != DDI_SUCCESS) { in ql_remove_multicast_address()
4661 value2 = 0; in ql_remove_multicast_address()
4662 if (ql_write_mac_proto_regs(qlge, value1, value2) != DDI_SUCCESS) { in ql_remove_multicast_address()
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_menlo.h129 uint32_t value2; /* value2 */ member
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dfc.c1364 uint32_t value2; in emlxs_fcio_get_adapter_port_attrs() local
1492 value2 = 0x00000001; in emlxs_fcio_get_adapter_port_attrs()
1496 bcopy((caddr_t)&value2, in emlxs_fcio_get_adapter_port_attrs()
1501 bcopy((caddr_t)&value2, in emlxs_fcio_get_adapter_port_attrs()
1510 uint32_t value2; in emlxs_fcio_get_adapter_port_attrs() local
1638 value2 = 0x00000001; in emlxs_fcio_get_adapter_port_attrs()
1642 bcopy((caddr_t)&value2, in emlxs_fcio_get_adapter_port_attrs()
1647 bcopy((caddr_t)&value2, in emlxs_fcio_get_adapter_port_attrs()
H A Demlxs_dump.c62 cmd_buf->set.value2 = 0; in emlxs_menlo_set_mode()
/titanic_50/usr/src/uts/common/io/
H A Dpcic.c5762 int value1, value2; in pcic_ci_cirrus() local
5768 value2 = pcic_getb(pcic, 0, PCIC_CHIP_INFO); in pcic_ci_cirrus()
5771 (value2 & PCIC_CI_ID) == 0) { in pcic_ci_cirrus()
/titanic_50/usr/src/cmd/sendmail/cf/
H A DREADME4006 CLIENT_OPTIONS(`field1=value1,field2=value2,...')
4007 DAEMON_OPTIONS(`field1=value1,field2=value2,...')