Searched refs:val2 (Results 1 - 25 of 41) sorted by relevance

12

/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_copies/
H A Dzfs_copies_001_pos.ksh86 for val2 in 3 2 1; do
87 log_must zfs create -o copies=$val2 $fs2
89 log_must zfs create -V $VOLSIZE -o copies=$val2 $vol2
91 log_must zfs create -o copies=$val2 $vol2
94 cmp_prop $ds $val2
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dhw_debug.h122 val2 = 0; \
134 val2 = 0; \
144 val2 = REG_RD(pdev, offset2); \
145 snprintf (prnt_str, SNPRINTF_VAR(prnt_str) "%s. Values are 0x%x 0x%x\n", fail_msg, val1, val2); \
156 val2 = REG_RD(pdev, (offset2 + i*(inc))); \
157 val2 = val2 >> 1; \
158 snprintf (prnt_str, SNPRINTF_VAR(prnt_str) "%s LCID %d CID_CAM 0x%x. Value is 0x%x\n", fail_msg, i, val2, val1);\
182 val2 = REG_RD(pdev, offset + i*(inc) + 4); \
184 wr_ptr = ((((val1 & 0xC0000000) >> 30) & 0x3) | ((val2
[all...]
H A Dbnxe_hw_debug.c335 u32_t i, val, val1, val2, chip_rev, chip_metal; local
423 // Read register PXP_REG_HST_VF_DISABLED_ERROR_VALID val1 and register PXP_REG_HST_VF_DISABLED_ERROR_DATA val2 and check if condition on val1,val2 exist
509 // Read register PXP2_REG_RD_SR_CNT val1 and register PXP2_REG_RD_SR_NUM_CFG val2 and check if condition on val1,val2 exist
510 IDLE_CHK_3(0x1F, PXP2_REG_RD_SR_CNT, PXP2_REG_RD_SR_NUM_CFG, (val1 != (val2-1)), IDLE_CHK_WARNING, "PXP2: rd_sr_cnt is not equal to rd_sr_num_cfg");
511 // Read register PXP2_REG_RD_BLK_CNT val1 and register PXP2_REG_RD_BLK_NUM_CFG val2 and check if condition on val1,val2 exist
512 IDLE_CHK_3(0x1F, PXP2_REG_RD_BLK_CNT, PXP2_REG_RD_BLK_NUM_CFG, (val1 != val2), IDLE_CHK_WARNING, "PXP2: rd_blk_cnt is not equal to rd_blk_num_cfg");
513 // Read register PXP2_REG_RD_SR_CNT val1 and register PXP2_REG_RD_SR_NUM_CFG val2 an
[all...]
H A Dlm_devinfo.c2142 u32_t val2 = 0; local
2223 val2 &= SHARED_HW_CFG_EXTENDED_MF_MODE_MASK;
2224 switch (val2)
2361 u32_t val2 = 0; local
2366 OFFSETOF(shmem_region_t, dev_info.port_hw_config[PORT_ID(pdev)].mac_lower),&val2);
2367 _copy_mac_upper_lower_to_arr(val, val2, pdev->hw_info.mac_addr);
2373 OFFSETOF(shmem_region_t,dev_info.port_hw_config[PORT_ID(pdev)].iscsi_mac_lower),&val2);
2374 _copy_mac_upper_lower_to_arr(val, val2, pdev->hw_info.iscsi_mac_addr);
2380 OFFSETOF(shmem_region_t,dev_info.port_hw_config[PORT_ID(pdev)].fcoe_fip_mac_lower),&val2);
2381 _copy_mac_upper_lower_to_arr(val, val2, pde
[all...]
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_hmc.h132 u32 val1, val2, val3; \
134 val2 = (u32)(pa) | (I40E_HMC_MAX_BP_COUNT << \
141 wr32((hw), I40E_PFHMC_SDDATALOW, val2); \
153 u32 val2, val3; \
154 val2 = (I40E_HMC_MAX_BP_COUNT << \
160 wr32((hw), I40E_PFHMC_SDDATALOW, val2); \
/illumos-gate/usr/src/common/crypto/rng/
H A Dfips_random.c31 * Adds val1 and val2 and stores result into sum. The various input
43 fips_add160(uint32_t *sum, uint32_t const *val1, uint32_t const *val2, argument
52 partialsum = val1[i] + (complement_val2 ? ~val2[i] : val2[i]) +
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DTuple.java351 Object val2;
358 val2 = rec2.getValue();
360 val2 = rec2;
362 cmp = compareObjects(val1, val2);
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dcpu.h193 #define rdmsr(msr,val1,val2) \
195 : "=a" (val1), "=d" (val2) \
198 #define wrmsr(msr,val1,val2) \
201 : "c" (msr), "a" (val1), "d" (val2))
/illumos-gate/usr/src/lib/libtsnet/common/
H A Dtsol_sgettpent.c124 char *val2 = NULL; local
166 val2 = kva_match(kv, TP_MAXLABEL);
167 if (val == NULL && val2 == NULL) {
182 val2);
210 val2 = kva_match(kv, TP_MAXLABEL);
211 err = get_tn_sl_range(&tpentp->tp_sl_range_cipso, val, val2);
/illumos-gate/usr/src/cmd/fm/schemes/hc/
H A Dscheme.c165 char *val1 = NULL, *val2 = NULL; local
168 (void) nvlist_lookup_string(auth2, *namep, &val2);
169 if (val1 == NULL && val2 == NULL)
171 if (val1 == NULL || val2 == NULL || strcmp(val1, val2) != 0)
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_fnreaddir.c560 const FN_attrvalue_t *val2; local
571 val2 = get_attrval(syn2, fn_attribute_identifier(attr));
572 if ((val1 == NULL && val2 != NULL) ||
573 (val1 != NULL && val2 == NULL)) {
576 if (val1 != NULL && val2 != NULL) {
577 if (val1->length != val2->length ||
578 memcmp(val1->contents, val2->contents,
/illumos-gate/usr/src/lib/libc/amd64/unwind/
H A Dcall_frame_inst.c558 uint64_t val2 = _Unw_get_val(datap, reloc, opr2, daf, caf, enc); local
560 (opr2 == ULEB128_SREG && val2 == BAD_REG))
580 f_state[val1].offset = val2;
594 f_state[val1].source_reg = val2;
604 f_state[CF_ADDR].offset = val2;
619 f_state[val1].offset = val2;
624 f_state[CF_ADDR].offset = val2;
637 f_state[val1].offset = val2;
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_mac.h350 #define SET_MAC_ATTR3(handle, p, portn, attr, val0, val1, val2, stat) {\
354 p.idata[2] = (uint32_t)val2;\
358 #define SET_MAC_ATTR4(handle, p, portn, attr, val0, val1, val2, val3, stat) {\
362 p.idata[2] = (uint32_t)val2;\
385 val2, stat) {\
391 val2 = p.odata[2];\
396 val2, val3, stat) {\
402 val2 = p.odata[2];\
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dcommon.h82 uint32_t val2);
H A Dcommon.c246 poe_two_longs(poep_t *poep, uint16_t ttype, uint32_t val1, uint32_t val2) argument
251 vals[1] = htonl(val2);
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Dpro_frame.c346 val2 are parameters whose interpretation depends on the 'op'.
370 Dwarf_Unsigned val2, Dwarf_Error * error)
459 res = _dwarf_pro_encode_leb128_nm(val2, &nbytes,
505 res = _dwarf_pro_encode_leb128_nm(val2, &nbytes2,
508 Dwarf_Signed val2s = val2;
513 res = _dwarf_pro_encode_leb128_nm(val2, &nbytes2,
367 dwarf_add_fde_inst(Dwarf_P_Fde fde, Dwarf_Small op, Dwarf_Unsigned val1, Dwarf_Unsigned val2, Dwarf_Error * error) argument
H A Dpro_expr.c79 Dwarf_Unsigned val2, Dwarf_Error * error)
329 res = _dwarf_pro_encode_signed_leb128_nm(val2, &operand2_size,
456 res = _dwarf_pro_encode_leb128_nm(val2, &operand2_size,
76 dwarf_add_expr_gen(Dwarf_P_Expr expr, Dwarf_Small opcode, Dwarf_Unsigned val1, Dwarf_Unsigned val2, Dwarf_Error * error) argument
/illumos-gate/usr/src/cmd/fm/schemes/mem/
H A Dmem.c460 uint64_t val1, val2; local
482 err2 = nvlist_lookup_uint64(nvl, FM_FMRI_MEM_PHYSADDR, &val2);
524 (u_longlong_t)val2, rc, errno);
/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dpm3393.c560 (void) t1_tpi_read((mac)->adapter, OFFSET(((name)+2)), &val2); \
562 | ((u64)((u8)val2) << 32) \
573 u32 val0, val1, val2, val3; local
582 (void) pmread(mac, SUNI1x10GEXP_REG_MSTAT_COUNTER_ROLLOVER_2, &val2);
584 ro = (u16)val0 | (((u16)val1) << 16) | ((u64)((u16)val2) << 32)
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/platform-mem/
H A Dmem.c459 uint64_t val1, val2; local
468 err2 = nvlist_lookup_uint64(in, FM_FMRI_MEM_PHYSADDR, &val2);
508 (u_longlong_t)val2, rc, errno);
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_grc3.c46 _muldivu64(uint32_t a, uint32_t val1, uint32_t val2) argument
48 uint64_t v = ((uint64_t)a) * val1 / val2;
/illumos-gate/usr/src/uts/common/io/usb/clients/hidparser/
H A Dhidparser.c2779 int val2,
2800 val2,
2816 int val2)
2850 val2,
2857 val2,
2875 int val2)
2909 val2,
2916 val2,
2775 hidparser_check_correspondence(entity_item_t *mainitem, int item_tag1, int item_tag2, int val1, int val2, char *str1, char *str2) argument
2812 hidparser_check_minmax_val(entity_item_t *mainitem, int item_tag1, int item_tag2, int val1, int val2) argument
2871 hidparser_check_minmax_val_signed(entity_item_t *mainitem, int item_tag1, int item_tag2, int val1, int val2) argument
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_k_encode.c305 const struct kdc_req_hack *val2 = p; local
306 const krb5_kdc_req *val = &val2->v;
336 struct kdc_req_hack val2; local
337 val2.v = *val;
340 val2.server_realm = &val->second_ticket[0]->server->realm;
343 val2.server_realm = &val->server->realm;
345 return asn1_encode_kdc_req_hack(buf, &val2, retlen);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dipcp.c552 #define ADDCIADDRS(opt, neg, val1, val2) \
558 PUTNLONG(val2, ucp); \
641 #define ACKCIADDRS(opt, neg, val1, val2) \
648 if (val2 != cilong) \
912 #define REJCIADDRS(opt, neg, val1, val2) \
925 if (cilong != val2) \
/illumos-gate/usr/src/cmd/format/
H A Dstartup.c943 uint_t val1, val2; local
1236 val2 = str2blks(cleaned);
1237 if (val2 == (uint_t)(-1)) {
1246 pinfo->pinfo_map[index].dkl_nblk = val2;
1252 pinfo->vtoc.v_part[index].p_size = val2;
1254 if (val2 == 0) {

Completed in 4223 milliseconds

12