/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | hw_debug.h | 122 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 …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 & 0x3FFFFF) << 2)); \ 221 val2 = REG_RD(pdev, offset + i*4); \ [all …]
|
H A D | bnxe_hw_debug.c | 335 u32_t i, val, val1, val2, chip_rev, chip_metal; in lm_idle_chk() local 510 …IDLE_CHK_3(0x1F, PXP2_REG_RD_SR_CNT, PXP2_REG_RD_SR_NUM_CFG, (val1 != (val2-1)), IDLE_CHK_WARNING,… in lm_idle_chk() 512 …IDLE_CHK_3(0x1F, PXP2_REG_RD_BLK_CNT, PXP2_REG_RD_BLK_NUM_CFG, (val1 != val2), IDLE_CHK_WARNING, "… in lm_idle_chk() 514 …IDLE_CHK_3(0x1F, PXP2_REG_RD_SR_CNT, PXP2_REG_RD_SR_NUM_CFG, (val1 < (val2-3)), IDLE_CHK_ERROR_NO_… in lm_idle_chk() 516 …IDLE_CHK_3(0x1F, PXP2_REG_RD_BLK_CNT, PXP2_REG_RD_BLK_NUM_CFG, (val1 < (val2-2)), IDLE_CHK_ERROR_N… in lm_idle_chk() 590 …FC_REG_CID_CAM, (CFC_REG_INFO_RAM_SIZE >> 4), 16, ((val1 == 0) && (val2 != 0) && (val2 != 2)), IDL… in lm_idle_chk() 592 …_RAM, CFC_REG_CID_CAM, (CFC_REG_INFO_RAM_SIZE >> 4), 16, ((val1 == 1) && (val2 != 0)), IDLE_CHK_ER… in lm_idle_chk() 594 …_RAM, CFC_REG_CID_CAM, (CFC_REG_INFO_RAM_SIZE >> 4), 16, ((val1 == 3) && (val2 != 0)), IDLE_CHK_ER… in lm_idle_chk() 596 …_RAM, CFC_REG_CID_CAM, (CFC_REG_INFO_RAM_SIZE >> 4), 16, ((val1 == 4) && (val2 != 0)), IDLE_CHK_ER… in lm_idle_chk() 600 …IDLE_CHK_3(0xF, QM_REG_VOQCREDIT_0, QM_REG_VOQINITCREDIT_0, (val1 != val2), IDLE_CHK_ERROR_NO_TRAF… in lm_idle_chk() [all …]
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_copies/ |
H A D | zfs_copies_001_pos.ksh | 82 for val2 in 3 2 1; do 83 log_must $ZFS create -o copies=$val2 $fs2 85 log_must $ZFS create -V $VOLSIZE -o copies=$val2 $vol2 87 log_must $ZFS create -o copies=$val2 $vol2 90 cmp_prop $ds $val2
|
/titanic_44/usr/src/uts/common/io/i40e/core/ |
H A D | i40e_hmc.h | 132 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); \
|
/titanic_44/usr/src/lib/libtsnet/common/ |
H A D | tsol_sgettpent.c | 124 char *val2 = NULL; in parse_remainder() local 166 val2 = kva_match(kv, TP_MAXLABEL); in parse_remainder() 167 if (val == NULL && val2 == NULL) { in parse_remainder() 182 val2); in parse_remainder() 210 val2 = kva_match(kv, TP_MAXLABEL); in parse_remainder() 211 err = get_tn_sl_range(&tpentp->tp_sl_range_cipso, val, val2); in parse_remainder()
|
/titanic_44/usr/src/grub/grub-0.97/netboot/ |
H A D | cpu.h | 193 #define rdmsr(msr,val1,val2) \ argument 195 : "=a" (val1), "=d" (val2) \ 198 #define wrmsr(msr,val1,val2) \ argument 201 : "c" (msr), "a" (val1), "d" (val2))
|
/titanic_44/usr/src/lib/libsqlite/test/ |
H A D | lastinsert.test | 61 create table t2 (k integer primary key, val1, val2, val3); 76 update t2 set k=k+10, val2=100+last_insert_rowid(); 94 select val2 from t2; 115 update t2 set k=k+10, val2=100+last_insert_rowid(); 133 select val2 from t2; 154 update t2 set k=k+10, val2=100+last_insert_rowid(); 172 select val2 from t2; 193 update t2 set k=k+10, val2=100+last_insert_rowid(); 211 select val2 from t2; 232 update t2 set k=k+10, val2=100+last_insert_rowid(); [all …]
|
/titanic_44/usr/src/common/crypto/rng/ |
H A D | fips_random.c | 43 fips_add160(uint32_t *sum, uint32_t const *val1, uint32_t const *val2, in fips_add160() argument 52 partialsum = val1[i] + (complement_val2 ? ~val2[i] : val2[i]) + in fips_add160()
|
/titanic_44/usr/src/cmd/fm/schemes/hc/ |
H A D | scheme.c | 165 char *val1 = NULL, *val2 = NULL; in auth_compare() local 168 (void) nvlist_lookup_string(auth2, *namep, &val2); in auth_compare() 169 if (val1 == NULL && val2 == NULL) in auth_compare() 171 if (val1 == NULL || val2 == NULL || strcmp(val1, val2) != 0) in auth_compare()
|
/titanic_44/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | Tuple.java | 351 Object val2; in compare() local 358 val2 = rec2.getValue(); in compare() 360 val2 = rec2; in compare() 362 cmp = compareObjects(val1, val2); in compare()
|
/titanic_44/usr/src/cmd/fs.d/autofs/ |
H A D | ns_fnreaddir.c | 560 const FN_attrvalue_t *val2; in syntax_attrs_equal() local 571 val2 = get_attrval(syn2, fn_attribute_identifier(attr)); in syntax_attrs_equal() 572 if ((val1 == NULL && val2 != NULL) || in syntax_attrs_equal() 573 (val1 != NULL && val2 == NULL)) { in syntax_attrs_equal() 576 if (val1 != NULL && val2 != NULL) { in syntax_attrs_equal() 577 if (val1->length != val2->length || in syntax_attrs_equal() 578 memcmp(val1->contents, val2->contents, in syntax_attrs_equal()
|
/titanic_44/usr/src/lib/libc/amd64/unwind/ |
H A D | call_frame_inst.c | 558 uint64_t val2 = _Unw_get_val(datap, reloc, opr2, daf, caf, enc); in interpret_op() local 560 (opr2 == ULEB128_SREG && val2 == BAD_REG)) in interpret_op() 580 f_state[val1].offset = val2; in interpret_op() 594 f_state[val1].source_reg = val2; in interpret_op() 604 f_state[CF_ADDR].offset = val2; in interpret_op() 619 f_state[val1].offset = val2; in interpret_op() 624 f_state[CF_ADDR].offset = val2; in interpret_op() 637 f_state[val1].offset = val2; in interpret_op()
|
/titanic_44/usr/src/uts/common/io/nxge/npi/ |
H A D | npi_mac.h | 350 #define SET_MAC_ATTR3(handle, p, portn, attr, val0, val1, val2, stat) {\ argument 354 p.idata[2] = (uint32_t)val2;\ 358 #define SET_MAC_ATTR4(handle, p, portn, attr, val0, val1, val2, val3, stat) {\ argument 362 p.idata[2] = (uint32_t)val2;\ 385 val2, stat) {\ argument 391 val2 = p.odata[2];\ 396 val2, val3, stat) {\ argument 402 val2 = p.odata[2];\
|
/titanic_44/usr/src/tools/ctf/dwarf/common/ |
H A D | pro_frame.c | 370 Dwarf_Unsigned val2, Dwarf_Error * error) in dwarf_add_fde_inst() argument 459 res = _dwarf_pro_encode_leb128_nm(val2, &nbytes, in dwarf_add_fde_inst() 505 res = _dwarf_pro_encode_leb128_nm(val2, &nbytes2, in dwarf_add_fde_inst() 508 Dwarf_Signed val2s = val2; in dwarf_add_fde_inst() 513 res = _dwarf_pro_encode_leb128_nm(val2, &nbytes2, in dwarf_add_fde_inst()
|
H A D | pro_expr.c | 79 Dwarf_Unsigned val2, Dwarf_Error * error) in dwarf_add_expr_gen() argument 329 res = _dwarf_pro_encode_signed_leb128_nm(val2, &operand2_size, in dwarf_add_expr_gen() 456 res = _dwarf_pro_encode_leb128_nm(val2, &operand2_size, in dwarf_add_expr_gen()
|
/titanic_44/usr/src/cmd/fm/schemes/mem/ |
H A D | mem.c | 460 uint64_t val1, val2; in fmd_fmri_unusable() local 482 err2 = nvlist_lookup_uint64(nvl, FM_FMRI_MEM_PHYSADDR, &val2); in fmd_fmri_unusable() 524 (u_longlong_t)val2, rc, errno); in fmd_fmri_unusable()
|
/titanic_44/usr/src/uts/common/io/chxge/com/ |
H A D | pm3393.c | 560 (void) t1_tpi_read((mac)->adapter, OFFSET(((name)+2)), &val2); \ 562 | ((u64)((u8)val2) << 32) \ 573 u32 val0, val1, val2, val3; in pm3393_update_statistics() local 582 (void) pmread(mac, SUNI1x10GEXP_REG_MSTAT_COUNTER_ROLLOVER_2, &val2); in pm3393_update_statistics() 584 ro = (u16)val0 | (((u16)val1) << 16) | ((u64)((u16)val2) << 32) in pm3393_update_statistics()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/pppoe/ |
H A D | common.c | 246 poe_two_longs(poep_t *poep, uint16_t ttype, uint32_t val1, uint32_t val2) in poe_two_longs() argument 251 vals[1] = htonl(val2); in poe_two_longs()
|
H A D | common.h | 82 uint32_t val2);
|
/titanic_44/usr/src/uts/common/io/usb/clients/hidparser/ |
H A D | hidparser.c | 2779 int val2, in hidparser_check_correspondence() argument 2800 val2, in hidparser_check_correspondence() 2816 int val2) in hidparser_check_minmax_val() argument 2850 val2, in hidparser_check_minmax_val() 2857 val2, in hidparser_check_minmax_val() 2875 int val2) in hidparser_check_minmax_val_signed() argument 2909 val2, in hidparser_check_minmax_val_signed() 2916 val2, in hidparser_check_minmax_val_signed()
|
/titanic_44/usr/src/lib/fm/topo/modules/sun4v/platform-mem/ |
H A D | mem.c | 459 uint64_t val1, val2; in mem_unusable() local 468 err2 = nvlist_lookup_uint64(in, FM_FMRI_MEM_PHYSADDR, &val2); in mem_unusable() 508 (u_longlong_t)val2, rc, errno); in mem_unusable()
|
/titanic_44/usr/src/grub/ |
H A D | menu.lst | 52 # kernel /platform/i86pc/kernel/unix <boot-args> -B prop1=val1,prop2=val2,...
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | ipcp.c | 552 #define ADDCIADDRS(opt, neg, val1, val2) \ argument 558 PUTNLONG(val2, ucp); \ 641 #define ACKCIADDRS(opt, neg, val1, val2) \ argument 648 if (val2 != cilong) \ 912 #define REJCIADDRS(opt, neg, val1, val2) \ argument 925 if (cilong != val2) \
|
/titanic_44/usr/src/uts/common/io/audio/impl/ |
H A D | audio_grc3.c | 46 _muldivu64(uint32_t a, uint32_t val1, uint32_t val2) in _muldivu64() argument 48 uint64_t v = ((uint64_t)a) * val1 / val2; in _muldivu64()
|
/titanic_44/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/ |
H A D | asn1_k_encode.c | 305 const struct kdc_req_hack *val2 = p; in optional_kdc_req_hack() local 306 const krb5_kdc_req *val = &val2->v; in optional_kdc_req_hack() 336 struct kdc_req_hack val2; in asn1_encode_kdc_req_body() local 337 val2.v = *val; in asn1_encode_kdc_req_body() 340 val2.server_realm = &val->second_ticket[0]->server->realm; in asn1_encode_kdc_req_body() 343 val2.server_realm = &val->server->realm; in asn1_encode_kdc_req_body() 345 return asn1_encode_kdc_req_hack(buf, &val2, retlen); in asn1_encode_kdc_req_body()
|