/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_snapshot/ |
H A D | zfs_snapshot_006_pos.ksh | 87 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 D | zfs_snapshot_007_neg.ksh | 97 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/test/zfs-tests/tests/functional/cli_root/zfs_get/ |
H A D | zfs_get_003_pos.ksh | 59 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/uts/intel/io/pciex/ |
H A D | pcieb_x86.c | 238 uint32_t value2; /* Value for machinecheck case */ member 503 ((data & reg->mask) | reg->value2) : in pcieb_intel_serr_workaround() 513 ((data & reg->mask) | reg->value2) : in pcieb_intel_serr_workaround() 524 ((data & reg->mask) | reg->value2) : in pcieb_intel_serr_workaround() 536 reg->mask, (mcheck ? reg->value2 : reg->value1), in pcieb_intel_serr_workaround()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ip.c | 842 uint16_t value, value2; in print_ip6opt_ls() local 921 GETINT16(value2, data); in print_ip6opt_ls() 924 value2); in print_ip6opt_ls()
|
/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) in atomic_cas_64() argument
|
/illumos-gate/usr/src/lib/libstmf/common/ |
H A D | store.c | 4442 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()
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/t/ |
H A D | Project.t | 437 [ 0, 0, {}, "value2:143::::one=,bar," ], 565 [ 1, 0, {}, "value2:146::::one= two" ], 567 [ 1, 0, {}, "value4:148::::name=value;name=value2)" ],
|
/illumos-gate/usr/src/cmd/ldap/common/ |
H A D | common.c | 93 char *string, int value1, void *value2 ); 2390 int value1, void *value2 ) argument 2393 fprintf( stderr, string, value1, value2 );
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/ |
H A D | qlge.c | 4604 uint32_t value1, value2; in ql_add_multicast_address() local 4615 value2 = ((qlge->multicast_list[index].addr.ether_addr_octet[2] << 24) in ql_add_multicast_address() 4619 if (ql_write_mac_proto_regs(qlge, value1, value2) != DDI_SUCCESS) in ql_add_multicast_address() 4626 value2 = ((qlge->multicast_list[index].addr.ether_addr_octet[0] << 8) in ql_add_multicast_address() 4628 if (ql_write_mac_proto_regs(qlge, value1, value2) != DDI_SUCCESS) { in ql_add_multicast_address() 4645 uint32_t value1, value2; in ql_remove_multicast_address() local 4654 value2 = in ql_remove_multicast_address() 4659 if (ql_write_mac_proto_regs(qlge, value1, value2) != DDI_SUCCESS) { in ql_remove_multicast_address() 4665 value2 = 0; in ql_remove_multicast_address() 4666 if (ql_write_mac_proto_regs(qlge, value1, value2) != DDI_SUCCESS) { in ql_remove_multicast_address()
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_menlo.h | 129 uint32_t value2; /* value2 */ member
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_dfc.c | 1367 uint32_t value2; in emlxs_fcio_get_adapter_port_attrs() local 1503 value2 = 0x00000001; in emlxs_fcio_get_adapter_port_attrs() 1507 bcopy((caddr_t)&value2, in emlxs_fcio_get_adapter_port_attrs() 1512 bcopy((caddr_t)&value2, in emlxs_fcio_get_adapter_port_attrs() 1521 uint32_t value2; in emlxs_fcio_get_adapter_port_attrs() local 1657 value2 = 0x00000001; in emlxs_fcio_get_adapter_port_attrs() 1661 bcopy((caddr_t)&value2, in emlxs_fcio_get_adapter_port_attrs() 1666 bcopy((caddr_t)&value2, in emlxs_fcio_get_adapter_port_attrs()
|
H A D | emlxs_dump.c | 63 cmd_buf->set.value2 = 0; in emlxs_menlo_set_mode()
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | pcic.c | 5763 int value1, value2; in pcic_ci_cirrus() local 5769 value2 = pcic_getb(pcic, 0, PCIC_CHIP_INFO); in pcic_ci_cirrus() 5772 (value2 & PCIC_CI_ID) == 0) { in pcic_ci_cirrus()
|
/illumos-gate/usr/src/cmd/sendmail/cf/ |
H A D | README | 4006 CLIENT_OPTIONS(`field1=value1,field2=value2,...') 4007 DAEMON_OPTIONS(`field1=value1,field2=value2,...')
|